Shades of Persimmon #EC4F0C
Tints of Persimmon #EC4F0C
RGB
CMYK
RGB Variations
Color information
#EC4F0C (or 0xEC4F0C) is known color: Persimmon. HEX triplet: EC, 4F and 0C. RGB value is (236,79,12). Sum of RGB (Red+Green+Blue) = 236+79+12=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 79 (31.25% from 255 or 24.16% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F0C is #13B0F3. Grayscale: #767676. Windows color (decimal): -1290484 or 806892. OLE color: 806892.
HSL color Cylindrical-coordinate representation of color #EC4F0C: hue angle of 17.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC4F0C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.07 |
| HSL | 17.95º | 0.9% | 0.49% | - |
| HSV(B) | 17.95º | 0.95% | 0.93% | - |
| XYZ | 37.45 | 23.45 | 2.9 | - |
| YUV | 118.31 | 68.01 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 12 | 0 | 0.67 | 0.95 | 0.07 | 17.95 | 0.9 | 0.49 |
| Hex | EC | 4F | C | 0 | 43 | 5F | 7 | 12 | 5A | 31 |
| Octal | 354 | 117 | 14 | 0 | 103 | 137 | 7 | 22 | 132 | 61 |
| Binary | 11101100 | 1001111 | 1100 | 0 | 1000011 | 1011111 | 111 | 10010 | 1011010 | 110001 |
Color Harmonies of #EC4F0C
Complementary color
Monochromatic Colors of #EC4F0C
Black with #EC4F0C
Text Example
Text Example
White with #EC4F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F0C; }
p { color: rgb(236,79,12); }
H1.HeaderClassName
{
color: #EC4F0C;
}
.AnyTagClassName
{
color: #EC4F0C;
}
</style>
background-color css
<style>
a { background-color: #EC4F0C; }
a { background-color: rgb(236,79,12); }
div.DivClassName
{
background-color: #EC4F0C;
}
.BgClassName
{
background-color: #EC4F0C;
}
</style>
border-color css
<style>
span { border-color: #EC4F0C; }
span { border-color: rgb(236,79,12); }
td.TdClassName
{
border-color: #EC4F0C;
}
.TagClassName
{
border-color: #EC4F0C;
}
</style>