Shades of Persimmon #EE5002
Tints of Persimmon #EE5002
RGB
CMYK
RGB Variations
Color information
#EE5002 (or 0xEE5002) is known color: Persimmon. HEX triplet: EE, 50 and 02. RGB value is (238,80,2). Sum of RGB (Red+Green+Blue) = 238+80+2=320 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.38% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5002 is #11AFFD. Grayscale: #767676. Windows color (decimal): -1159166 or 151790. OLE color: 151790.
HSL color Cylindrical-coordinate representation of color #EE5002: hue angle of 19.83º 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 #EE5002 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.07 |
| HSL | 19.83º | 0.98% | 0.47% | - |
| HSV(B) | 19.83º | 0.99% | 0.93% | - |
| XYZ | 38.14 | 23.92 | 2.66 | - |
| YUV | 118.35 | 62.35 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 2 | 0 | 0.66 | 0.99 | 0.07 | 19.83 | 0.98 | 0.47 |
| Hex | EE | 50 | 2 | 0 | 42 | 63 | 7 | 14 | 62 | 2F |
| Octal | 356 | 120 | 2 | 0 | 102 | 143 | 7 | 24 | 142 | 57 |
| Binary | 11101110 | 1010000 | 10 | 0 | 1000010 | 1100011 | 111 | 10100 | 1100010 | 101111 |
Color Harmonies of #EE5002
Complementary color
Monochromatic Colors of #EE5002
Black with #EE5002
Text Example
Text Example
White with #EE5002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5002; }
p { color: rgb(238,80,2); }
H1.HeaderClassName
{
color: #EE5002;
}
.AnyTagClassName
{
color: #EE5002;
}
</style>
background-color css
<style>
a { background-color: #EE5002; }
a { background-color: rgb(238,80,2); }
div.DivClassName
{
background-color: #EE5002;
}
.BgClassName
{
background-color: #EE5002;
}
</style>
border-color css
<style>
span { border-color: #EE5002; }
span { border-color: rgb(238,80,2); }
td.TdClassName
{
border-color: #EE5002;
}
.TagClassName
{
border-color: #EE5002;
}
</style>