Shades of Persimmon #EC570C
Tints of Persimmon #EC570C
RGB
CMYK
RGB Variations
Color information
#EC570C (or 0xEC570C) is known color: Persimmon. HEX triplet: EC, 57 and 0C. RGB value is (236,87,12). Sum of RGB (Red+Green+Blue) = 236+87+12=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC570C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC570C is #13A8F3. Grayscale: #7B7B7B. Windows color (decimal): -1288436 or 808940. OLE color: 808940.
HSL color Cylindrical-coordinate representation of color #EC570C: hue angle of 20.09º 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 #EC570C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.07 |
| HSL | 20.09º | 0.9% | 0.49% | - |
| HSV(B) | 20.09º | 0.95% | 0.93% | - |
| XYZ | 38.07 | 24.68 | 3.1 | - |
| YUV | 123 | 65.36 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 12 | 0 | 0.63 | 0.95 | 0.07 | 20.09 | 0.9 | 0.49 |
| Hex | EC | 57 | C | 0 | 3F | 5F | 7 | 14 | 5A | 31 |
| Octal | 354 | 127 | 14 | 0 | 77 | 137 | 7 | 24 | 132 | 61 |
| Binary | 11101100 | 1010111 | 1100 | 0 | 111111 | 1011111 | 111 | 10100 | 1011010 | 110001 |
Color Harmonies of #EC570C
Complementary color
Monochromatic Colors of #EC570C
Black with #EC570C
Text Example
Text Example
White with #EC570C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC570C; }
p { color: rgb(236,87,12); }
H1.HeaderClassName
{
color: #EC570C;
}
.AnyTagClassName
{
color: #EC570C;
}
</style>
background-color css
<style>
a { background-color: #EC570C; }
a { background-color: rgb(236,87,12); }
div.DivClassName
{
background-color: #EC570C;
}
.BgClassName
{
background-color: #EC570C;
}
</style>
border-color css
<style>
span { border-color: #EC570C; }
span { border-color: rgb(236,87,12); }
td.TdClassName
{
border-color: #EC570C;
}
.TagClassName
{
border-color: #EC570C;
}
</style>