Shades of Persimmon #EC5C09
Tints of Persimmon #EC5C09
RGB
CMYK
RGB Variations
Color information
#EC5C09 (or 0xEC5C09) is known color: Persimmon. HEX triplet: EC, 5C and 09. RGB value is (236,92,9). Sum of RGB (Red+Green+Blue) = 236+92+9=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5C09 is #13A3F6. Grayscale: #7E7E7E. Windows color (decimal): -1287159 or 613612. OLE color: 613612.
HSL color Cylindrical-coordinate representation of color #EC5C09: hue angle of 21.94º 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 #EC5C09 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 9 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.07 |
| HSL | 21.94º | 0.93% | 0.48% | - |
| HSV(B) | 21.94º | 0.96% | 0.93% | - |
| XYZ | 38.47 | 25.51 | 3.15 | - |
| YUV | 125.59 | 62.21 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 9 | 0 | 0.61 | 0.96 | 0.07 | 21.94 | 0.93 | 0.48 |
| Hex | EC | 5C | 9 | 0 | 3D | 60 | 7 | 16 | 5D | 30 |
| Octal | 354 | 134 | 11 | 0 | 75 | 140 | 7 | 26 | 135 | 60 |
| Binary | 11101100 | 1011100 | 1001 | 0 | 111101 | 1100000 | 111 | 10110 | 1011101 | 110000 |
Color Harmonies of #EC5C09
Complementary color
Monochromatic Colors of #EC5C09
Black with #EC5C09
Text Example
Text Example
White with #EC5C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C09; }
p { color: rgb(236,92,9); }
H1.HeaderClassName
{
color: #EC5C09;
}
.AnyTagClassName
{
color: #EC5C09;
}
</style>
background-color css
<style>
a { background-color: #EC5C09; }
a { background-color: rgb(236,92,9); }
div.DivClassName
{
background-color: #EC5C09;
}
.BgClassName
{
background-color: #EC5C09;
}
</style>
border-color css
<style>
span { border-color: #EC5C09; }
span { border-color: rgb(236,92,9); }
td.TdClassName
{
border-color: #EC5C09;
}
.TagClassName
{
border-color: #EC5C09;
}
</style>