Shades of Persimmon #EE5116
Tints of Persimmon #EE5116
RGB
CMYK
RGB Variations
Color information
#EE5116 (or 0xEE5116) is known color: Persimmon. HEX triplet: EE, 51 and 16. RGB value is (238,81,22). Sum of RGB (Red+Green+Blue) = 238+81+22=341 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.79% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE5116 is #11AEE9. Grayscale: #797979. Windows color (decimal): -1158890 or 1462766. OLE color: 1462766.
HSL color Cylindrical-coordinate representation of color #EE5116: hue angle of 16.39º 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 #EE5116 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 81 | 22 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.07 |
| HSL | 16.39º | 0.86% | 0.51% | - |
| HSV(B) | 16.39º | 0.91% | 0.93% | - |
| XYZ | 38.35 | 24.12 | 3.39 | - |
| YUV | 121.22 | 72.01 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 81 | 22 | 0 | 0.66 | 0.91 | 0.07 | 16.39 | 0.86 | 0.51 |
| Hex | EE | 51 | 16 | 0 | 42 | 5B | 7 | 10 | 56 | 33 |
| Octal | 356 | 121 | 26 | 0 | 102 | 133 | 7 | 20 | 126 | 63 |
| Binary | 11101110 | 1010001 | 10110 | 0 | 1000010 | 1011011 | 111 | 10000 | 1010110 | 110011 |
Color Harmonies of #EE5116
Complementary color
Monochromatic Colors of #EE5116
Black with #EE5116
Text Example
Text Example
White with #EE5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5116; }
p { color: rgb(238,81,22); }
H1.HeaderClassName
{
color: #EE5116;
}
.AnyTagClassName
{
color: #EE5116;
}
</style>
background-color css
<style>
a { background-color: #EE5116; }
a { background-color: rgb(238,81,22); }
div.DivClassName
{
background-color: #EE5116;
}
.BgClassName
{
background-color: #EE5116;
}
</style>
border-color css
<style>
span { border-color: #EE5116; }
span { border-color: rgb(238,81,22); }
td.TdClassName
{
border-color: #EE5116;
}
.TagClassName
{
border-color: #EE5116;
}
</style>