Shades of Persimmon #EC4F09
Tints of Persimmon #EC4F09
RGB
CMYK
RGB Variations
Color information
#EC4F09 (or 0xEC4F09) is known color: Persimmon. HEX triplet: EC, 4F and 09. RGB value is (236,79,9). Sum of RGB (Red+Green+Blue) = 236+79+9=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC4F09 is #13B0F6. Grayscale: #767676. Windows color (decimal): -1290487 or 610284. OLE color: 610284.
HSL color Cylindrical-coordinate representation of color #EC4F09: hue angle of 18.5º degrees, saturation: 0.93, 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 #EC4F09 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 79 | 9 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.07 |
| HSL | 18.5º | 0.93% | 0.48% | - |
| HSV(B) | 18.5º | 0.96% | 0.93% | - |
| XYZ | 37.44 | 23.44 | 2.81 | - |
| YUV | 117.96 | 66.51 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 79 | 9 | 0 | 0.67 | 0.96 | 0.07 | 18.5 | 0.93 | 0.48 |
| Hex | EC | 4F | 9 | 0 | 43 | 60 | 7 | 13 | 5D | 30 |
| Octal | 354 | 117 | 11 | 0 | 103 | 140 | 7 | 23 | 135 | 60 |
| Binary | 11101100 | 1001111 | 1001 | 0 | 1000011 | 1100000 | 111 | 10011 | 1011101 | 110000 |
Color Harmonies of #EC4F09
Complementary color
Monochromatic Colors of #EC4F09
Black with #EC4F09
Text Example
Text Example
White with #EC4F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4F09; }
p { color: rgb(236,79,9); }
H1.HeaderClassName
{
color: #EC4F09;
}
.AnyTagClassName
{
color: #EC4F09;
}
</style>
background-color css
<style>
a { background-color: #EC4F09; }
a { background-color: rgb(236,79,9); }
div.DivClassName
{
background-color: #EC4F09;
}
.BgClassName
{
background-color: #EC4F09;
}
</style>
border-color css
<style>
span { border-color: #EC4F09; }
span { border-color: rgb(236,79,9); }
td.TdClassName
{
border-color: #EC4F09;
}
.TagClassName
{
border-color: #EC4F09;
}
</style>