Shades of Persimmon #EC4A10
Tints of Persimmon #EC4A10
RGB
CMYK
RGB Variations
Color information
#EC4A10 (or 0xEC4A10) is known color: Persimmon. HEX triplet: EC, 4A and 10. RGB value is (236,74,16). Sum of RGB (Red+Green+Blue) = 236+74+16=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4A10 is #13B5EF. Grayscale: #747474. Windows color (decimal): -1291760 or 1067756. OLE color: 1067756.
HSL color Cylindrical-coordinate representation of color #EC4A10: hue angle of 15.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC4A10 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.07 |
| HSL | 15.82º | 0.87% | 0.49% | - |
| HSV(B) | 15.82º | 0.93% | 0.93% | - |
| XYZ | 37.13 | 22.77 | 2.93 | - |
| YUV | 115.83 | 71.67 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 16 | 0 | 0.69 | 0.93 | 0.07 | 15.82 | 0.87 | 0.49 |
| Hex | EC | 4A | 10 | 0 | 45 | 5D | 7 | 10 | 57 | 31 |
| Octal | 354 | 112 | 20 | 0 | 105 | 135 | 7 | 20 | 127 | 61 |
| Binary | 11101100 | 1001010 | 10000 | 0 | 1000101 | 1011101 | 111 | 10000 | 1010111 | 110001 |
Color Harmonies of #EC4A10
Complementary color
Monochromatic Colors of #EC4A10
Black with #EC4A10
Text Example
Text Example
White with #EC4A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A10; }
p { color: rgb(236,74,16); }
H1.HeaderClassName
{
color: #EC4A10;
}
.AnyTagClassName
{
color: #EC4A10;
}
</style>
background-color css
<style>
a { background-color: #EC4A10; }
a { background-color: rgb(236,74,16); }
div.DivClassName
{
background-color: #EC4A10;
}
.BgClassName
{
background-color: #EC4A10;
}
</style>
border-color css
<style>
span { border-color: #EC4A10; }
span { border-color: rgb(236,74,16); }
td.TdClassName
{
border-color: #EC4A10;
}
.TagClassName
{
border-color: #EC4A10;
}
</style>