#EE4A33

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

Shades of Cinnabar #EE4A33

Tints of Cinnabar #EE4A33

Color information

#EE4A33 (or 0xEE4A33) is unknown color: approx Cinnabar. HEX triplet: EE, 4A and 33. RGB value is (238,74,51). Sum of RGB (Red+Green+Blue) = 238+74+51=363 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.56% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4A33 is #11B5CC. Grayscale: #787878. Windows color (decimal): -1160653 or 3361518. OLE color: 3361518.

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

Color convert

RGB2387451-
CMYK00.690.790.07
HSL7.38º84.62%56.67%-
HSV(B)7.38º78.57%93.33%-
XYZ38.3123.315.61-
YUV120.4188.83211.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 65.56%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 51 (20.31% from 255) = 14.05%
R=65.56%
G=20.39%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238745100.690.790.077.3884.6256.67
HexEE4A330454F775539
Octal3561126301051177712571
Binary1110111010010101100110100010110011111111111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4A33; }

 p { color: rgb(238,74,51); }

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

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

 a { background-color: rgb(238,74,51); }

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

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

 span { border-color: rgb(238,74,51); }

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