Shades of Persimmon #EC560D
Tints of Persimmon #EC560D
RGB
CMYK
RGB Variations
Color information
#EC560D (or 0xEC560D) is known color: Persimmon. HEX triplet: EC, 56 and 0D. RGB value is (236,86,13). Sum of RGB (Red+Green+Blue) = 236+86+13=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC560D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC560D is #13A9F2. Grayscale: #7A7A7A. Windows color (decimal): -1288691 or 874220. OLE color: 874220.
HSL color Cylindrical-coordinate representation of color #EC560D: hue angle of 19.64º degrees, saturation: 0.9, 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 #EC560D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.07 |
| HSL | 19.64º | 0.9% | 0.49% | - |
| HSV(B) | 19.64º | 0.94% | 0.93% | - |
| XYZ | 37.99 | 24.52 | 3.11 | - |
| YUV | 122.53 | 66.2 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 13 | 0 | 0.64 | 0.94 | 0.07 | 19.64 | 0.9 | 0.49 |
| Hex | EC | 56 | D | 0 | 40 | 5E | 7 | 14 | 5A | 31 |
| Octal | 354 | 126 | 15 | 0 | 100 | 136 | 7 | 24 | 132 | 61 |
| Binary | 11101100 | 1010110 | 1101 | 0 | 1000000 | 1011110 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #EC560D
Complementary color
Monochromatic Colors of #EC560D
Black with #EC560D
Text Example
Text Example
White with #EC560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC560D; }
p { color: rgb(236,86,13); }
H1.HeaderClassName
{
color: #EC560D;
}
.AnyTagClassName
{
color: #EC560D;
}
</style>
background-color css
<style>
a { background-color: #EC560D; }
a { background-color: rgb(236,86,13); }
div.DivClassName
{
background-color: #EC560D;
}
.BgClassName
{
background-color: #EC560D;
}
</style>
border-color css
<style>
span { border-color: #EC560D; }
span { border-color: rgb(236,86,13); }
td.TdClassName
{
border-color: #EC560D;
}
.TagClassName
{
border-color: #EC560D;
}
</style>