#EE502C

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

Shades of Cinnabar #EE502C

Tints of Cinnabar #EE502C

Color information

#EE502C (or 0xEE502C) is unknown color: approx Cinnabar. HEX triplet: EE, 50 and 2C. RGB value is (238,80,44). Sum of RGB (Red+Green+Blue) = 238+80+44=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE502C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE502C is #11AFD3. Grayscale: #7B7B7B. Windows color (decimal): -1159124 or 2904302. OLE color: 2904302.

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

Color convert

RGB2388044-
CMYK00.660.820.07
HSL11.13º85.09%55.29%-
HSV(B)11.13º81.51%93.33%-
XYZ38.5824.15-
YUV123.1483.35209.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 65.75%
GREEN value IS 80 (31.64% from 255) = 22.10%
BLUE value IS 44 (17.58% from 255) = 12.15%
R=65.75%
G=22.10%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238804400.660.820.0711.1385.0955.29
HexEE502C042527b5537
Octal35612054010212271312567
Binary11101110101000010110001000010101001011110111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE502C; }

 p { color: rgb(238,80,44); }

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

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

 a { background-color: rgb(238,80,44); }

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

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

 span { border-color: rgb(238,80,44); }

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