Shades of Persimmon #EC5111
Tints of Persimmon #EC5111
RGB
CMYK
RGB Variations
Color information
#EC5111 (or 0xEC5111) is known color: Persimmon. HEX triplet: EC, 51 and 11. RGB value is (236,81,17). Sum of RGB (Red+Green+Blue) = 236+81+17=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5111 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5111 is #13AEEE. Grayscale: #787878. Windows color (decimal): -1289967 or 1135084. OLE color: 1135084.
HSL color Cylindrical-coordinate representation of color #EC5111: hue angle of 17.53º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC5111 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 17 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.07 |
| HSL | 17.53º | 0.87% | 0.5% | - |
| HSV(B) | 17.53º | 0.93% | 0.93% | - |
| XYZ | 37.64 | 23.76 | 3.13 | - |
| YUV | 120.05 | 69.85 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 17 | 0 | 0.66 | 0.93 | 0.07 | 17.53 | 0.87 | 0.5 |
| Hex | EC | 51 | 11 | 0 | 42 | 5D | 7 | 12 | 57 | 32 |
| Octal | 354 | 121 | 21 | 0 | 102 | 135 | 7 | 22 | 127 | 62 |
| Binary | 11101100 | 1010001 | 10001 | 0 | 1000010 | 1011101 | 111 | 10010 | 1010111 | 110010 |
Color Harmonies of #EC5111
Complementary color
Monochromatic Colors of #EC5111
Black with #EC5111
Text Example
Text Example
White with #EC5111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5111; }
p { color: rgb(236,81,17); }
H1.HeaderClassName
{
color: #EC5111;
}
.AnyTagClassName
{
color: #EC5111;
}
</style>
background-color css
<style>
a { background-color: #EC5111; }
a { background-color: rgb(236,81,17); }
div.DivClassName
{
background-color: #EC5111;
}
.BgClassName
{
background-color: #EC5111;
}
</style>
border-color css
<style>
span { border-color: #EC5111; }
span { border-color: rgb(236,81,17); }
td.TdClassName
{
border-color: #EC5111;
}
.TagClassName
{
border-color: #EC5111;
}
</style>