Shades of Persimmon #EE5218
Tints of Persimmon #EE5218
RGB
CMYK
RGB Variations
Color information
#EE5218 (or 0xEE5218) is known color: Persimmon. HEX triplet: EE, 52 and 18. RGB value is (238,82,24). Sum of RGB (Red+Green+Blue) = 238+82+24=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5218 is #11ADE7. Grayscale: #7A7A7A. Windows color (decimal): -1158632 or 1594094. OLE color: 1594094.
HSL color Cylindrical-coordinate representation of color #EE5218: hue angle of 16.26º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE5218 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 24 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.07 |
| HSL | 16.26º | 0.86% | 0.51% | - |
| HSV(B) | 16.26º | 0.9% | 0.93% | - |
| XYZ | 38.44 | 24.28 | 3.52 | - |
| YUV | 122.03 | 72.68 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 24 | 0 | 0.66 | 0.90 | 0.07 | 16.26 | 0.86 | 0.51 |
| Hex | EE | 52 | 18 | 0 | 42 | 5A | 7 | 10 | 56 | 33 |
| Octal | 356 | 122 | 30 | 0 | 102 | 132 | 7 | 20 | 126 | 63 |
| Binary | 11101110 | 1010010 | 11000 | 0 | 1000010 | 1011010 | 111 | 10000 | 1010110 | 110011 |
Color Harmonies of #EE5218
Complementary color
Monochromatic Colors of #EE5218
Black with #EE5218
Text Example
Text Example
White with #EE5218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5218; }
p { color: rgb(238,82,24); }
H1.HeaderClassName
{
color: #EE5218;
}
.AnyTagClassName
{
color: #EE5218;
}
</style>
background-color css
<style>
a { background-color: #EE5218; }
a { background-color: rgb(238,82,24); }
div.DivClassName
{
background-color: #EE5218;
}
.BgClassName
{
background-color: #EE5218;
}
</style>
border-color css
<style>
span { border-color: #EE5218; }
span { border-color: rgb(238,82,24); }
td.TdClassName
{
border-color: #EE5218;
}
.TagClassName
{
border-color: #EE5218;
}
</style>