Shades of Cinnabar #EA5020
Tints of Cinnabar #EA5020
RGB
CMYK
RGB Variations
Color information
#EA5020 (or 0xEA5020) is known color: Cinnabar. HEX triplet: EA, 50 and 20. RGB value is (234,80,32). Sum of RGB (Red+Green+Blue) = 234+80+32=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5020 is #15AFDF. Grayscale: #787878. Windows color (decimal): -1421280 or 2117866. OLE color: 2117866.
HSL color Cylindrical-coordinate representation of color #EA5020: hue angle of 14.26º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA5020 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 32 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.08 |
| HSL | 14.26º | 0.83% | 0.52% | - |
| HSV(B) | 14.26º | 0.86% | 0.92% | - |
| XYZ | 37.06 | 23.33 | 3.92 | - |
| YUV | 120.57 | 78.02 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 32 | 0 | 0.66 | 0.86 | 0.08 | 14.26 | 0.83 | 0.52 |
| Hex | EA | 50 | 20 | 0 | 42 | 56 | 8 | E | 53 | 34 |
| Octal | 352 | 120 | 40 | 0 | 102 | 126 | 10 | 16 | 123 | 64 |
| Binary | 11101010 | 1010000 | 100000 | 0 | 1000010 | 1010110 | 1000 | 1110 | 1010011 | 110100 |
Color Harmonies of #EA5020
Complementary color
Monochromatic Colors of #EA5020
Black with #EA5020
Text Example
Text Example
White with #EA5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5020; }
p { color: rgb(234,80,32); }
H1.HeaderClassName
{
color: #EA5020;
}
.AnyTagClassName
{
color: #EA5020;
}
</style>
background-color css
<style>
a { background-color: #EA5020; }
a { background-color: rgb(234,80,32); }
div.DivClassName
{
background-color: #EA5020;
}
.BgClassName
{
background-color: #EA5020;
}
</style>
border-color css
<style>
span { border-color: #EA5020; }
span { border-color: rgb(234,80,32); }
td.TdClassName
{
border-color: #EA5020;
}
.TagClassName
{
border-color: #EA5020;
}
</style>