Shades of Persimmon #EC6614
Tints of Persimmon #EC6614
RGB
CMYK
RGB Variations
Color information
#EC6614 (or 0xEC6614) is known color: Persimmon. HEX triplet: EC, 66 and 14. RGB value is (236,102,20). Sum of RGB (Red+Green+Blue) = 236+102+20=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6614 is #1399EB. Grayscale: #858585. Windows color (decimal): -1284588 or 1337068. OLE color: 1337068.
HSL color Cylindrical-coordinate representation of color #EC6614: hue angle of 22.78º 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 #EC6614 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 20 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.07 |
| HSL | 22.78º | 0.85% | 0.5% | - |
| HSV(B) | 22.78º | 0.92% | 0.93% | - |
| XYZ | 39.47 | 27.39 | 3.87 | - |
| YUV | 132.72 | 64.39 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 20 | 0 | 0.57 | 0.92 | 0.07 | 22.78 | 0.85 | 0.5 |
| Hex | EC | 66 | 14 | 0 | 39 | 5C | 7 | 17 | 55 | 32 |
| Octal | 354 | 146 | 24 | 0 | 71 | 134 | 7 | 27 | 125 | 62 |
| Binary | 11101100 | 1100110 | 10100 | 0 | 111001 | 1011100 | 111 | 10111 | 1010101 | 110010 |
Color Harmonies of #EC6614
Complementary color
Monochromatic Colors of #EC6614
Black with #EC6614
Text Example
Text Example
White with #EC6614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6614; }
p { color: rgb(236,102,20); }
H1.HeaderClassName
{
color: #EC6614;
}
.AnyTagClassName
{
color: #EC6614;
}
</style>
background-color css
<style>
a { background-color: #EC6614; }
a { background-color: rgb(236,102,20); }
div.DivClassName
{
background-color: #EC6614;
}
.BgClassName
{
background-color: #EC6614;
}
</style>
border-color css
<style>
span { border-color: #EC6614; }
span { border-color: rgb(236,102,20); }
td.TdClassName
{
border-color: #EC6614;
}
.TagClassName
{
border-color: #EC6614;
}
</style>