Shades of Persimmon #EE5016
Tints of Persimmon #EE5016
RGB
CMYK
RGB Variations
Color information
#EE5016 (or 0xEE5016) is known color: Persimmon. HEX triplet: EE, 50 and 16. RGB value is (238,80,22). Sum of RGB (Red+Green+Blue) = 238+80+22=340 (45% of max value = 765). Red value is 238 (93.36% from 255 or 70% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5016 is #11AFE9. Grayscale: #797979. Windows color (decimal): -1159146 or 1462510. OLE color: 1462510.
HSL color Cylindrical-coordinate representation of color #EE5016: hue angle of 16.11º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE5016 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 80 | 22 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.07 |
| HSL | 16.11º | 0.86% | 0.51% | - |
| HSV(B) | 16.11º | 0.91% | 0.93% | - |
| XYZ | 38.27 | 23.97 | 3.37 | - |
| YUV | 120.63 | 72.35 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 80 | 22 | 0 | 0.66 | 0.91 | 0.07 | 16.11 | 0.86 | 0.51 |
| Hex | EE | 50 | 16 | 0 | 42 | 5B | 7 | 10 | 56 | 33 |
| Octal | 356 | 120 | 26 | 0 | 102 | 133 | 7 | 20 | 126 | 63 |
| Binary | 11101110 | 1010000 | 10110 | 0 | 1000010 | 1011011 | 111 | 10000 | 1010110 | 110011 |
Color Harmonies of #EE5016
Complementary color
Monochromatic Colors of #EE5016
Black with #EE5016
Text Example
Text Example
White with #EE5016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5016; }
p { color: rgb(238,80,22); }
H1.HeaderClassName
{
color: #EE5016;
}
.AnyTagClassName
{
color: #EE5016;
}
</style>
background-color css
<style>
a { background-color: #EE5016; }
a { background-color: rgb(238,80,22); }
div.DivClassName
{
background-color: #EE5016;
}
.BgClassName
{
background-color: #EE5016;
}
</style>
border-color css
<style>
span { border-color: #EE5016; }
span { border-color: rgb(238,80,22); }
td.TdClassName
{
border-color: #EE5016;
}
.TagClassName
{
border-color: #EE5016;
}
</style>