#EE8322

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

Shades of Carrot Orange #EE8322

Tints of Carrot Orange #EE8322

Color information

#EE8322 (or 0xEE8322) is unknown color: approx Carrot Orange. HEX triplet: EE, 83 and 22. RGB value is (238,131,34). Sum of RGB (Red+Green+Blue) = 238+131+34=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8322 is #117CDD. Grayscale: #989898. Windows color (decimal): -1146078 or 2261998. OLE color: 2261998.

HSL color Cylindrical-coordinate representation of color #EE8322: hue angle of 28.53º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE8322 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB23813134-
CMYK00.450.860.07
HSL28.53º85.71%53.33%-
HSV(B)28.53º85.71%93.33%-
XYZ43.6634.535.88-
YUV151.9361.45189.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.06%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 34 (13.67% from 255) = 8.44%
R=59.06%
G=32.51%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381313400.450.860.0728.5385.7153.33
HexEE832202D5671d5635
Octal3562034205512673512665
Binary111011101000001110001001011011010110111111011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8322; }

 p { color: rgb(238,131,34); }

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

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

 a { background-color: rgb(238,131,34); }

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

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

 span { border-color: rgb(238,131,34); }

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