Color Hex Logo

#ed9028 Color Hex

#ED9028
(237,144,40)
0 Favorites   0 Comments

Color spaces of #ed9028

RGB 23714440
HSL0.090.850.54
HSV32°83°93°
CMYK 0.000.390.83   0.07
XYZ45.281338.10426.9758
Yxy38.10420.50110.4217
Hunter Lab61.728622.914536.5098
CIE-Lab68.097328.019764.9675

#ed9028 color RGB value is (237,144,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010000 00101000
Octal 355 220 50
Decimal 237 144 40
Hex ED 90 28

RGB Percentages of Color #ed9028

%56.29
%34.20
%9.50

CMYK Percentages of Color #ed9028

%0
%39
%83
%7

Triadic Colors of #ed9028

#ed9028 #28ed90 #9028ed

Analogous Colors of #ed9028

#ed9028 #e8ed28 #ed2e28

Monochromatic Colors of #ed9028

#ed9028

Complementary Color

#ed9028 #2885ed

#ed9028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9028 Color CSS Codes

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

#ed9028 Text Font Color

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

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


#ed9028 Background Color

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

This div background color is #ed9028


#ed9028 Border Color

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

This div border color is #ed9028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9028


Comments

No comments written yet.

Please login to write comment.