Shades of Persimmon #EE5212
Tints of Persimmon #EE5212
RGB
CMYK
RGB Variations
Color information
#EE5212 (or 0xEE5212) is known color: Persimmon. HEX triplet: EE, 52 and 12. RGB value is (238,82,18). Sum of RGB (Red+Green+Blue) = 238+82+18=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5212 is #11ADED. Grayscale: #797979. Windows color (decimal): -1158638 or 1200878. OLE color: 1200878.
HSL color Cylindrical-coordinate representation of color #EE5212: hue angle of 17.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE5212 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 18 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.07 |
| HSL | 17.45º | 0.87% | 0.5% | - |
| HSV(B) | 17.45º | 0.92% | 0.93% | - |
| XYZ | 38.39 | 24.26 | 3.23 | - |
| YUV | 121.35 | 69.68 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 18 | 0 | 0.66 | 0.92 | 0.07 | 17.45 | 0.87 | 0.5 |
| Hex | EE | 52 | 12 | 0 | 42 | 5C | 7 | 11 | 57 | 32 |
| Octal | 356 | 122 | 22 | 0 | 102 | 134 | 7 | 21 | 127 | 62 |
| Binary | 11101110 | 1010010 | 10010 | 0 | 1000010 | 1011100 | 111 | 10001 | 1010111 | 110010 |
Color Harmonies of #EE5212
Complementary color
Monochromatic Colors of #EE5212
Black with #EE5212
Text Example
Text Example
White with #EE5212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5212; }
p { color: rgb(238,82,18); }
H1.HeaderClassName
{
color: #EE5212;
}
.AnyTagClassName
{
color: #EE5212;
}
</style>
background-color css
<style>
a { background-color: #EE5212; }
a { background-color: rgb(238,82,18); }
div.DivClassName
{
background-color: #EE5212;
}
.BgClassName
{
background-color: #EE5212;
}
</style>
border-color css
<style>
span { border-color: #EE5212; }
span { border-color: rgb(238,82,18); }
td.TdClassName
{
border-color: #EE5212;
}
.TagClassName
{
border-color: #EE5212;
}
</style>