Shades of Persimmon #E14C10
Tints of Persimmon #E14C10
RGB
CMYK
RGB Variations
Color information
#E14C10 (or 0xE14C10) is known color: Persimmon. HEX triplet: E1, 4C and 10. RGB value is (225,76,16). Sum of RGB (Red+Green+Blue) = 225+76+16=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14C10 is #1EB3EF. Grayscale: #727272. Windows color (decimal): -2012144 or 1068257. OLE color: 1068257.
HSL color Cylindrical-coordinate representation of color #E14C10: hue angle of 17.22º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E14C10 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 16 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.12 |
| HSL | 17.22º | 0.87% | 0.47% | - |
| HSV(B) | 17.22º | 0.93% | 0.88% | - |
| XYZ | 33.73 | 21.21 | 2.81 | - |
| YUV | 113.71 | 72.86 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 16 | 0 | 0.66 | 0.93 | 0.12 | 17.22 | 0.87 | 0.47 |
| Hex | E1 | 4C | 10 | 0 | 42 | 5D | C | 11 | 57 | 2F |
| Octal | 341 | 114 | 20 | 0 | 102 | 135 | 14 | 21 | 127 | 57 |
| Binary | 11100001 | 1001100 | 10000 | 0 | 1000010 | 1011101 | 1100 | 10001 | 1010111 | 101111 |
Color Harmonies of #E14C10
Complementary color
Monochromatic Colors of #E14C10
Black with #E14C10
Text Example
Text Example
White with #E14C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C10; }
p { color: rgb(225,76,16); }
H1.HeaderClassName
{
color: #E14C10;
}
.AnyTagClassName
{
color: #E14C10;
}
</style>
background-color css
<style>
a { background-color: #E14C10; }
a { background-color: rgb(225,76,16); }
div.DivClassName
{
background-color: #E14C10;
}
.BgClassName
{
background-color: #E14C10;
}
</style>
border-color css
<style>
span { border-color: #E14C10; }
span { border-color: rgb(225,76,16); }
td.TdClassName
{
border-color: #E14C10;
}
.TagClassName
{
border-color: #E14C10;
}
</style>