Shades of Persimmon #EC4915
Tints of Persimmon #EC4915
RGB
CMYK
RGB Variations
Color information
#EC4915 (or 0xEC4915) is known color: Persimmon. HEX triplet: EC, 49 and 15. RGB value is (236,73,21). Sum of RGB (Red+Green+Blue) = 236+73+21=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4915 is #13B6EA. Grayscale: #747474. Windows color (decimal): -1292011 or 1395180. OLE color: 1395180.
HSL color Cylindrical-coordinate representation of color #EC4915: hue angle of 14.51º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC4915 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 73 | 21 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.07 |
| HSL | 14.51º | 0.85% | 0.5% | - |
| HSV(B) | 14.51º | 0.91% | 0.93% | - |
| XYZ | 37.11 | 22.65 | 3.13 | - |
| YUV | 115.81 | 74.5 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 73 | 21 | 0 | 0.69 | 0.91 | 0.07 | 14.51 | 0.85 | 0.5 |
| Hex | EC | 49 | 15 | 0 | 45 | 5B | 7 | F | 55 | 32 |
| Octal | 354 | 111 | 25 | 0 | 105 | 133 | 7 | 17 | 125 | 62 |
| Binary | 11101100 | 1001001 | 10101 | 0 | 1000101 | 1011011 | 111 | 1111 | 1010101 | 110010 |
Color Harmonies of #EC4915
Complementary color
Monochromatic Colors of #EC4915
Black with #EC4915
Text Example
Text Example
White with #EC4915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4915; }
p { color: rgb(236,73,21); }
H1.HeaderClassName
{
color: #EC4915;
}
.AnyTagClassName
{
color: #EC4915;
}
</style>
background-color css
<style>
a { background-color: #EC4915; }
a { background-color: rgb(236,73,21); }
div.DivClassName
{
background-color: #EC4915;
}
.BgClassName
{
background-color: #EC4915;
}
</style>
border-color css
<style>
span { border-color: #EC4915; }
span { border-color: rgb(236,73,21); }
td.TdClassName
{
border-color: #EC4915;
}
.TagClassName
{
border-color: #EC4915;
}
</style>