Color Hex Logo

#ed9934 Color Hex

#ED9934
(237,153,52)
0 Favorites   0 Comments

Color spaces of #ed9934

RGB 23715352
HSL0.090.840.57
HSV33°78°93°
CMYK 0.000.350.78   0.07
XYZ46.936141.03498.6955
Yxy41.03490.48550.4245
Hunter Lab64.058518.685836.7927
CIE-Lab70.200423.655162.4939

#ed9934 color RGB value is (237,153,52).

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

The process color (four color CMYK) of #ed9934 color hex is 0.00, 0.35, 0.78, 0.07. Web safe color of #ed9934 is #ff9933. Color #ed9934 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011001 00110100
Octal 355 231 64
Decimal 237 153 52
Hex ED 99 34

RGB Percentages of Color #ed9934

%53.62
%34.62
%11.76

CMYK Percentages of Color #ed9934

%0
%35
%78
%7

Triadic Colors of #ed9934

#ed9934 #34ed99 #9934ed

Analogous Colors of #ed9934

#ed9934 #e5ed34 #ed3d34

Monochromatic Colors of #ed9934

#ed9934

Complementary Color

#ed9934 #3488ed

#ed9934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9934 Color CSS Codes

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

#ed9934 Text Font Color

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

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


#ed9934 Background Color

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

This div background color is #ed9934


#ed9934 Border Color

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

This div border color is #ed9934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9934


Comments

No comments written yet.

Please login to write comment.