Color Hex Logo

#eda92b Color Hex

#EDA92B
(237,169,43)
0 Favorites   0 Comments

Color spaces of #eda92b

RGB 23716943
HSL0.110.840.55
HSV39°82°93°
CMYK 0.000.290.82   0.07
XYZ49.549146.55498.6600
Yxy46.55490.47300.4444
Hunter Lab68.231210.221240.2366
CIE-Lab73.904214.892468.9971

#eda92b color RGB value is (237,169,43).

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

The process color (four color CMYK) of #eda92b color hex is 0.00, 0.29, 0.82, 0.07. Web safe color of #eda92b is #ff9933. Color #eda92b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101001 00101011
Octal 355 251 53
Decimal 237 169 43
Hex ED A9 2B

RGB Percentages of Color #eda92b

%52.78
%37.64
%9.58

CMYK Percentages of Color #eda92b

%0
%29
%82
%7

Triadic Colors of #eda92b

#eda92b #2beda9 #a92bed

Analogous Colors of #eda92b

#eda92b #d0ed2b #ed482b

Monochromatic Colors of #eda92b

#eda92b

Complementary Color

#eda92b #2b6fed

#eda92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda92b Color CSS Codes

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

#eda92b Text Font Color

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

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


#eda92b Background Color

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

This div background color is #eda92b


#eda92b Border Color

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

This div border color is #eda92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda92b


Comments

No comments written yet.

Please login to write comment.