Shades of Persimmon #EC660E
Tints of Persimmon #EC660E
RGB
CMYK
RGB Variations
Color information
#EC660E (or 0xEC660E) is known color: Persimmon. HEX triplet: EC, 66 and 0E. RGB value is (236,102,14). Sum of RGB (Red+Green+Blue) = 236+102+14=352 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.05% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 14 (5.86% from 255 or 3.98% from 352); Max value from RGB is 236 - color contains mainly: red. Hex color #EC660E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC660E is #1399F1. Grayscale: #848484. Windows color (decimal): -1284594 or 943852. OLE color: 943852.
HSL color Cylindrical-coordinate representation of color #EC660E: hue angle of 23.78º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC660E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 14 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.07 |
| HSL | 23.78º | 0.89% | 0.49% | - |
| HSV(B) | 23.78º | 0.94% | 0.93% | - |
| XYZ | 39.42 | 27.37 | 3.62 | - |
| YUV | 132.03 | 61.39 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 14 | 0 | 0.57 | 0.94 | 0.07 | 23.78 | 0.89 | 0.49 |
| Hex | EC | 66 | E | 0 | 39 | 5E | 7 | 18 | 59 | 31 |
| Octal | 354 | 146 | 16 | 0 | 71 | 136 | 7 | 30 | 131 | 61 |
| Binary | 11101100 | 1100110 | 1110 | 0 | 111001 | 1011110 | 111 | 11000 | 1011001 | 110001 |
Color Harmonies of #EC660E
Complementary color
Monochromatic Colors of #EC660E
Black with #EC660E
Text Example
Text Example
White with #EC660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC660E; }
p { color: rgb(236,102,14); }
H1.HeaderClassName
{
color: #EC660E;
}
.AnyTagClassName
{
color: #EC660E;
}
</style>
background-color css
<style>
a { background-color: #EC660E; }
a { background-color: rgb(236,102,14); }
div.DivClassName
{
background-color: #EC660E;
}
.BgClassName
{
background-color: #EC660E;
}
</style>
border-color css
<style>
span { border-color: #EC660E; }
span { border-color: rgb(236,102,14); }
td.TdClassName
{
border-color: #EC660E;
}
.TagClassName
{
border-color: #EC660E;
}
</style>