Color Hex Logo

#ed902d Color Hex

#ED902D
(237,144,45)
0 Favorites   0 Comments

Color spaces of #ed902d

RGB 23714445
HSL0.090.840.55
HSV31°81°93°
CMYK 0.000.390.81   0.07
XYZ45.372038.14057.4531
Yxy38.14050.49880.4193
Hunter Lab61.758023.062836.0753
CIE-Lab68.124028.165163.2285

#ed902d color RGB value is (237,144,45).

#ed902d hex color red value is 237, green value is 144 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ed902d hue: 0.09 , saturation: 0.84 and the lightness value of ed902d is 0.55.

The process color (four color CMYK) of #ed902d color hex is 0.00, 0.39, 0.81, 0.07. Web safe color of #ed902d is #ff9933. Color #ed902d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 00101101
Octal 355 220 55
Decimal 237 144 45
Hex ED 90 2D

RGB Percentages of Color #ed902d

%55.63
%33.80
%10.56

CMYK Percentages of Color #ed902d

%0
%39
%81
%7

Triadic Colors of #ed902d

#ed902d #2ded90 #902ded

Analogous Colors of #ed902d

#ed902d #eaed2d #ed302d

Monochromatic Colors of #ed902d

#ed902d

Complementary Color

#ed902d #2d8aed

#ed902d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed902d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed902d Color CSS Codes

.mybgcolor {background-color:#ed902d; } 
.myforecolor {color:#ed902d; }
.mybordercolor {border:3px solid #ed902d; }

#ed902d Text Font Color

<p style="color:#ed902d">Text here</p>

This sample text font color is #ed902d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ed902d Background Color

<div style="background-color:#ed902d">
Div content here</div>

This div background color is #ed902d


#ed902d Border Color

<div style="border:3px solid #ed902d">
Div here</div>

This div border color is #ed902d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(237,144,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ed902d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ed902d;
  -webkit-box-shadow: 1px 1px 3px 2px #ed902d;
  box-shadow:         1px 1px 3px 2px #ed902d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,144,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed902d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ed902d;
  -webkit-box-shadow: 1px 1px 3px 2px #ed902d;
  box-shadow:         1px 1px 3px 2px #ed902d;">
Div content here</div>

This div box has shadow with color #ed902d


Comments

No comments written yet.

Please login to write comment.