Shades of Persimmon #EC6514
Tints of Persimmon #EC6514
RGB
CMYK
RGB Variations
Color information
#EC6514 (or 0xEC6514) is known color: Persimmon. HEX triplet: EC, 65 and 14. RGB value is (236,101,20). Sum of RGB (Red+Green+Blue) = 236+101+20=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6514 is #139AEB. Grayscale: #848484. Windows color (decimal): -1284844 or 1336812. OLE color: 1336812.
HSL color Cylindrical-coordinate representation of color #EC6514: hue angle of 22.5º degrees, saturation: 0.85, 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 #EC6514 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 101 | 20 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.07 |
| HSL | 22.5º | 0.85% | 0.5% | - |
| HSV(B) | 22.5º | 0.92% | 0.93% | - |
| XYZ | 39.37 | 27.19 | 3.84 | - |
| YUV | 132.13 | 64.73 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 101 | 20 | 0 | 0.57 | 0.92 | 0.07 | 22.5 | 0.85 | 0.5 |
| Hex | EC | 65 | 14 | 0 | 39 | 5C | 7 | 16 | 55 | 32 |
| Octal | 354 | 145 | 24 | 0 | 71 | 134 | 7 | 26 | 125 | 62 |
| Binary | 11101100 | 1100101 | 10100 | 0 | 111001 | 1011100 | 111 | 10110 | 1010101 | 110010 |
Color Harmonies of #EC6514
Complementary color
Monochromatic Colors of #EC6514
Black with #EC6514
Text Example
Text Example
White with #EC6514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6514; }
p { color: rgb(236,101,20); }
H1.HeaderClassName
{
color: #EC6514;
}
.AnyTagClassName
{
color: #EC6514;
}
</style>
background-color css
<style>
a { background-color: #EC6514; }
a { background-color: rgb(236,101,20); }
div.DivClassName
{
background-color: #EC6514;
}
.BgClassName
{
background-color: #EC6514;
}
</style>
border-color css
<style>
span { border-color: #EC6514; }
span { border-color: rgb(236,101,20); }
td.TdClassName
{
border-color: #EC6514;
}
.TagClassName
{
border-color: #EC6514;
}
</style>