Shades of Persimmon #EE6016
Tints of Persimmon #EE6016
RGB
CMYK
RGB Variations
Color information
#EE6016 (or 0xEE6016) is known color: Persimmon. HEX triplet: EE, 60 and 16. RGB value is (238,96,22). Sum of RGB (Red+Green+Blue) = 238+96+22=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6016 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE6016 is #119FE9. Grayscale: #828282. Windows color (decimal): -1155050 or 1466606. OLE color: 1466606.
HSL color Cylindrical-coordinate representation of color #EE6016: hue angle of 20.56º 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 #EE6016 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 22 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.07 |
| HSL | 20.56º | 0.86% | 0.51% | - |
| HSV(B) | 20.56º | 0.91% | 0.93% | - |
| XYZ | 39.59 | 26.6 | 3.81 | - |
| YUV | 130.02 | 67.04 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 22 | 0 | 0.60 | 0.91 | 0.07 | 20.56 | 0.86 | 0.51 |
| Hex | EE | 60 | 16 | 0 | 3C | 5B | 7 | 15 | 56 | 33 |
| Octal | 356 | 140 | 26 | 0 | 74 | 133 | 7 | 25 | 126 | 63 |
| Binary | 11101110 | 1100000 | 10110 | 0 | 111100 | 1011011 | 111 | 10101 | 1010110 | 110011 |
Color Harmonies of #EE6016
Complementary color
Monochromatic Colors of #EE6016
Black with #EE6016
Text Example
Text Example
White with #EE6016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6016; }
p { color: rgb(238,96,22); }
H1.HeaderClassName
{
color: #EE6016;
}
.AnyTagClassName
{
color: #EE6016;
}
</style>
background-color css
<style>
a { background-color: #EE6016; }
a { background-color: rgb(238,96,22); }
div.DivClassName
{
background-color: #EE6016;
}
.BgClassName
{
background-color: #EE6016;
}
</style>
border-color css
<style>
span { border-color: #EE6016; }
span { border-color: rgb(238,96,22); }
td.TdClassName
{
border-color: #EE6016;
}
.TagClassName
{
border-color: #EE6016;
}
</style>