Shades of Persimmon #EC6512
Tints of Persimmon #EC6512
RGB
CMYK
RGB Variations
Color information
#EC6512 (or 0xEC6512) is known color: Persimmon. HEX triplet: EC, 65 and 12. RGB value is (236,101,18). Sum of RGB (Red+Green+Blue) = 236+101+18=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6512 is #139AED. Grayscale: #848484. Windows color (decimal): -1284846 or 1205740. OLE color: 1205740.
HSL color Cylindrical-coordinate representation of color #EC6512: hue angle of 22.84º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC6512 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 18 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.07 |
| HSL | 22.84º | 0.86% | 0.5% | - |
| HSV(B) | 22.84º | 0.92% | 0.93% | - |
| XYZ | 39.35 | 27.18 | 3.75 | - |
| YUV | 131.9 | 63.73 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 18 | 0 | 0.57 | 0.92 | 0.07 | 22.84 | 0.86 | 0.5 |
| Hex | EC | 65 | 12 | 0 | 39 | 5C | 7 | 17 | 56 | 32 |
| Octal | 354 | 145 | 22 | 0 | 71 | 134 | 7 | 27 | 126 | 62 |
| Binary | 11101100 | 1100101 | 10010 | 0 | 111001 | 1011100 | 111 | 10111 | 1010110 | 110010 |
Color Harmonies of #EC6512
Complementary color
Monochromatic Colors of #EC6512
Black with #EC6512
Text Example
Text Example
White with #EC6512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6512; }
p { color: rgb(236,101,18); }
H1.HeaderClassName
{
color: #EC6512;
}
.AnyTagClassName
{
color: #EC6512;
}
</style>
background-color css
<style>
a { background-color: #EC6512; }
a { background-color: rgb(236,101,18); }
div.DivClassName
{
background-color: #EC6512;
}
.BgClassName
{
background-color: #EC6512;
}
</style>
border-color css
<style>
span { border-color: #EC6512; }
span { border-color: rgb(236,101,18); }
td.TdClassName
{
border-color: #EC6512;
}
.TagClassName
{
border-color: #EC6512;
}
</style>