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