Shades of Persimmon #EE5502
Tints of Persimmon #EE5502
RGB
CMYK
RGB Variations
Color information
#EE5502 (or 0xEE5502) is known color: Persimmon. HEX triplet: EE, 55 and 02. RGB value is (238,85,2). Sum of RGB (Red+Green+Blue) = 238+85+2=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5502 is #11AAFD. Grayscale: #797979. Windows color (decimal): -1157886 or 153070. OLE color: 153070.
HSL color Cylindrical-coordinate representation of color #EE5502: hue angle of 21.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE5502 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 85 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.07 |
| HSL | 21.1º | 0.98% | 0.47% | - |
| HSV(B) | 21.1º | 0.99% | 0.93% | - |
| XYZ | 38.52 | 24.68 | 2.79 | - |
| YUV | 121.29 | 60.69 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 85 | 2 | 0 | 0.64 | 0.99 | 0.07 | 21.1 | 0.98 | 0.47 |
| Hex | EE | 55 | 2 | 0 | 40 | 63 | 7 | 15 | 62 | 2F |
| Octal | 356 | 125 | 2 | 0 | 100 | 143 | 7 | 25 | 142 | 57 |
| Binary | 11101110 | 1010101 | 10 | 0 | 1000000 | 1100011 | 111 | 10101 | 1100010 | 101111 |
Color Harmonies of #EE5502
Complementary color
Monochromatic Colors of #EE5502
Black with #EE5502
Text Example
Text Example
White with #EE5502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5502; }
p { color: rgb(238,85,2); }
H1.HeaderClassName
{
color: #EE5502;
}
.AnyTagClassName
{
color: #EE5502;
}
</style>
background-color css
<style>
a { background-color: #EE5502; }
a { background-color: rgb(238,85,2); }
div.DivClassName
{
background-color: #EE5502;
}
.BgClassName
{
background-color: #EE5502;
}
</style>
border-color css
<style>
span { border-color: #EE5502; }
span { border-color: rgb(238,85,2); }
td.TdClassName
{
border-color: #EE5502;
}
.TagClassName
{
border-color: #EE5502;
}
</style>