Shades of Cinnabar #EA543B
Tints of Cinnabar #EA543B
RGB
CMYK
RGB Variations
Color information
#EA543B (or 0xEA543B) is known color: Cinnabar. HEX triplet: EA, 54 and 3B. RGB value is (234,84,59). Sum of RGB (Red+Green+Blue) = 234+84+59=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA543B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA543B is #15ABC4. Grayscale: #7E7E7E. Windows color (decimal): -1420229 or 3888362. OLE color: 3888362.
HSL color Cylindrical-coordinate representation of color #EA543B: hue angle of 8.57º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EA543B is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 84 | 59 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.08 |
| HSL | 8.57º | 0.81% | 0.57% | - |
| HSV(B) | 8.57º | 0.75% | 0.92% | - |
| XYZ | 37.89 | 24.15 | 6.8 | - |
| YUV | 126 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 84 | 59 | 0 | 0.64 | 0.75 | 0.08 | 8.57 | 0.81 | 0.57 |
| Hex | EA | 54 | 3B | 0 | 40 | 4B | 8 | 9 | 51 | 39 |
| Octal | 352 | 124 | 73 | 0 | 100 | 113 | 10 | 11 | 121 | 71 |
| Binary | 11101010 | 1010100 | 111011 | 0 | 1000000 | 1001011 | 1000 | 1001 | 1010001 | 111001 |
Color Harmonies of #EA543B
Complementary color
Monochromatic Colors of #EA543B
Black with #EA543B
Text Example
Text Example
White with #EA543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA543B; }
p { color: rgb(234,84,59); }
H1.HeaderClassName
{
color: #EA543B;
}
.AnyTagClassName
{
color: #EA543B;
}
</style>
background-color css
<style>
a { background-color: #EA543B; }
a { background-color: rgb(234,84,59); }
div.DivClassName
{
background-color: #EA543B;
}
.BgClassName
{
background-color: #EA543B;
}
</style>
border-color css
<style>
span { border-color: #EA543B; }
span { border-color: rgb(234,84,59); }
td.TdClassName
{
border-color: #EA543B;
}
.TagClassName
{
border-color: #EA543B;
}
</style>