Shades of Cinnabar #EB501E
Tints of Cinnabar #EB501E
RGB
CMYK
RGB Variations
Color information
#EB501E (or 0xEB501E) is known color: Cinnabar. HEX triplet: EB, 50 and 1E. RGB value is (235,80,30). Sum of RGB (Red+Green+Blue) = 235+80+30=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB501E is #14AFE1. Grayscale: #787878. Windows color (decimal): -1355746 or 1986795. OLE color: 1986795.
HSL color Cylindrical-coordinate representation of color #EB501E: hue angle of 14.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EB501E is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 80 | 30 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.08 |
| HSL | 14.63º | 0.84% | 0.52% | - |
| HSV(B) | 14.63º | 0.87% | 0.92% | - |
| XYZ | 37.36 | 23.49 | 3.79 | - |
| YUV | 120.65 | 76.85 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 80 | 30 | 0 | 0.66 | 0.87 | 0.08 | 14.63 | 0.84 | 0.52 |
| Hex | EB | 50 | 1E | 0 | 42 | 57 | 8 | F | 54 | 34 |
| Octal | 353 | 120 | 36 | 0 | 102 | 127 | 10 | 17 | 124 | 64 |
| Binary | 11101011 | 1010000 | 11110 | 0 | 1000010 | 1010111 | 1000 | 1111 | 1010100 | 110100 |
Color Harmonies of #EB501E
Complementary color
Monochromatic Colors of #EB501E
Black with #EB501E
Text Example
Text Example
White with #EB501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB501E; }
p { color: rgb(235,80,30); }
H1.HeaderClassName
{
color: #EB501E;
}
.AnyTagClassName
{
color: #EB501E;
}
</style>
background-color css
<style>
a { background-color: #EB501E; }
a { background-color: rgb(235,80,30); }
div.DivClassName
{
background-color: #EB501E;
}
.BgClassName
{
background-color: #EB501E;
}
</style>
border-color css
<style>
span { border-color: #EB501E; }
span { border-color: rgb(235,80,30); }
td.TdClassName
{
border-color: #EB501E;
}
.TagClassName
{
border-color: #EB501E;
}
</style>