Shades of Persimmon #EC4B13
Tints of Persimmon #EC4B13
RGB
CMYK
RGB Variations
Color information
#EC4B13 (or 0xEC4B13) is known color: Persimmon. HEX triplet: EC, 4B and 13. RGB value is (236,75,19). Sum of RGB (Red+Green+Blue) = 236+75+19=330 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.52% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 19 (7.81% from 255 or 5.76% from 330); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4B13 is #13B4EC. Grayscale: #757575. Windows color (decimal): -1291501 or 1264620. OLE color: 1264620.
HSL color Cylindrical-coordinate representation of color #EC4B13: hue angle of 15.48º 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 #EC4B13 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 19 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.07 |
| HSL | 15.48º | 0.85% | 0.5% | - |
| HSV(B) | 15.48º | 0.92% | 0.93% | - |
| XYZ | 37.23 | 22.91 | 3.08 | - |
| YUV | 116.76 | 72.84 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 19 | 0 | 0.68 | 0.92 | 0.07 | 15.48 | 0.85 | 0.5 |
| Hex | EC | 4B | 13 | 0 | 44 | 5C | 7 | F | 55 | 32 |
| Octal | 354 | 113 | 23 | 0 | 104 | 134 | 7 | 17 | 125 | 62 |
| Binary | 11101100 | 1001011 | 10011 | 0 | 1000100 | 1011100 | 111 | 1111 | 1010101 | 110010 |
Color Harmonies of #EC4B13
Complementary color
Monochromatic Colors of #EC4B13
Black with #EC4B13
Text Example
Text Example
White with #EC4B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B13; }
p { color: rgb(236,75,19); }
H1.HeaderClassName
{
color: #EC4B13;
}
.AnyTagClassName
{
color: #EC4B13;
}
</style>
background-color css
<style>
a { background-color: #EC4B13; }
a { background-color: rgb(236,75,19); }
div.DivClassName
{
background-color: #EC4B13;
}
.BgClassName
{
background-color: #EC4B13;
}
</style>
border-color css
<style>
span { border-color: #EC4B13; }
span { border-color: rgb(236,75,19); }
td.TdClassName
{
border-color: #EC4B13;
}
.TagClassName
{
border-color: #EC4B13;
}
</style>