Shades of Persimmon #EE5215
Tints of Persimmon #EE5215
RGB
CMYK
RGB Variations
Color information
#EE5215 (or 0xEE5215) is known color: Persimmon. HEX triplet: EE, 52 and 15. RGB value is (238,82,21). Sum of RGB (Red+Green+Blue) = 238+82+21=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5215 is #11ADEA. Grayscale: #7A7A7A. Windows color (decimal): -1158635 or 1397486. OLE color: 1397486.
HSL color Cylindrical-coordinate representation of color #EE5215: hue angle of 16.87º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE5215 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 21 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.07 |
| HSL | 16.87º | 0.86% | 0.51% | - |
| HSV(B) | 16.87º | 0.91% | 0.93% | - |
| XYZ | 38.41 | 24.27 | 3.37 | - |
| YUV | 121.69 | 71.18 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 21 | 0 | 0.66 | 0.91 | 0.07 | 16.87 | 0.86 | 0.51 |
| Hex | EE | 52 | 15 | 0 | 42 | 5B | 7 | 11 | 56 | 33 |
| Octal | 356 | 122 | 25 | 0 | 102 | 133 | 7 | 21 | 126 | 63 |
| Binary | 11101110 | 1010010 | 10101 | 0 | 1000010 | 1011011 | 111 | 10001 | 1010110 | 110011 |
Color Harmonies of #EE5215
Complementary color
Monochromatic Colors of #EE5215
Black with #EE5215
Text Example
Text Example
White with #EE5215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5215; }
p { color: rgb(238,82,21); }
H1.HeaderClassName
{
color: #EE5215;
}
.AnyTagClassName
{
color: #EE5215;
}
</style>
background-color css
<style>
a { background-color: #EE5215; }
a { background-color: rgb(238,82,21); }
div.DivClassName
{
background-color: #EE5215;
}
.BgClassName
{
background-color: #EE5215;
}
</style>
border-color css
<style>
span { border-color: #EE5215; }
span { border-color: rgb(238,82,21); }
td.TdClassName
{
border-color: #EE5215;
}
.TagClassName
{
border-color: #EE5215;
}
</style>