Shades of Persimmon #EE4802
Tints of Persimmon #EE4802
RGB
CMYK
RGB Variations
Color information
#EE4802 (or 0xEE4802) is known color: Persimmon. HEX triplet: EE, 48 and 02. RGB value is (238,72,2). Sum of RGB (Red+Green+Blue) = 238+72+2=312 (41% of max value = 765). Red value is 238 (93.36% from 255 or 76.28% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE4802 is #11B7FD. Grayscale: #727272. Windows color (decimal): -1161214 or 149742. OLE color: 149742.
HSL color Cylindrical-coordinate representation of color #EE4802: hue angle of 17.8º 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 #EE4802 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.07 |
| HSL | 17.8º | 0.98% | 0.47% | - |
| HSV(B) | 17.8º | 0.99% | 0.93% | - |
| XYZ | 37.59 | 22.82 | 2.48 | - |
| YUV | 113.65 | 65 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 2 | 0 | 0.70 | 0.99 | 0.07 | 17.8 | 0.98 | 0.47 |
| Hex | EE | 48 | 2 | 0 | 46 | 63 | 7 | 12 | 62 | 2F |
| Octal | 356 | 110 | 2 | 0 | 106 | 143 | 7 | 22 | 142 | 57 |
| Binary | 11101110 | 1001000 | 10 | 0 | 1000110 | 1100011 | 111 | 10010 | 1100010 | 101111 |
Color Harmonies of #EE4802
Complementary color
Monochromatic Colors of #EE4802
Black with #EE4802
Text Example
Text Example
White with #EE4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4802; }
p { color: rgb(238,72,2); }
H1.HeaderClassName
{
color: #EE4802;
}
.AnyTagClassName
{
color: #EE4802;
}
</style>
background-color css
<style>
a { background-color: #EE4802; }
a { background-color: rgb(238,72,2); }
div.DivClassName
{
background-color: #EE4802;
}
.BgClassName
{
background-color: #EE4802;
}
</style>
border-color css
<style>
span { border-color: #EE4802; }
span { border-color: rgb(238,72,2); }
td.TdClassName
{
border-color: #EE4802;
}
.TagClassName
{
border-color: #EE4802;
}
</style>