Shades of Persimmon #E14C11
Tints of Persimmon #E14C11
RGB
CMYK
RGB Variations
Color information
#E14C11 (or 0xE14C11) is known color: Persimmon. HEX triplet: E1, 4C and 11. RGB value is (225,76,17). Sum of RGB (Red+Green+Blue) = 225+76+17=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14C11 is #1EB3EE. Grayscale: #727272. Windows color (decimal): -2012143 or 1133793. OLE color: 1133793.
HSL color Cylindrical-coordinate representation of color #E14C11: hue angle of 17.02º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E14C11 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 17 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.12 |
| HSL | 17.02º | 0.86% | 0.47% | - |
| HSV(B) | 17.02º | 0.92% | 0.88% | - |
| XYZ | 33.74 | 21.22 | 2.85 | - |
| YUV | 113.83 | 73.36 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 17 | 0 | 0.66 | 0.92 | 0.12 | 17.02 | 0.86 | 0.47 |
| Hex | E1 | 4C | 11 | 0 | 42 | 5C | C | 11 | 56 | 2F |
| Octal | 341 | 114 | 21 | 0 | 102 | 134 | 14 | 21 | 126 | 57 |
| Binary | 11100001 | 1001100 | 10001 | 0 | 1000010 | 1011100 | 1100 | 10001 | 1010110 | 101111 |
Color Harmonies of #E14C11
Complementary color
Monochromatic Colors of #E14C11
Black with #E14C11
Text Example
Text Example
White with #E14C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C11; }
p { color: rgb(225,76,17); }
H1.HeaderClassName
{
color: #E14C11;
}
.AnyTagClassName
{
color: #E14C11;
}
</style>
background-color css
<style>
a { background-color: #E14C11; }
a { background-color: rgb(225,76,17); }
div.DivClassName
{
background-color: #E14C11;
}
.BgClassName
{
background-color: #E14C11;
}
</style>
border-color css
<style>
span { border-color: #E14C11; }
span { border-color: rgb(225,76,17); }
td.TdClassName
{
border-color: #E14C11;
}
.TagClassName
{
border-color: #E14C11;
}
</style>