#EE4622

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

Shades of Cinnabar #EE4622

Tints of Cinnabar #EE4622

Color information

#EE4622 (or 0xEE4622) is unknown color: approx Cinnabar. HEX triplet: EE, 46 and 22. RGB value is (238,70,34). Sum of RGB (Red+Green+Blue) = 238+70+34=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4622 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4622 is #11B9DD. Grayscale: #747474. Windows color (decimal): -1161694 or 2246382. OLE color: 2246382.

HSL color Cylindrical-coordinate representation of color #EE4622: hue angle of 10.59º 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 #EE4622 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB2387034-
CMYK00.710.860.07
HSL10.59º85.71%53.33%-
HSV(B)10.59º85.71%93.33%-
XYZ37.7422.673.9-
YUV116.1381.66214.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.59%
GREEN value IS 70 (27.73% from 255) = 20.47%
BLUE value IS 34 (13.67% from 255) = 9.94%
R=69.59%
G=20.47%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238703400.710.860.0710.5985.7153.33
HexEE4622047567b5635
Octal35610642010712671312665
Binary11101110100011010001001000111101011011110111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4622; }

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

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

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

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

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

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

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

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