Color Hex Logo

#ed904b Color Hex

#ED904B
(237,144,75)
0 Favorites   0 Comments

Color spaces of #ed904b

RGB 23714475
HSL0.070.820.61
HSV26°68°93°
CMYK 0.000.390.68   0.07
XYZ46.168338.459011.6466
Yxy38.45900.47960.3995
Hunter Lab62.015324.360432.2759
CIE-Lab68.357629.431450.5054

#ed904b color RGB value is (237,144,75).

#ed904b hex color red value is 237, green value is 144 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ed904b hue: 0.07 , saturation: 0.82 and the lightness value of ed904b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 01001011
Octal 355 220 113
Decimal 237 144 75
Hex ED 90 4B

RGB Percentages of Color #ed904b

%51.97
%31.58
%16.45

CMYK Percentages of Color #ed904b

%0
%39
%68
%7

Triadic Colors of #ed904b

#ed904b #4bed90 #904bed

Analogous Colors of #ed904b

#ed904b #ede14b #ed4b57

Monochromatic Colors of #ed904b

#ed904b

Complementary Color

#ed904b #4ba8ed

#ed904b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed904b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed904b Color CSS Codes

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

#ed904b Text Font Color

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

This sample text font color is #ed904b
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.


#ed904b Background Color

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

This div background color is #ed904b


#ed904b Border Color

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

This div border color is #ed904b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed904b


Comments

No comments written yet.

Please login to write comment.