Shades of Persimmon #EE560C
Tints of Persimmon #EE560C
RGB
CMYK
RGB Variations
Color information
#EE560C (or 0xEE560C) is known color: Persimmon. HEX triplet: EE, 56 and 0C. RGB value is (238,86,12). Sum of RGB (Red+Green+Blue) = 238+86+12=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE560C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EE560C is #11A9F3. Grayscale: #7B7B7B. Windows color (decimal): -1157620 or 808686. OLE color: 808686.
HSL color Cylindrical-coordinate representation of color #EE560C: hue angle of 19.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE560C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 86 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.07 |
| HSL | 19.65º | 0.9% | 0.49% | - |
| HSV(B) | 19.65º | 0.95% | 0.93% | - |
| XYZ | 38.65 | 24.86 | 3.11 | - |
| YUV | 123.01 | 65.36 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 86 | 12 | 0 | 0.64 | 0.95 | 0.07 | 19.65 | 0.9 | 0.49 |
| Hex | EE | 56 | C | 0 | 40 | 5F | 7 | 14 | 5A | 31 |
| Octal | 356 | 126 | 14 | 0 | 100 | 137 | 7 | 24 | 132 | 61 |
| Binary | 11101110 | 1010110 | 1100 | 0 | 1000000 | 1011111 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #EE560C
Complementary color
Monochromatic Colors of #EE560C
Black with #EE560C
Text Example
Text Example
White with #EE560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE560C; }
p { color: rgb(238,86,12); }
H1.HeaderClassName
{
color: #EE560C;
}
.AnyTagClassName
{
color: #EE560C;
}
</style>
background-color css
<style>
a { background-color: #EE560C; }
a { background-color: rgb(238,86,12); }
div.DivClassName
{
background-color: #EE560C;
}
.BgClassName
{
background-color: #EE560C;
}
</style>
border-color css
<style>
span { border-color: #EE560C; }
span { border-color: rgb(238,86,12); }
td.TdClassName
{
border-color: #EE560C;
}
.TagClassName
{
border-color: #EE560C;
}
</style>