Shades of Persimmon #EC5815
Tints of Persimmon #EC5815
RGB
CMYK
RGB Variations
Color information
#EC5815 (or 0xEC5815) is known color: Persimmon. HEX triplet: EC, 58 and 15. RGB value is (236,88,21). Sum of RGB (Red+Green+Blue) = 236+88+21=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 21 (8.59% from 255 or 6.09% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5815 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5815 is #13A7EA. Grayscale: #7D7D7D. Windows color (decimal): -1288171 or 1399020. OLE color: 1399020.
HSL color Cylindrical-coordinate representation of color #EC5815: hue angle of 18.7º 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 #EC5815 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 21 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.07 |
| HSL | 18.7º | 0.85% | 0.5% | - |
| HSV(B) | 18.7º | 0.91% | 0.93% | - |
| XYZ | 38.22 | 24.87 | 3.49 | - |
| YUV | 124.61 | 69.53 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 21 | 0 | 0.63 | 0.91 | 0.07 | 18.7 | 0.85 | 0.5 |
| Hex | EC | 58 | 15 | 0 | 3F | 5B | 7 | 13 | 55 | 32 |
| Octal | 354 | 130 | 25 | 0 | 77 | 133 | 7 | 23 | 125 | 62 |
| Binary | 11101100 | 1011000 | 10101 | 0 | 111111 | 1011011 | 111 | 10011 | 1010101 | 110010 |
Color Harmonies of #EC5815
Complementary color
Monochromatic Colors of #EC5815
Black with #EC5815
Text Example
Text Example
White with #EC5815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5815; }
p { color: rgb(236,88,21); }
H1.HeaderClassName
{
color: #EC5815;
}
.AnyTagClassName
{
color: #EC5815;
}
</style>
background-color css
<style>
a { background-color: #EC5815; }
a { background-color: rgb(236,88,21); }
div.DivClassName
{
background-color: #EC5815;
}
.BgClassName
{
background-color: #EC5815;
}
</style>
border-color css
<style>
span { border-color: #EC5815; }
span { border-color: rgb(236,88,21); }
td.TdClassName
{
border-color: #EC5815;
}
.TagClassName
{
border-color: #EC5815;
}
</style>