Shades of Persimmon #EE560E
Tints of Persimmon #EE560E
RGB
CMYK
RGB Variations
Color information
#EE560E (or 0xEE560E) is known color: Persimmon. HEX triplet: EE, 56 and 0E. RGB value is (238,86,14). Sum of RGB (Red+Green+Blue) = 238+86+14=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 14 (5.86% from 255 or 4.14% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE560E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE560E is #11A9F1. Grayscale: #7B7B7B. Windows color (decimal): -1157618 or 939758. OLE color: 939758.
HSL color Cylindrical-coordinate representation of color #EE560E: hue angle of 19.29º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE560E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.07 |
| HSL | 19.29º | 0.89% | 0.49% | - |
| HSV(B) | 19.29º | 0.94% | 0.93% | - |
| XYZ | 38.67 | 24.86 | 3.18 | - |
| YUV | 123.24 | 66.36 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 14 | 0 | 0.64 | 0.94 | 0.07 | 19.29 | 0.89 | 0.49 |
| Hex | EE | 56 | E | 0 | 40 | 5E | 7 | 13 | 59 | 31 |
| Octal | 356 | 126 | 16 | 0 | 100 | 136 | 7 | 23 | 131 | 61 |
| Binary | 11101110 | 1010110 | 1110 | 0 | 1000000 | 1011110 | 111 | 10011 | 1011001 | 110001 |
Color Harmonies of #EE560E
Complementary color
Monochromatic Colors of #EE560E
Black with #EE560E
Text Example
Text Example
White with #EE560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE560E; }
p { color: rgb(238,86,14); }
H1.HeaderClassName
{
color: #EE560E;
}
.AnyTagClassName
{
color: #EE560E;
}
</style>
background-color css
<style>
a { background-color: #EE560E; }
a { background-color: rgb(238,86,14); }
div.DivClassName
{
background-color: #EE560E;
}
.BgClassName
{
background-color: #EE560E;
}
</style>
border-color css
<style>
span { border-color: #EE560E; }
span { border-color: rgb(238,86,14); }
td.TdClassName
{
border-color: #EE560E;
}
.TagClassName
{
border-color: #EE560E;
}
</style>