Shades of Cinnabar #EE5033
Tints of Cinnabar #EE5033
RGB
CMYK
RGB Variations
Color information
#EE5033 (or 0xEE5033) is known color: Cinnabar. HEX triplet: EE, 50 and 33. RGB value is (238,80,51). Sum of RGB (Red+Green+Blue) = 238+80+51=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5033 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5033 is #11AFCC. Grayscale: #7C7C7C. Windows color (decimal): -1159117 or 3363054. OLE color: 3363054.
HSL color Cylindrical-coordinate representation of color #EE5033: hue angle of 9.3º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE5033 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 51 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.07 |
| HSL | 9.3º | 0.85% | 0.57% | - |
| HSV(B) | 9.3º | 0.79% | 0.93% | - |
| XYZ | 38.73 | 24.15 | 5.75 | - |
| YUV | 123.94 | 86.85 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 51 | 0 | 0.66 | 0.79 | 0.07 | 9.3 | 0.85 | 0.57 |
| Hex | EE | 50 | 33 | 0 | 42 | 4F | 7 | 9 | 55 | 39 |
| Octal | 356 | 120 | 63 | 0 | 102 | 117 | 7 | 11 | 125 | 71 |
| Binary | 11101110 | 1010000 | 110011 | 0 | 1000010 | 1001111 | 111 | 1001 | 1010101 | 111001 |
Color Harmonies of #EE5033
Complementary color
Monochromatic Colors of #EE5033
Black with #EE5033
Text Example
Text Example
White with #EE5033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5033; }
p { color: rgb(238,80,51); }
H1.HeaderClassName
{
color: #EE5033;
}
.AnyTagClassName
{
color: #EE5033;
}
</style>
background-color css
<style>
a { background-color: #EE5033; }
a { background-color: rgb(238,80,51); }
div.DivClassName
{
background-color: #EE5033;
}
.BgClassName
{
background-color: #EE5033;
}
</style>
border-color css
<style>
span { border-color: #EE5033; }
span { border-color: rgb(238,80,51); }
td.TdClassName
{
border-color: #EE5033;
}
.TagClassName
{
border-color: #EE5033;
}
</style>