Shades of Persimmon #EE5213
Tints of Persimmon #EE5213
RGB
CMYK
RGB Variations
Color information
#EE5213 (or 0xEE5213) is known color: Persimmon. HEX triplet: EE, 52 and 13. RGB value is (238,82,19). Sum of RGB (Red+Green+Blue) = 238+82+19=339 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.21% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5213 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5213 is #11ADEC. Grayscale: #797979. Windows color (decimal): -1158637 or 1266414. OLE color: 1266414.
HSL color Cylindrical-coordinate representation of color #EE5213: hue angle of 17.26º 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 #EE5213 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 19 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.07 |
| HSL | 17.26º | 0.87% | 0.5% | - |
| HSV(B) | 17.26º | 0.92% | 0.93% | - |
| XYZ | 38.39 | 24.26 | 3.27 | - |
| YUV | 121.46 | 70.18 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 19 | 0 | 0.66 | 0.92 | 0.07 | 17.26 | 0.87 | 0.5 |
| Hex | EE | 52 | 13 | 0 | 42 | 5C | 7 | 11 | 57 | 32 |
| Octal | 356 | 122 | 23 | 0 | 102 | 134 | 7 | 21 | 127 | 62 |
| Binary | 11101110 | 1010010 | 10011 | 0 | 1000010 | 1011100 | 111 | 10001 | 1010111 | 110010 |
Color Harmonies of #EE5213
Complementary color
Monochromatic Colors of #EE5213
Black with #EE5213
Text Example
Text Example
White with #EE5213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5213; }
p { color: rgb(238,82,19); }
H1.HeaderClassName
{
color: #EE5213;
}
.AnyTagClassName
{
color: #EE5213;
}
</style>
background-color css
<style>
a { background-color: #EE5213; }
a { background-color: rgb(238,82,19); }
div.DivClassName
{
background-color: #EE5213;
}
.BgClassName
{
background-color: #EE5213;
}
</style>
border-color css
<style>
span { border-color: #EE5213; }
span { border-color: rgb(238,82,19); }
td.TdClassName
{
border-color: #EE5213;
}
.TagClassName
{
border-color: #EE5213;
}
</style>