Shades of Persimmon #EC5915
Tints of Persimmon #EC5915
RGB
CMYK
RGB Variations
Color information
#EC5915 (or 0xEC5915) is known color: Persimmon. HEX triplet: EC, 59 and 15. RGB value is (236,89,21). Sum of RGB (Red+Green+Blue) = 236+89+21=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 21 (8.59% from 255 or 6.07% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5915 is #13A6EA. Grayscale: #7D7D7D. Windows color (decimal): -1287915 or 1399276. OLE color: 1399276.
HSL color Cylindrical-coordinate representation of color #EC5915: hue angle of 18.98º 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 #EC5915 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 89 | 21 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.07 |
| HSL | 18.98º | 0.85% | 0.5% | - |
| HSV(B) | 18.98º | 0.91% | 0.93% | - |
| XYZ | 38.3 | 25.03 | 3.52 | - |
| YUV | 125.2 | 69.2 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 89 | 21 | 0 | 0.62 | 0.91 | 0.07 | 18.98 | 0.85 | 0.5 |
| Hex | EC | 59 | 15 | 0 | 3E | 5B | 7 | 13 | 55 | 32 |
| Octal | 354 | 131 | 25 | 0 | 76 | 133 | 7 | 23 | 125 | 62 |
| Binary | 11101100 | 1011001 | 10101 | 0 | 111110 | 1011011 | 111 | 10011 | 1010101 | 110010 |
Color Harmonies of #EC5915
Complementary color
Monochromatic Colors of #EC5915
Black with #EC5915
Text Example
Text Example
White with #EC5915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5915; }
p { color: rgb(236,89,21); }
H1.HeaderClassName
{
color: #EC5915;
}
.AnyTagClassName
{
color: #EC5915;
}
</style>
background-color css
<style>
a { background-color: #EC5915; }
a { background-color: rgb(236,89,21); }
div.DivClassName
{
background-color: #EC5915;
}
.BgClassName
{
background-color: #EC5915;
}
</style>
border-color css
<style>
span { border-color: #EC5915; }
span { border-color: rgb(236,89,21); }
td.TdClassName
{
border-color: #EC5915;
}
.TagClassName
{
border-color: #EC5915;
}
</style>