Shades of Persimmon #EC5310
Tints of Persimmon #EC5310
RGB
CMYK
RGB Variations
Color information
#EC5310 (or 0xEC5310) is known color: Persimmon. HEX triplet: EC, 53 and 10. RGB value is (236,83,16). Sum of RGB (Red+Green+Blue) = 236+83+16=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5310 is #13ACEF. Grayscale: #797979. Windows color (decimal): -1289456 or 1070060. OLE color: 1070060.
HSL color Cylindrical-coordinate representation of color #EC5310: hue angle of 18.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC5310 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 16 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.07 |
| HSL | 18.27º | 0.87% | 0.49% | - |
| HSV(B) | 18.27º | 0.93% | 0.93% | - |
| XYZ | 37.78 | 24.06 | 3.14 | - |
| YUV | 121.11 | 68.69 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 16 | 0 | 0.65 | 0.93 | 0.07 | 18.27 | 0.87 | 0.49 |
| Hex | EC | 53 | 10 | 0 | 41 | 5D | 7 | 12 | 57 | 31 |
| Octal | 354 | 123 | 20 | 0 | 101 | 135 | 7 | 22 | 127 | 61 |
| Binary | 11101100 | 1010011 | 10000 | 0 | 1000001 | 1011101 | 111 | 10010 | 1010111 | 110001 |
Color Harmonies of #EC5310
Complementary color
Monochromatic Colors of #EC5310
Black with #EC5310
Text Example
Text Example
White with #EC5310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5310; }
p { color: rgb(236,83,16); }
H1.HeaderClassName
{
color: #EC5310;
}
.AnyTagClassName
{
color: #EC5310;
}
</style>
background-color css
<style>
a { background-color: #EC5310; }
a { background-color: rgb(236,83,16); }
div.DivClassName
{
background-color: #EC5310;
}
.BgClassName
{
background-color: #EC5310;
}
</style>
border-color css
<style>
span { border-color: #EC5310; }
span { border-color: rgb(236,83,16); }
td.TdClassName
{
border-color: #EC5310;
}
.TagClassName
{
border-color: #EC5310;
}
</style>