Shades of Persimmon #EE5913
Tints of Persimmon #EE5913
RGB
CMYK
RGB Variations
Color information
#EE5913 (or 0xEE5913) is known color: Persimmon. HEX triplet: EE, 59 and 13. RGB value is (238,89,19). Sum of RGB (Red+Green+Blue) = 238+89+19=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5913 is #11A6EC. Grayscale: #7E7E7E. Windows color (decimal): -1156845 or 1268206. OLE color: 1268206.
HSL color Cylindrical-coordinate representation of color #EE5913: hue angle of 19.18º 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 #EE5913 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 19 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.07 |
| HSL | 19.18º | 0.87% | 0.5% | - |
| HSV(B) | 19.18º | 0.92% | 0.93% | - |
| XYZ | 38.95 | 25.37 | 3.46 | - |
| YUV | 125.57 | 67.86 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 19 | 0 | 0.63 | 0.92 | 0.07 | 19.18 | 0.87 | 0.5 |
| Hex | EE | 59 | 13 | 0 | 3F | 5C | 7 | 13 | 57 | 32 |
| Octal | 356 | 131 | 23 | 0 | 77 | 134 | 7 | 23 | 127 | 62 |
| Binary | 11101110 | 1011001 | 10011 | 0 | 111111 | 1011100 | 111 | 10011 | 1010111 | 110010 |
Color Harmonies of #EE5913
Complementary color
Monochromatic Colors of #EE5913
Black with #EE5913
Text Example
Text Example
White with #EE5913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5913; }
p { color: rgb(238,89,19); }
H1.HeaderClassName
{
color: #EE5913;
}
.AnyTagClassName
{
color: #EE5913;
}
</style>
background-color css
<style>
a { background-color: #EE5913; }
a { background-color: rgb(238,89,19); }
div.DivClassName
{
background-color: #EE5913;
}
.BgClassName
{
background-color: #EE5913;
}
</style>
border-color css
<style>
span { border-color: #EE5913; }
span { border-color: rgb(238,89,19); }
td.TdClassName
{
border-color: #EE5913;
}
.TagClassName
{
border-color: #EE5913;
}
</style>