Color Hex Logo

#ee940d Color Hex

#EE940D
(238,148,13)
0 Favorites   0 Comments

Color spaces of #ee940d

RGB 23814813
HSL0.100.900.49
HSV36°95°93°
CMYK 0.000.380.95   0.07
XYZ45.922439.38605.5627
Yxy39.38600.50540.4334
Hunter Lab62.758320.787738.6755
CIE-Lab69.030025.834172.3918

#ee940d color RGB value is (238,148,13).

#ee940d hex color red value is 238, green value is 148 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ee940d hue: 0.10 , saturation: 0.90 and the lightness value of ee940d is 0.49.

The process color (four color CMYK) of #ee940d color hex is 0.00, 0.38, 0.95, 0.07. Web safe color of #ee940d is #ff9900. Color #ee940d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10010100 00001101
Octal 356 224 15
Decimal 238 148 13
Hex EE 94 D

RGB Percentages of Color #ee940d

%59.65
%37.09
%3.26

CMYK Percentages of Color #ee940d

%0
%38
%95
%7

Triadic Colors of #ee940d

#ee940d #0dee94 #940dee

Analogous Colors of #ee940d

#ee940d #d8ee0d #ee240d

Monochromatic Colors of #ee940d

#ee940d

Complementary Color

#ee940d #0d67ee

#ee940d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee940d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee940d Color CSS Codes

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

#ee940d Text Font Color

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

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


#ee940d Background Color

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

This div background color is #ee940d


#ee940d Border Color

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

This div border color is #ee940d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee940d


Comments

No comments written yet.

Please login to write comment.