Shades of Persimmon #EC5714
Tints of Persimmon #EC5714
RGB
CMYK
RGB Variations
Color information
#EC5714 (or 0xEC5714) is known color: Persimmon. HEX triplet: EC, 57 and 14. RGB value is (236,87,20). Sum of RGB (Red+Green+Blue) = 236+87+20=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5714 is #13A8EB. Grayscale: #7C7C7C. Windows color (decimal): -1288428 or 1333228. OLE color: 1333228.
HSL color Cylindrical-coordinate representation of color #EC5714: hue angle of 18.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC5714 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 87 | 20 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.07 |
| HSL | 18.61º | 0.85% | 0.5% | - |
| HSV(B) | 18.61º | 0.92% | 0.93% | - |
| XYZ | 38.13 | 24.7 | 3.42 | - |
| YUV | 123.91 | 69.36 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 87 | 20 | 0 | 0.63 | 0.92 | 0.07 | 18.61 | 0.85 | 0.5 |
| Hex | EC | 57 | 14 | 0 | 3F | 5C | 7 | 13 | 55 | 32 |
| Octal | 354 | 127 | 24 | 0 | 77 | 134 | 7 | 23 | 125 | 62 |
| Binary | 11101100 | 1010111 | 10100 | 0 | 111111 | 1011100 | 111 | 10011 | 1010101 | 110010 |
Color Harmonies of #EC5714
Complementary color
Monochromatic Colors of #EC5714
Black with #EC5714
Text Example
Text Example
White with #EC5714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5714; }
p { color: rgb(236,87,20); }
H1.HeaderClassName
{
color: #EC5714;
}
.AnyTagClassName
{
color: #EC5714;
}
</style>
background-color css
<style>
a { background-color: #EC5714; }
a { background-color: rgb(236,87,20); }
div.DivClassName
{
background-color: #EC5714;
}
.BgClassName
{
background-color: #EC5714;
}
</style>
border-color css
<style>
span { border-color: #EC5714; }
span { border-color: rgb(236,87,20); }
td.TdClassName
{
border-color: #EC5714;
}
.TagClassName
{
border-color: #EC5714;
}
</style>