Shades of Persimmon #EE5C16
Tints of Persimmon #EE5C16
RGB
CMYK
RGB Variations
Color information
#EE5C16 (or 0xEE5C16) is known color: Persimmon. HEX triplet: EE, 5C and 16. RGB value is (238,92,22). Sum of RGB (Red+Green+Blue) = 238+92+22=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 22 (8.98% from 255 or 6.25% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5C16 is #11A3E9. Grayscale: #808080. Windows color (decimal): -1156074 or 1465582. OLE color: 1465582.
HSL color Cylindrical-coordinate representation of color #EE5C16: hue angle of 19.44º 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 #EE5C16 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 92 | 22 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.07 |
| HSL | 19.44º | 0.86% | 0.51% | - |
| HSV(B) | 19.44º | 0.91% | 0.93% | - |
| XYZ | 39.23 | 25.89 | 3.69 | - |
| YUV | 127.67 | 68.37 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 92 | 22 | 0 | 0.61 | 0.91 | 0.07 | 19.44 | 0.86 | 0.51 |
| Hex | EE | 5C | 16 | 0 | 3D | 5B | 7 | 13 | 56 | 33 |
| Octal | 356 | 134 | 26 | 0 | 75 | 133 | 7 | 23 | 126 | 63 |
| Binary | 11101110 | 1011100 | 10110 | 0 | 111101 | 1011011 | 111 | 10011 | 1010110 | 110011 |
Color Harmonies of #EE5C16
Complementary color
Monochromatic Colors of #EE5C16
Black with #EE5C16
Text Example
Text Example
White with #EE5C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5C16; }
p { color: rgb(238,92,22); }
H1.HeaderClassName
{
color: #EE5C16;
}
.AnyTagClassName
{
color: #EE5C16;
}
</style>
background-color css
<style>
a { background-color: #EE5C16; }
a { background-color: rgb(238,92,22); }
div.DivClassName
{
background-color: #EE5C16;
}
.BgClassName
{
background-color: #EE5C16;
}
</style>
border-color css
<style>
span { border-color: #EE5C16; }
span { border-color: rgb(238,92,22); }
td.TdClassName
{
border-color: #EE5C16;
}
.TagClassName
{
border-color: #EE5C16;
}
</style>