Shades of Persimmon #EC6217
Tints of Persimmon #EC6217
RGB
CMYK
RGB Variations
Color information
#EC6217 (or 0xEC6217) is known color: Persimmon. HEX triplet: EC, 62 and 17. RGB value is (236,98,23). Sum of RGB (Red+Green+Blue) = 236+98+23=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6217 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6217 is #139DE8. Grayscale: #838383. Windows color (decimal): -1285609 or 1532652. OLE color: 1532652.
HSL color Cylindrical-coordinate representation of color #EC6217: hue angle of 21.13º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC6217 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 23 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.07 |
| HSL | 21.13º | 0.85% | 0.51% | - |
| HSV(B) | 21.13º | 0.9% | 0.93% | - |
| XYZ | 39.11 | 26.63 | 3.89 | - |
| YUV | 130.71 | 67.22 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 23 | 0 | 0.58 | 0.90 | 0.07 | 21.13 | 0.85 | 0.51 |
| Hex | EC | 62 | 17 | 0 | 3A | 5A | 7 | 15 | 55 | 33 |
| Octal | 354 | 142 | 27 | 0 | 72 | 132 | 7 | 25 | 125 | 63 |
| Binary | 11101100 | 1100010 | 10111 | 0 | 111010 | 1011010 | 111 | 10101 | 1010101 | 110011 |
Color Harmonies of #EC6217
Complementary color
Monochromatic Colors of #EC6217
Black with #EC6217
Text Example
Text Example
White with #EC6217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6217; }
p { color: rgb(236,98,23); }
H1.HeaderClassName
{
color: #EC6217;
}
.AnyTagClassName
{
color: #EC6217;
}
</style>
background-color css
<style>
a { background-color: #EC6217; }
a { background-color: rgb(236,98,23); }
div.DivClassName
{
background-color: #EC6217;
}
.BgClassName
{
background-color: #EC6217;
}
</style>
border-color css
<style>
span { border-color: #EC6217; }
span { border-color: rgb(236,98,23); }
td.TdClassName
{
border-color: #EC6217;
}
.TagClassName
{
border-color: #EC6217;
}
</style>