Shades of Persimmon #EC6511
Tints of Persimmon #EC6511
RGB
CMYK
RGB Variations
Color information
#EC6511 (or 0xEC6511) is known color: Persimmon. HEX triplet: EC, 65 and 11. RGB value is (236,101,17). Sum of RGB (Red+Green+Blue) = 236+101+17=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6511 is #139AEE. Grayscale: #848484. Windows color (decimal): -1284847 or 1140204. OLE color: 1140204.
HSL color Cylindrical-coordinate representation of color #EC6511: hue angle of 23.01º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC6511 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 17 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.07 |
| HSL | 23.01º | 0.87% | 0.5% | - |
| HSV(B) | 23.01º | 0.93% | 0.93% | - |
| XYZ | 39.35 | 27.18 | 3.7 | - |
| YUV | 131.79 | 63.23 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 17 | 0 | 0.57 | 0.93 | 0.07 | 23.01 | 0.87 | 0.5 |
| Hex | EC | 65 | 11 | 0 | 39 | 5D | 7 | 17 | 57 | 32 |
| Octal | 354 | 145 | 21 | 0 | 71 | 135 | 7 | 27 | 127 | 62 |
| Binary | 11101100 | 1100101 | 10001 | 0 | 111001 | 1011101 | 111 | 10111 | 1010111 | 110010 |
Color Harmonies of #EC6511
Complementary color
Monochromatic Colors of #EC6511
Black with #EC6511
Text Example
Text Example
White with #EC6511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6511; }
p { color: rgb(236,101,17); }
H1.HeaderClassName
{
color: #EC6511;
}
.AnyTagClassName
{
color: #EC6511;
}
</style>
background-color css
<style>
a { background-color: #EC6511; }
a { background-color: rgb(236,101,17); }
div.DivClassName
{
background-color: #EC6511;
}
.BgClassName
{
background-color: #EC6511;
}
</style>
border-color css
<style>
span { border-color: #EC6511; }
span { border-color: rgb(236,101,17); }
td.TdClassName
{
border-color: #EC6511;
}
.TagClassName
{
border-color: #EC6511;
}
</style>