#EE5234

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

Shades of Cinnabar #EE5234

Tints of Cinnabar #EE5234

Color information

#EE5234 (or 0xEE5234) is unknown color: approx Cinnabar. HEX triplet: EE, 52 and 34. RGB value is (238,82,52). Sum of RGB (Red+Green+Blue) = 238+82+52=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5234 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5234 is #11ADCB. Grayscale: #7D7D7D. Windows color (decimal): -1158604 or 3429102. OLE color: 3429102.

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

Color convert

RGB2388252-
CMYK00.660.780.07
HSL9.68º84.55%56.86%-
HSV(B)9.68º78.15%93.33%-
XYZ38.924.465.92-
YUV125.2286.68208.44-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.98%
GREEN value IS 82 (32.42% from 255) = 22.04%
BLUE value IS 52 (20.70% from 255) = 13.98%
R=63.98%
G=22.04%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238825200.660.780.079.6884.5556.86
HexEE52340424E7a5539
Octal35612264010211671212571
Binary11101110101001011010001000010100111011110101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5234; }

 p { color: rgb(238,82,52); }

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

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

 a { background-color: rgb(238,82,52); }

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

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

 span { border-color: rgb(238,82,52); }

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