color codes Logo

#eda90f color codes

#EDA90F
(237,169,15)
0 Favorites   0 Comments

Color spaces of #eda90f

RGB 23716915
HSL0.120.880.49
HSV42°94°93°
CMYK 0.000.290.94   0.07
XYZ49.199246.41496.8178
Yxy46.41490.48030.4531
Hunter Lab68.12859.679541.7566
CIE-Lab73.813914.331875.4326

#eda90f color RGB value is (237,169,15).

#eda90f hex color red value is 237, green value is 169 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eda90f hue: 0.12 , saturation: 0.88 and the lightness value of eda90f is 0.49.

The process color (four color CMYK) of #eda90f color code is 0.00, 0.29, 0.94, 0.07. Web safe color of #eda90f is #ff9900. Color #eda90f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 00001111
Octal 355 251 17
Decimal 237 169 15
Hex ED A9 F

RGB Percentages of Color #eda90f

%56.29
%40.14
%3.56

CMYK Percentages of Color #eda90f

%0
%29
%94
%7

Triadic Colors of #eda90f

#eda90f #0feda9 #a90fed

Analogous Colors of #eda90f

#eda90f #c2ed0f #ed3a0f

Monochromatic Colors of #eda90f

#eda90f

Complementary Color

#eda90f #0f53ed

#eda90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda90f Color CSS Codes

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

#eda90f Text Font Color

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

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


#eda90f Background Color

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

This div background color is #eda90f


#eda90f Border Color

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

This div border color is #eda90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda90f


Comments

No comments written yet.

Please login to write comment.