Shades of Persimmon #EE560A
Tints of Persimmon #EE560A
RGB
CMYK
RGB Variations
Color information
#EE560A (or 0xEE560A) is known color: Persimmon. HEX triplet: EE, 56 and 0A. RGB value is (238,86,10). Sum of RGB (Red+Green+Blue) = 238+86+10=334 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.26% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 238 - color contains mainly: red. Hex color #EE560A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE560A is #11A9F5. Grayscale: #7B7B7B. Windows color (decimal): -1157622 or 677614. OLE color: 677614.
HSL color Cylindrical-coordinate representation of color #EE560A: hue angle of 20º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE560A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.07 |
| HSL | 20º | 0.92% | 0.49% | - |
| HSV(B) | 20º | 0.96% | 0.93% | - |
| XYZ | 38.64 | 24.85 | 3.05 | - |
| YUV | 122.78 | 64.36 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 10 | 0 | 0.64 | 0.96 | 0.07 | 20 | 0.92 | 0.49 |
| Hex | EE | 56 | A | 0 | 40 | 60 | 7 | 14 | 5C | 31 |
| Octal | 356 | 126 | 12 | 0 | 100 | 140 | 7 | 24 | 134 | 61 |
| Binary | 11101110 | 1010110 | 1010 | 0 | 1000000 | 1100000 | 111 | 10100 | 1011100 | 110001 |
Color Harmonies of #EE560A
Complementary color
Monochromatic Colors of #EE560A
Black with #EE560A
Text Example
Text Example
White with #EE560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE560A; }
p { color: rgb(238,86,10); }
H1.HeaderClassName
{
color: #EE560A;
}
.AnyTagClassName
{
color: #EE560A;
}
</style>
background-color css
<style>
a { background-color: #EE560A; }
a { background-color: rgb(238,86,10); }
div.DivClassName
{
background-color: #EE560A;
}
.BgClassName
{
background-color: #EE560A;
}
</style>
border-color css
<style>
span { border-color: #EE560A; }
span { border-color: rgb(238,86,10); }
td.TdClassName
{
border-color: #EE560A;
}
.TagClassName
{
border-color: #EE560A;
}
</style>