#EE8E29

Color #EE8E29 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #EE8E29

Tints of Carrot Orange #EE8E29

Color information

#EE8E29 (or 0xEE8E29) is unknown color: approx Carrot Orange. HEX triplet: EE, 8E and 29. RGB value is (238,142,41). Sum of RGB (Red+Green+Blue) = 238+142+41=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8E29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8E29 is #1171D6. Grayscale: #9F9F9F. Windows color (decimal): -1143255 or 2723566. OLE color: 2723566.

HSL color Cylindrical-coordinate representation of color #EE8E29: hue angle of 30.76º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE8E29 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB23814241-
CMYK00.400.830.07
HSL30.76º85.28%54.71%-
HSV(B)30.76º82.77%93.33%-
XYZ45.3337.686.98-
YUV159.1961.3184.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 56.53%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 41 (16.41% from 255) = 9.74%
R=56.53%
G=33.73%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381424100.400.830.0730.7685.2854.71
HexEE8E290285371f5537
Octal3562165105012373712567
Binary111011101000111010100101010001010011111111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8E29; }

 p { color: rgb(238,142,41); }

 H1.HeaderClassName
 {
   color: #EE8E29;
 }
 .AnyTagClassName
 {
   color: #EE8E29;
 }
</style>
background-color css

<style>
 a { background-color: #EE8E29; }

 a { background-color: rgb(238,142,41); }

 div.DivClassName
 {
   background-color: #EE8E29;
 }
 .BgClassName
 {
   background-color: #EE8E29;
 }
</style>
border-color css

<style>
 span { border-color: #EE8E29; }

 span { border-color: rgb(238,142,41); }

 td.TdClassName
 {
   border-color: #EE8E29;
 }
 .TagClassName
 {
   border-color: #EE8E29;
 }
</style>