Shades of Persimmon #EC4F0A
Tints of Persimmon #EC4F0A
RGB
CMYK
RGB Variations
Color information
#EC4F0A (or 0xEC4F0A) is known color: Persimmon. HEX triplet: EC, 4F and 0A. RGB value is (236,79,10). Sum of RGB (Red+Green+Blue) = 236+79+10=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F0A is #13B0F5. Grayscale: #767676. Windows color (decimal): -1290486 or 675820. OLE color: 675820.
HSL color Cylindrical-coordinate representation of color #EC4F0A: hue angle of 18.32º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC4F0A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.07 |
| HSL | 18.32º | 0.92% | 0.48% | - |
| HSV(B) | 18.32º | 0.96% | 0.93% | - |
| XYZ | 37.44 | 23.45 | 2.84 | - |
| YUV | 118.08 | 67.01 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 10 | 0 | 0.67 | 0.96 | 0.07 | 18.32 | 0.92 | 0.48 |
| Hex | EC | 4F | A | 0 | 43 | 60 | 7 | 12 | 5C | 30 |
| Octal | 354 | 117 | 12 | 0 | 103 | 140 | 7 | 22 | 134 | 60 |
| Binary | 11101100 | 1001111 | 1010 | 0 | 1000011 | 1100000 | 111 | 10010 | 1011100 | 110000 |
Color Harmonies of #EC4F0A
Complementary color
Monochromatic Colors of #EC4F0A
Black with #EC4F0A
Text Example
Text Example
White with #EC4F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F0A; }
p { color: rgb(236,79,10); }
H1.HeaderClassName
{
color: #EC4F0A;
}
.AnyTagClassName
{
color: #EC4F0A;
}
</style>
background-color css
<style>
a { background-color: #EC4F0A; }
a { background-color: rgb(236,79,10); }
div.DivClassName
{
background-color: #EC4F0A;
}
.BgClassName
{
background-color: #EC4F0A;
}
</style>
border-color css
<style>
span { border-color: #EC4F0A; }
span { border-color: rgb(236,79,10); }
td.TdClassName
{
border-color: #EC4F0A;
}
.TagClassName
{
border-color: #EC4F0A;
}
</style>