#EA552E

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

Shades of Cinnabar #EA552E

Tints of Cinnabar #EA552E

Color information

#EA552E (or 0xEA552E) is unknown color: approx Cinnabar. HEX triplet: EA, 55 and 2E. RGB value is (234,85,46). Sum of RGB (Red+Green+Blue) = 234+85+46=365 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.11% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 234 - color contains mainly: red. Hex color #EA552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA552E is #15AAD1. Grayscale: #7D7D7D. Windows color (decimal): -1419986 or 3036650. OLE color: 3036650.

HSL color Cylindrical-coordinate representation of color #EA552E: hue angle of 12.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA552E is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.08.

Color convert

RGB2348546-
CMYK00.640.800.08
HSL12.45º81.74%54.9%-
HSV(B)12.45º80.34%91.76%-
XYZ37.6724.195.27-
YUV125.183.36205.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 64.11%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 46 (18.36% from 255) = 12.60%
R=64.11%
G=23.29%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234854600.640.800.0812.4581.7454.9
HexEA552E040508c5237
Octal352125560100120101412267
Binary111010101010101101110010000001010000100011001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA552E; }

 p { color: rgb(234,85,46); }

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

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

 a { background-color: rgb(234,85,46); }

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

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

 span { border-color: rgb(234,85,46); }

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