Shades of Persimmon #EC5409
Tints of Persimmon #EC5409
RGB
CMYK
RGB Variations
Color information
#EC5409 (or 0xEC5409) is known color: Persimmon. HEX triplet: EC, 54 and 09. RGB value is (236,84,9). Sum of RGB (Red+Green+Blue) = 236+84+9=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5409 is #13ABF6. Grayscale: #797979. Windows color (decimal): -1289207 or 611564. OLE color: 611564.
HSL color Cylindrical-coordinate representation of color #EC5409: hue angle of 19.82º 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 #EC5409 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.07 |
| HSL | 19.82º | 0.93% | 0.48% | - |
| HSV(B) | 19.82º | 0.96% | 0.93% | - |
| XYZ | 37.81 | 24.19 | 2.94 | - |
| YUV | 120.9 | 64.86 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 9 | 0 | 0.64 | 0.96 | 0.07 | 19.82 | 0.93 | 0.48 |
| Hex | EC | 54 | 9 | 0 | 40 | 60 | 7 | 14 | 5D | 30 |
| Octal | 354 | 124 | 11 | 0 | 100 | 140 | 7 | 24 | 135 | 60 |
| Binary | 11101100 | 1010100 | 1001 | 0 | 1000000 | 1100000 | 111 | 10100 | 1011101 | 110000 |
Color Harmonies of #EC5409
Complementary color
Monochromatic Colors of #EC5409
Black with #EC5409
Text Example
Text Example
White with #EC5409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5409; }
p { color: rgb(236,84,9); }
H1.HeaderClassName
{
color: #EC5409;
}
.AnyTagClassName
{
color: #EC5409;
}
</style>
background-color css
<style>
a { background-color: #EC5409; }
a { background-color: rgb(236,84,9); }
div.DivClassName
{
background-color: #EC5409;
}
.BgClassName
{
background-color: #EC5409;
}
</style>
border-color css
<style>
span { border-color: #EC5409; }
span { border-color: rgb(236,84,9); }
td.TdClassName
{
border-color: #EC5409;
}
.TagClassName
{
border-color: #EC5409;
}
</style>