Shades of Persimmon #EC4809
Tints of Persimmon #EC4809
RGB
CMYK
RGB Variations
Color information
#EC4809 (or 0xEC4809) is known color: Persimmon. HEX triplet: EC, 48 and 09. RGB value is (236,72,9). Sum of RGB (Red+Green+Blue) = 236+72+9=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC4809 is #13B7F6. Grayscale: #727272. Windows color (decimal): -1292279 or 608492. OLE color: 608492.
HSL color Cylindrical-coordinate representation of color #EC4809: hue angle of 16.65º 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 #EC4809 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 9 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.07 |
| HSL | 16.65º | 0.93% | 0.48% | - |
| HSV(B) | 16.65º | 0.96% | 0.93% | - |
| XYZ | 36.96 | 22.49 | 2.65 | - |
| YUV | 113.85 | 68.83 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 9 | 0 | 0.69 | 0.96 | 0.07 | 16.65 | 0.93 | 0.48 |
| Hex | EC | 48 | 9 | 0 | 45 | 60 | 7 | 11 | 5D | 30 |
| Octal | 354 | 110 | 11 | 0 | 105 | 140 | 7 | 21 | 135 | 60 |
| Binary | 11101100 | 1001000 | 1001 | 0 | 1000101 | 1100000 | 111 | 10001 | 1011101 | 110000 |
Color Harmonies of #EC4809
Complementary color
Monochromatic Colors of #EC4809
Black with #EC4809
Text Example
Text Example
White with #EC4809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4809; }
p { color: rgb(236,72,9); }
H1.HeaderClassName
{
color: #EC4809;
}
.AnyTagClassName
{
color: #EC4809;
}
</style>
background-color css
<style>
a { background-color: #EC4809; }
a { background-color: rgb(236,72,9); }
div.DivClassName
{
background-color: #EC4809;
}
.BgClassName
{
background-color: #EC4809;
}
</style>
border-color css
<style>
span { border-color: #EC4809; }
span { border-color: rgb(236,72,9); }
td.TdClassName
{
border-color: #EC4809;
}
.TagClassName
{
border-color: #EC4809;
}
</style>