Color Hex Logo

#ed902f Color Hex

#ED902F
(237,144,47)
0 Favorites   0 Comments

Color spaces of #ed902f

RGB 23714447
HSL0.090.840.56
HSV31°80°93°
CMYK 0.000.390.80   0.07
XYZ45.411438.15637.6608
Yxy38.15630.49780.4182
Hunter Lab61.770823.127235.8864
CIE-Lab68.135728.228262.4955

#ed902f color RGB value is (237,144,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 00101111
Octal 355 220 57
Decimal 237 144 47
Hex ED 90 2F

RGB Percentages of Color #ed902f

%55.37
%33.64
%10.98

CMYK Percentages of Color #ed902f

%0
%39
%80
%7

Triadic Colors of #ed902f

#ed902f #2fed90 #902fed

Analogous Colors of #ed902f

#ed902f #ebed2f #ed312f

Monochromatic Colors of #ed902f

#ed902f

Complementary Color

#ed902f #2f8ced

#ed902f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed902f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed902f Color CSS Codes

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

#ed902f Text Font Color

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

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


#ed902f Background Color

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

This div background color is #ed902f


#ed902f Border Color

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

This div border color is #ed902f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed902f


Comments

No comments written yet.

Please login to write comment.