Shades of Persimmon #EC4F17
Tints of Persimmon #EC4F17
RGB
CMYK
RGB Variations
Color information
#EC4F17 (or 0xEC4F17) is known color: Persimmon. HEX triplet: EC, 4F and 17. RGB value is (236,79,23). Sum of RGB (Red+Green+Blue) = 236+79+23=338 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.82% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F17 is #13B0E8. Grayscale: #777777. Windows color (decimal): -1290473 or 1527788. OLE color: 1527788.
HSL color Cylindrical-coordinate representation of color #EC4F17: hue angle of 15.77º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC4F17 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 23 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.07 |
| HSL | 15.77º | 0.85% | 0.51% | - |
| HSV(B) | 15.77º | 0.9% | 0.93% | - |
| XYZ | 37.54 | 23.49 | 3.37 | - |
| YUV | 119.56 | 73.51 | 211.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 23 | 0 | 0.67 | 0.90 | 0.07 | 15.77 | 0.85 | 0.51 |
| Hex | EC | 4F | 17 | 0 | 43 | 5A | 7 | 10 | 55 | 33 |
| Octal | 354 | 117 | 27 | 0 | 103 | 132 | 7 | 20 | 125 | 63 |
| Binary | 11101100 | 1001111 | 10111 | 0 | 1000011 | 1011010 | 111 | 10000 | 1010101 | 110011 |
Color Harmonies of #EC4F17
Complementary color
Monochromatic Colors of #EC4F17
Black with #EC4F17
Text Example
Text Example
White with #EC4F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F17; }
p { color: rgb(236,79,23); }
H1.HeaderClassName
{
color: #EC4F17;
}
.AnyTagClassName
{
color: #EC4F17;
}
</style>
background-color css
<style>
a { background-color: #EC4F17; }
a { background-color: rgb(236,79,23); }
div.DivClassName
{
background-color: #EC4F17;
}
.BgClassName
{
background-color: #EC4F17;
}
</style>
border-color css
<style>
span { border-color: #EC4F17; }
span { border-color: rgb(236,79,23); }
td.TdClassName
{
border-color: #EC4F17;
}
.TagClassName
{
border-color: #EC4F17;
}
</style>