Shades of Persimmon #EC5615
Tints of Persimmon #EC5615
RGB
CMYK
RGB Variations
Color information
#EC5615 (or 0xEC5615) is known color: Persimmon. HEX triplet: EC, 56 and 15. RGB value is (236,86,21). Sum of RGB (Red+Green+Blue) = 236+86+21=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 21 (8.59% from 255 or 6.12% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5615 is #13A9EA. Grayscale: #7B7B7B. Windows color (decimal): -1288683 or 1398508. OLE color: 1398508.
HSL color Cylindrical-coordinate representation of color #EC5615: hue angle of 18.14º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EC5615 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.07 |
| HSL | 18.14º | 0.85% | 0.5% | - |
| HSV(B) | 18.14º | 0.91% | 0.93% | - |
| XYZ | 38.06 | 24.54 | 3.44 | - |
| YUV | 123.44 | 70.2 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 21 | 0 | 0.64 | 0.91 | 0.07 | 18.14 | 0.85 | 0.5 |
| Hex | EC | 56 | 15 | 0 | 40 | 5B | 7 | 12 | 55 | 32 |
| Octal | 354 | 126 | 25 | 0 | 100 | 133 | 7 | 22 | 125 | 62 |
| Binary | 11101100 | 1010110 | 10101 | 0 | 1000000 | 1011011 | 111 | 10010 | 1010101 | 110010 |
Color Harmonies of #EC5615
Complementary color
Monochromatic Colors of #EC5615
Black with #EC5615
Text Example
Text Example
White with #EC5615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5615; }
p { color: rgb(236,86,21); }
H1.HeaderClassName
{
color: #EC5615;
}
.AnyTagClassName
{
color: #EC5615;
}
</style>
background-color css
<style>
a { background-color: #EC5615; }
a { background-color: rgb(236,86,21); }
div.DivClassName
{
background-color: #EC5615;
}
.BgClassName
{
background-color: #EC5615;
}
</style>
border-color css
<style>
span { border-color: #EC5615; }
span { border-color: rgb(236,86,21); }
td.TdClassName
{
border-color: #EC5615;
}
.TagClassName
{
border-color: #EC5615;
}
</style>