Shades of Persimmon #EE5019
Tints of Persimmon #EE5019
RGB
CMYK
RGB Variations
Color information
#EE5019 (or 0xEE5019) is known color: Persimmon. HEX triplet: EE, 50 and 19. RGB value is (238,80,25). Sum of RGB (Red+Green+Blue) = 238+80+25=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5019 is #11AFE6. Grayscale: #797979. Windows color (decimal): -1159143 or 1659118. OLE color: 1659118.
HSL color Cylindrical-coordinate representation of color #EE5019: hue angle of 15.49º 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 #EE5019 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 25 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.07 |
| HSL | 15.49º | 0.86% | 0.52% | - |
| HSV(B) | 15.49º | 0.89% | 0.93% | - |
| XYZ | 38.3 | 23.98 | 3.53 | - |
| YUV | 120.97 | 73.85 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 25 | 0 | 0.66 | 0.89 | 0.07 | 15.49 | 0.86 | 0.52 |
| Hex | EE | 50 | 19 | 0 | 42 | 59 | 7 | F | 56 | 34 |
| Octal | 356 | 120 | 31 | 0 | 102 | 131 | 7 | 17 | 126 | 64 |
| Binary | 11101110 | 1010000 | 11001 | 0 | 1000010 | 1011001 | 111 | 1111 | 1010110 | 110100 |
Color Harmonies of #EE5019
Complementary color
Monochromatic Colors of #EE5019
Black with #EE5019
Text Example
Text Example
White with #EE5019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5019; }
p { color: rgb(238,80,25); }
H1.HeaderClassName
{
color: #EE5019;
}
.AnyTagClassName
{
color: #EE5019;
}
</style>
background-color css
<style>
a { background-color: #EE5019; }
a { background-color: rgb(238,80,25); }
div.DivClassName
{
background-color: #EE5019;
}
.BgClassName
{
background-color: #EE5019;
}
</style>
border-color css
<style>
span { border-color: #EE5019; }
span { border-color: rgb(238,80,25); }
td.TdClassName
{
border-color: #EE5019;
}
.TagClassName
{
border-color: #EE5019;
}
</style>