Shades of Persimmon #EE5501
Tints of Persimmon #EE5501
RGB
CMYK
RGB Variations
Color information
#EE5501 (or 0xEE5501) is known color: Persimmon. HEX triplet: EE, 55 and 01. RGB value is (238,85,1). Sum of RGB (Red+Green+Blue) = 238+85+1=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5501 is #11AAFE. Grayscale: #797979. Windows color (decimal): -1157887 or 87534. OLE color: 87534.
HSL color Cylindrical-coordinate representation of color #EE5501: hue angle of 21.27º 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 #EE5501 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.07 |
| HSL | 21.27º | 0.99% | 0.47% | - |
| HSV(B) | 21.27º | 1% | 0.93% | - |
| XYZ | 38.51 | 24.68 | 2.76 | - |
| YUV | 121.17 | 60.19 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 1 | 0 | 0.64 | 1.00 | 0.07 | 21.27 | 0.99 | 0.47 |
| Hex | EE | 55 | 1 | 0 | 40 | 64 | 7 | 15 | 63 | 2F |
| Octal | 356 | 125 | 1 | 0 | 100 | 144 | 7 | 25 | 143 | 57 |
| Binary | 11101110 | 1010101 | 1 | 0 | 1000000 | 1100100 | 111 | 10101 | 1100011 | 101111 |
Color Harmonies of #EE5501
Complementary color
Monochromatic Colors of #EE5501
Black with #EE5501
Text Example
Text Example
White with #EE5501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5501; }
p { color: rgb(238,85,1); }
H1.HeaderClassName
{
color: #EE5501;
}
.AnyTagClassName
{
color: #EE5501;
}
</style>
background-color css
<style>
a { background-color: #EE5501; }
a { background-color: rgb(238,85,1); }
div.DivClassName
{
background-color: #EE5501;
}
.BgClassName
{
background-color: #EE5501;
}
</style>
border-color css
<style>
span { border-color: #EE5501; }
span { border-color: rgb(238,85,1); }
td.TdClassName
{
border-color: #EE5501;
}
.TagClassName
{
border-color: #EE5501;
}
</style>