Shades of Persimmon #EE5519
Tints of Persimmon #EE5519
RGB
CMYK
RGB Variations
Color information
#EE5519 (or 0xEE5519) is known color: Persimmon. HEX triplet: EE, 55 and 19. RGB value is (238,85,25). Sum of RGB (Red+Green+Blue) = 238+85+25=348 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68.39% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5519 is #11AAE6. Grayscale: #7C7C7C. Windows color (decimal): -1157863 or 1660398. OLE color: 1660398.
HSL color Cylindrical-coordinate representation of color #EE5519: hue angle of 16.9º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE5519 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 25 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.07 |
| HSL | 16.9º | 0.86% | 0.52% | - |
| HSV(B) | 16.9º | 0.89% | 0.93% | - |
| XYZ | 38.68 | 24.74 | 3.66 | - |
| YUV | 123.91 | 72.19 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 25 | 0 | 0.64 | 0.89 | 0.07 | 16.9 | 0.86 | 0.52 |
| Hex | EE | 55 | 19 | 0 | 40 | 59 | 7 | 11 | 56 | 34 |
| Octal | 356 | 125 | 31 | 0 | 100 | 131 | 7 | 21 | 126 | 64 |
| Binary | 11101110 | 1010101 | 11001 | 0 | 1000000 | 1011001 | 111 | 10001 | 1010110 | 110100 |
Color Harmonies of #EE5519
Complementary color
Monochromatic Colors of #EE5519
Black with #EE5519
Text Example
Text Example
White with #EE5519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5519; }
p { color: rgb(238,85,25); }
H1.HeaderClassName
{
color: #EE5519;
}
.AnyTagClassName
{
color: #EE5519;
}
</style>
background-color css
<style>
a { background-color: #EE5519; }
a { background-color: rgb(238,85,25); }
div.DivClassName
{
background-color: #EE5519;
}
.BgClassName
{
background-color: #EE5519;
}
</style>
border-color css
<style>
span { border-color: #EE5519; }
span { border-color: rgb(238,85,25); }
td.TdClassName
{
border-color: #EE5519;
}
.TagClassName
{
border-color: #EE5519;
}
</style>