Shades of Persimmon #EC6009
Tints of Persimmon #EC6009
RGB
CMYK
RGB Variations
Color information
#EC6009 (or 0xEC6009) is known color: Persimmon. HEX triplet: EC, 60 and 09. RGB value is (236,96,9). Sum of RGB (Red+Green+Blue) = 236+96+9=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6009 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6009 is #139FF6. Grayscale: #808080. Windows color (decimal): -1286135 or 614636. OLE color: 614636.
HSL color Cylindrical-coordinate representation of color #EC6009: hue angle of 23º 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 #EC6009 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 9 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.07 |
| HSL | 23º | 0.93% | 0.48% | - |
| HSV(B) | 23º | 0.96% | 0.93% | - |
| XYZ | 38.82 | 26.22 | 3.27 | - |
| YUV | 127.94 | 60.88 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 9 | 0 | 0.59 | 0.96 | 0.07 | 23 | 0.93 | 0.48 |
| Hex | EC | 60 | 9 | 0 | 3B | 60 | 7 | 17 | 5D | 30 |
| Octal | 354 | 140 | 11 | 0 | 73 | 140 | 7 | 27 | 135 | 60 |
| Binary | 11101100 | 1100000 | 1001 | 0 | 111011 | 1100000 | 111 | 10111 | 1011101 | 110000 |
Color Harmonies of #EC6009
Complementary color
Monochromatic Colors of #EC6009
Black with #EC6009
Text Example
Text Example
White with #EC6009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6009; }
p { color: rgb(236,96,9); }
H1.HeaderClassName
{
color: #EC6009;
}
.AnyTagClassName
{
color: #EC6009;
}
</style>
background-color css
<style>
a { background-color: #EC6009; }
a { background-color: rgb(236,96,9); }
div.DivClassName
{
background-color: #EC6009;
}
.BgClassName
{
background-color: #EC6009;
}
</style>
border-color css
<style>
span { border-color: #EC6009; }
span { border-color: rgb(236,96,9); }
td.TdClassName
{
border-color: #EC6009;
}
.TagClassName
{
border-color: #EC6009;
}
</style>