Shades of Cinnabar #EA5333
Tints of Cinnabar #EA5333
RGB
CMYK
RGB Variations
Color information
#EA5333 (or 0xEA5333) is known color: Cinnabar. HEX triplet: EA, 53 and 33. RGB value is (234,83,51). Sum of RGB (Red+Green+Blue) = 234+83+51=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5333 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5333 is #15ACCC. Grayscale: #7C7C7C. Windows color (decimal): -1420493 or 3363818. OLE color: 3363818.
HSL color Cylindrical-coordinate representation of color #EA5333: hue angle of 10.49º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA5333 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 83 | 51 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.08 |
| HSL | 10.49º | 0.81% | 0.56% | - |
| HSV(B) | 10.49º | 0.78% | 0.92% | - |
| XYZ | 37.62 | 23.92 | 5.77 | - |
| YUV | 124.5 | 86.53 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 83 | 51 | 0 | 0.65 | 0.78 | 0.08 | 10.49 | 0.81 | 0.56 |
| Hex | EA | 53 | 33 | 0 | 41 | 4E | 8 | A | 51 | 38 |
| Octal | 352 | 123 | 63 | 0 | 101 | 116 | 10 | 12 | 121 | 70 |
| Binary | 11101010 | 1010011 | 110011 | 0 | 1000001 | 1001110 | 1000 | 1010 | 1010001 | 111000 |
Color Harmonies of #EA5333
Complementary color
Monochromatic Colors of #EA5333
Black with #EA5333
Text Example
Text Example
White with #EA5333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5333; }
p { color: rgb(234,83,51); }
H1.HeaderClassName
{
color: #EA5333;
}
.AnyTagClassName
{
color: #EA5333;
}
</style>
background-color css
<style>
a { background-color: #EA5333; }
a { background-color: rgb(234,83,51); }
div.DivClassName
{
background-color: #EA5333;
}
.BgClassName
{
background-color: #EA5333;
}
</style>
border-color css
<style>
span { border-color: #EA5333; }
span { border-color: rgb(234,83,51); }
td.TdClassName
{
border-color: #EA5333;
}
.TagClassName
{
border-color: #EA5333;
}
</style>