Shades of Persimmon #EE5908
Tints of Persimmon #EE5908
RGB
CMYK
RGB Variations
Color information
#EE5908 (or 0xEE5908) is known color: Persimmon. HEX triplet: EE, 59 and 08. RGB value is (238,89,8). Sum of RGB (Red+Green+Blue) = 238+89+8=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5908 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5908 is #11A6F7. Grayscale: #7C7C7C. Windows color (decimal): -1156856 or 547310. OLE color: 547310.
HSL color Cylindrical-coordinate representation of color #EE5908: hue angle of 21.13º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE5908 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 8 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.07 |
| HSL | 21.13º | 0.93% | 0.48% | - |
| HSV(B) | 21.13º | 0.97% | 0.93% | - |
| XYZ | 38.88 | 25.34 | 3.07 | - |
| YUV | 124.32 | 62.36 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 8 | 0 | 0.63 | 0.97 | 0.07 | 21.13 | 0.93 | 0.48 |
| Hex | EE | 59 | 8 | 0 | 3F | 61 | 7 | 15 | 5D | 30 |
| Octal | 356 | 131 | 10 | 0 | 77 | 141 | 7 | 25 | 135 | 60 |
| Binary | 11101110 | 1011001 | 1000 | 0 | 111111 | 1100001 | 111 | 10101 | 1011101 | 110000 |
Color Harmonies of #EE5908
Complementary color
Monochromatic Colors of #EE5908
Black with #EE5908
Text Example
Text Example
White with #EE5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5908; }
p { color: rgb(238,89,8); }
H1.HeaderClassName
{
color: #EE5908;
}
.AnyTagClassName
{
color: #EE5908;
}
</style>
background-color css
<style>
a { background-color: #EE5908; }
a { background-color: rgb(238,89,8); }
div.DivClassName
{
background-color: #EE5908;
}
.BgClassName
{
background-color: #EE5908;
}
</style>
border-color css
<style>
span { border-color: #EE5908; }
span { border-color: rgb(238,89,8); }
td.TdClassName
{
border-color: #EE5908;
}
.TagClassName
{
border-color: #EE5908;
}
</style>