Shades of Persimmon #EE5905
Tints of Persimmon #EE5905
RGB
CMYK
RGB Variations
Color information
#EE5905 (or 0xEE5905) is known color: Persimmon. HEX triplet: EE, 59 and 05. RGB value is (238,89,5). Sum of RGB (Red+Green+Blue) = 238+89+5=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5905 is #11A6FA. Grayscale: #7C7C7C. Windows color (decimal): -1156859 or 350702. OLE color: 350702.
HSL color Cylindrical-coordinate representation of color #EE5905: hue angle of 21.63º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE5905 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.07 |
| HSL | 21.63º | 0.96% | 0.48% | - |
| HSV(B) | 21.63º | 0.98% | 0.93% | - |
| XYZ | 38.86 | 25.33 | 2.99 | - |
| YUV | 123.98 | 60.86 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 5 | 0 | 0.63 | 0.98 | 0.07 | 21.63 | 0.96 | 0.48 |
| Hex | EE | 59 | 5 | 0 | 3F | 62 | 7 | 16 | 60 | 30 |
| Octal | 356 | 131 | 5 | 0 | 77 | 142 | 7 | 26 | 140 | 60 |
| Binary | 11101110 | 1011001 | 101 | 0 | 111111 | 1100010 | 111 | 10110 | 1100000 | 110000 |
Color Harmonies of #EE5905
Complementary color
Monochromatic Colors of #EE5905
Black with #EE5905
Text Example
Text Example
White with #EE5905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5905; }
p { color: rgb(238,89,5); }
H1.HeaderClassName
{
color: #EE5905;
}
.AnyTagClassName
{
color: #EE5905;
}
</style>
background-color css
<style>
a { background-color: #EE5905; }
a { background-color: rgb(238,89,5); }
div.DivClassName
{
background-color: #EE5905;
}
.BgClassName
{
background-color: #EE5905;
}
</style>
border-color css
<style>
span { border-color: #EE5905; }
span { border-color: rgb(238,89,5); }
td.TdClassName
{
border-color: #EE5905;
}
.TagClassName
{
border-color: #EE5905;
}
</style>