Shades of Persimmon #EE5F16
Tints of Persimmon #EE5F16
RGB
CMYK
RGB Variations
Color information
#EE5F16 (or 0xEE5F16) is known color: Persimmon. HEX triplet: EE, 5F and 16. RGB value is (238,95,22). Sum of RGB (Red+Green+Blue) = 238+95+22=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5F16 is #11A0E9. Grayscale: #818181. Windows color (decimal): -1155306 or 1466350. OLE color: 1466350.
HSL color Cylindrical-coordinate representation of color #EE5F16: hue angle of 20.28º 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 #EE5F16 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 95 | 22 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.07 |
| HSL | 20.28º | 0.86% | 0.51% | - |
| HSV(B) | 20.28º | 0.91% | 0.93% | - |
| XYZ | 39.5 | 26.42 | 3.78 | - |
| YUV | 129.44 | 67.38 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 95 | 22 | 0 | 0.60 | 0.91 | 0.07 | 20.28 | 0.86 | 0.51 |
| Hex | EE | 5F | 16 | 0 | 3C | 5B | 7 | 14 | 56 | 33 |
| Octal | 356 | 137 | 26 | 0 | 74 | 133 | 7 | 24 | 126 | 63 |
| Binary | 11101110 | 1011111 | 10110 | 0 | 111100 | 1011011 | 111 | 10100 | 1010110 | 110011 |
Color Harmonies of #EE5F16
Complementary color
Monochromatic Colors of #EE5F16
Black with #EE5F16
Text Example
Text Example
White with #EE5F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5F16; }
p { color: rgb(238,95,22); }
H1.HeaderClassName
{
color: #EE5F16;
}
.AnyTagClassName
{
color: #EE5F16;
}
</style>
background-color css
<style>
a { background-color: #EE5F16; }
a { background-color: rgb(238,95,22); }
div.DivClassName
{
background-color: #EE5F16;
}
.BgClassName
{
background-color: #EE5F16;
}
</style>
border-color css
<style>
span { border-color: #EE5F16; }
span { border-color: rgb(238,95,22); }
td.TdClassName
{
border-color: #EE5F16;
}
.TagClassName
{
border-color: #EE5F16;
}
</style>