Shades of Persimmon #EC5F09
Tints of Persimmon #EC5F09
RGB
CMYK
RGB Variations
Color information
#EC5F09 (or 0xEC5F09) is known color: Persimmon. HEX triplet: EC, 5F and 09. RGB value is (236,95,9). Sum of RGB (Red+Green+Blue) = 236+95+9=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 95 (37.5% from 255 or 27.94% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F09 is #13A0F6. Grayscale: #7F7F7F. Windows color (decimal): -1286391 or 614380. OLE color: 614380.
HSL color Cylindrical-coordinate representation of color #EC5F09: hue angle of 22.73º 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 #EC5F09 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 9 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.07 |
| HSL | 22.73º | 0.93% | 0.48% | - |
| HSV(B) | 22.73º | 0.96% | 0.93% | - |
| XYZ | 38.73 | 26.04 | 3.24 | - |
| YUV | 127.36 | 61.21 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 9 | 0 | 0.60 | 0.96 | 0.07 | 22.73 | 0.93 | 0.48 |
| Hex | EC | 5F | 9 | 0 | 3C | 60 | 7 | 17 | 5D | 30 |
| Octal | 354 | 137 | 11 | 0 | 74 | 140 | 7 | 27 | 135 | 60 |
| Binary | 11101100 | 1011111 | 1001 | 0 | 111100 | 1100000 | 111 | 10111 | 1011101 | 110000 |
Color Harmonies of #EC5F09
Complementary color
Monochromatic Colors of #EC5F09
Black with #EC5F09
Text Example
Text Example
White with #EC5F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F09; }
p { color: rgb(236,95,9); }
H1.HeaderClassName
{
color: #EC5F09;
}
.AnyTagClassName
{
color: #EC5F09;
}
</style>
background-color css
<style>
a { background-color: #EC5F09; }
a { background-color: rgb(236,95,9); }
div.DivClassName
{
background-color: #EC5F09;
}
.BgClassName
{
background-color: #EC5F09;
}
</style>
border-color css
<style>
span { border-color: #EC5F09; }
span { border-color: rgb(236,95,9); }
td.TdClassName
{
border-color: #EC5F09;
}
.TagClassName
{
border-color: #EC5F09;
}
</style>