Shades of Cinnabar #EE5330
Tints of Cinnabar #EE5330
RGB
CMYK
RGB Variations
Color information
#EE5330 (or 0xEE5330) is known color: Cinnabar. HEX triplet: EE, 53 and 30. RGB value is (238,83,48). Sum of RGB (Red+Green+Blue) = 238+83+48=369 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.50% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 48 (19.14% from 255 or 13.01% from 369); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE5330 is #11ACCF. Grayscale: #7D7D7D. Windows color (decimal): -1158352 or 3167214. OLE color: 3167214.
HSL color Cylindrical-coordinate representation of color #EE5330: hue angle of 11.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE5330 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 48 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.07 |
| HSL | 11.05º | 0.85% | 0.56% | - |
| HSV(B) | 11.05º | 0.8% | 0.93% | - |
| XYZ | 38.89 | 24.58 | 5.49 | - |
| YUV | 125.36 | 84.35 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 48 | 0 | 0.65 | 0.80 | 0.07 | 11.05 | 0.85 | 0.56 |
| Hex | EE | 53 | 30 | 0 | 41 | 50 | 7 | B | 55 | 38 |
| Octal | 356 | 123 | 60 | 0 | 101 | 120 | 7 | 13 | 125 | 70 |
| Binary | 11101110 | 1010011 | 110000 | 0 | 1000001 | 1010000 | 111 | 1011 | 1010101 | 111000 |
Color Harmonies of #EE5330
Complementary color
Monochromatic Colors of #EE5330
Black with #EE5330
Text Example
Text Example
White with #EE5330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5330; }
p { color: rgb(238,83,48); }
H1.HeaderClassName
{
color: #EE5330;
}
.AnyTagClassName
{
color: #EE5330;
}
</style>
background-color css
<style>
a { background-color: #EE5330; }
a { background-color: rgb(238,83,48); }
div.DivClassName
{
background-color: #EE5330;
}
.BgClassName
{
background-color: #EE5330;
}
</style>
border-color css
<style>
span { border-color: #EE5330; }
span { border-color: rgb(238,83,48); }
td.TdClassName
{
border-color: #EE5330;
}
.TagClassName
{
border-color: #EE5330;
}
</style>