Shades of Persimmon #EE5901
Tints of Persimmon #EE5901
RGB
CMYK
RGB Variations
Color information
#EE5901 (or 0xEE5901) is known color: Persimmon. HEX triplet: EE, 59 and 01. RGB value is (238,89,1). Sum of RGB (Red+Green+Blue) = 238+89+1=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5901 is #11A6FE. Grayscale: #7C7C7C. Windows color (decimal): -1156863 or 88558. OLE color: 88558.
HSL color Cylindrical-coordinate representation of color #EE5901: hue angle of 22.28º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE5901 is Cyan = 0, Magento = 0.63, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 1 | - |
| CMYK | 0 | 0.63 | 1.00 | 0.07 |
| HSL | 22.28º | 0.99% | 0.47% | - |
| HSV(B) | 22.28º | 1% | 0.93% | - |
| XYZ | 38.84 | 25.32 | 2.87 | - |
| YUV | 123.52 | 58.86 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 1 | 0 | 0.63 | 1.00 | 0.07 | 22.28 | 0.99 | 0.47 |
| Hex | EE | 59 | 1 | 0 | 3F | 64 | 7 | 16 | 63 | 2F |
| Octal | 356 | 131 | 1 | 0 | 77 | 144 | 7 | 26 | 143 | 57 |
| Binary | 11101110 | 1011001 | 1 | 0 | 111111 | 1100100 | 111 | 10110 | 1100011 | 101111 |
Color Harmonies of #EE5901
Complementary color
Monochromatic Colors of #EE5901
Black with #EE5901
Text Example
Text Example
White with #EE5901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5901; }
p { color: rgb(238,89,1); }
H1.HeaderClassName
{
color: #EE5901;
}
.AnyTagClassName
{
color: #EE5901;
}
</style>
background-color css
<style>
a { background-color: #EE5901; }
a { background-color: rgb(238,89,1); }
div.DivClassName
{
background-color: #EE5901;
}
.BgClassName
{
background-color: #EE5901;
}
</style>
border-color css
<style>
span { border-color: #EE5901; }
span { border-color: rgb(238,89,1); }
td.TdClassName
{
border-color: #EE5901;
}
.TagClassName
{
border-color: #EE5901;
}
</style>