Shades of Persimmon #EC5E10
Tints of Persimmon #EC5E10
RGB
CMYK
RGB Variations
Color information
#EC5E10 (or 0xEC5E10) is known color: Persimmon. HEX triplet: EC, 5E and 10. RGB value is (236,94,16). Sum of RGB (Red+Green+Blue) = 236+94+16=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E10 is #13A1EF. Grayscale: #808080. Windows color (decimal): -1286640 or 1072876. OLE color: 1072876.
HSL color Cylindrical-coordinate representation of color #EC5E10: hue angle of 21.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 #EC5E10 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 16 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.07 |
| HSL | 21.27º | 0.87% | 0.49% | - |
| HSV(B) | 21.27º | 0.93% | 0.93% | - |
| XYZ | 38.69 | 25.88 | 3.45 | - |
| YUV | 127.57 | 65.04 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 16 | 0 | 0.60 | 0.93 | 0.07 | 21.27 | 0.87 | 0.49 |
| Hex | EC | 5E | 10 | 0 | 3C | 5D | 7 | 15 | 57 | 31 |
| Octal | 354 | 136 | 20 | 0 | 74 | 135 | 7 | 25 | 127 | 61 |
| Binary | 11101100 | 1011110 | 10000 | 0 | 111100 | 1011101 | 111 | 10101 | 1010111 | 110001 |
Color Harmonies of #EC5E10
Complementary color
Monochromatic Colors of #EC5E10
Black with #EC5E10
Text Example
Text Example
White with #EC5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E10; }
p { color: rgb(236,94,16); }
H1.HeaderClassName
{
color: #EC5E10;
}
.AnyTagClassName
{
color: #EC5E10;
}
</style>
background-color css
<style>
a { background-color: #EC5E10; }
a { background-color: rgb(236,94,16); }
div.DivClassName
{
background-color: #EC5E10;
}
.BgClassName
{
background-color: #EC5E10;
}
</style>
border-color css
<style>
span { border-color: #EC5E10; }
span { border-color: rgb(236,94,16); }
td.TdClassName
{
border-color: #EC5E10;
}
.TagClassName
{
border-color: #EC5E10;
}
</style>