Shades of Persimmon #EC6409
Tints of Persimmon #EC6409
RGB
CMYK
RGB Variations
Color information
#EC6409 (or 0xEC6409) is known color: Persimmon. HEX triplet: EC, 64 and 09. RGB value is (236,100,9). Sum of RGB (Red+Green+Blue) = 236+100+9=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 9 (3.91% from 255 or 2.61% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6409 is #139BF6. Grayscale: #828282. Windows color (decimal): -1285111 or 615660. OLE color: 615660.
HSL color Cylindrical-coordinate representation of color #EC6409: hue angle of 24.05º 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 #EC6409 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 9 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.07 |
| HSL | 24.05º | 0.93% | 0.48% | - |
| HSV(B) | 24.05º | 0.96% | 0.93% | - |
| XYZ | 39.2 | 26.97 | 3.4 | - |
| YUV | 130.29 | 59.56 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 9 | 0 | 0.58 | 0.96 | 0.07 | 24.05 | 0.93 | 0.48 |
| Hex | EC | 64 | 9 | 0 | 3A | 60 | 7 | 18 | 5D | 30 |
| Octal | 354 | 144 | 11 | 0 | 72 | 140 | 7 | 30 | 135 | 60 |
| Binary | 11101100 | 1100100 | 1001 | 0 | 111010 | 1100000 | 111 | 11000 | 1011101 | 110000 |
Color Harmonies of #EC6409
Complementary color
Monochromatic Colors of #EC6409
Black with #EC6409
Text Example
Text Example
White with #EC6409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6409; }
p { color: rgb(236,100,9); }
H1.HeaderClassName
{
color: #EC6409;
}
.AnyTagClassName
{
color: #EC6409;
}
</style>
background-color css
<style>
a { background-color: #EC6409; }
a { background-color: rgb(236,100,9); }
div.DivClassName
{
background-color: #EC6409;
}
.BgClassName
{
background-color: #EC6409;
}
</style>
border-color css
<style>
span { border-color: #EC6409; }
span { border-color: rgb(236,100,9); }
td.TdClassName
{
border-color: #EC6409;
}
.TagClassName
{
border-color: #EC6409;
}
</style>