Color Hex Logo

#ed9430 Color Hex

#ED9430
(237,148,48)
0 Favorites   0 Comments

Color spaces of #ed9430

RGB 23714848
HSL0.090.840.56
HSV32°80°93°
CMYK 0.000.380.80   0.07
XYZ46.048539.39777.9738
Yxy39.39770.49290.4217
Hunter Lab62.767621.110636.4053
CIE-Lab69.038426.156662.9424

#ed9430 color RGB value is (237,148,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010100 00110000
Octal 355 224 60
Decimal 237 148 48
Hex ED 94 30

RGB Percentages of Color #ed9430

%54.73
%34.18
%11.09

CMYK Percentages of Color #ed9430

%0
%38
%80
%7

Triadic Colors of #ed9430

#ed9430 #30ed94 #9430ed

Analogous Colors of #ed9430

#ed9430 #e8ed30 #ed3630

Monochromatic Colors of #ed9430

#ed9430

Complementary Color

#ed9430 #3089ed

#ed9430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9430 Color CSS Codes

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

#ed9430 Text Font Color

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

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


#ed9430 Background Color

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

This div background color is #ed9430


#ed9430 Border Color

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

This div border color is #ed9430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9430


Comments

No comments written yet.

Please login to write comment.