Shades of Cinnabar #EA5522
Tints of Cinnabar #EA5522
RGB
CMYK
RGB Variations
Color information
#EA5522 (or 0xEA5522) is known color: Cinnabar. HEX triplet: EA, 55 and 22. RGB value is (234,85,34). Sum of RGB (Red+Green+Blue) = 234+85+34=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 34 (13.67% from 255 or 9.63% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5522 is #15AADD. Grayscale: #7C7C7C. Windows color (decimal): -1419998 or 2250218. OLE color: 2250218.
HSL color Cylindrical-coordinate representation of color #EA5522: hue angle of 15.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA5522 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 85 | 34 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.08 |
| HSL | 15.3º | 0.83% | 0.53% | - |
| HSV(B) | 15.3º | 0.85% | 0.92% | - |
| XYZ | 37.47 | 24.1 | 4.19 | - |
| YUV | 123.74 | 77.36 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 85 | 34 | 0 | 0.64 | 0.85 | 0.08 | 15.3 | 0.83 | 0.53 |
| Hex | EA | 55 | 22 | 0 | 40 | 55 | 8 | F | 53 | 35 |
| Octal | 352 | 125 | 42 | 0 | 100 | 125 | 10 | 17 | 123 | 65 |
| Binary | 11101010 | 1010101 | 100010 | 0 | 1000000 | 1010101 | 1000 | 1111 | 1010011 | 110101 |
Color Harmonies of #EA5522
Complementary color
Monochromatic Colors of #EA5522
Black with #EA5522
Text Example
Text Example
White with #EA5522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5522; }
p { color: rgb(234,85,34); }
H1.HeaderClassName
{
color: #EA5522;
}
.AnyTagClassName
{
color: #EA5522;
}
</style>
background-color css
<style>
a { background-color: #EA5522; }
a { background-color: rgb(234,85,34); }
div.DivClassName
{
background-color: #EA5522;
}
.BgClassName
{
background-color: #EA5522;
}
</style>
border-color css
<style>
span { border-color: #EA5522; }
span { border-color: rgb(234,85,34); }
td.TdClassName
{
border-color: #EA5522;
}
.TagClassName
{
border-color: #EA5522;
}
</style>