Shades of Persimmon #E14816
Tints of Persimmon #E14816
RGB
CMYK
RGB Variations
Color information
#E14816 (or 0xE14816) is known color: Persimmon. HEX triplet: E1, 48 and 16. RGB value is (225,72,22). Sum of RGB (Red+Green+Blue) = 225+72+22=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 72 (28.52% from 255 or 22.57% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E14816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14816 is #1EB7E9. Grayscale: #707070. Windows color (decimal): -2013162 or 1460449. OLE color: 1460449.
HSL color Cylindrical-coordinate representation of color #E14816: hue angle of 14.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E14816 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.12 |
| HSL | 14.78º | 0.82% | 0.48% | - |
| HSV(B) | 14.78º | 0.9% | 0.88% | - |
| XYZ | 33.51 | 20.7 | 2.99 | - |
| YUV | 112.05 | 77.19 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 22 | 0 | 0.68 | 0.90 | 0.12 | 14.78 | 0.82 | 0.48 |
| Hex | E1 | 48 | 16 | 0 | 44 | 5A | C | F | 52 | 30 |
| Octal | 341 | 110 | 26 | 0 | 104 | 132 | 14 | 17 | 122 | 60 |
| Binary | 11100001 | 1001000 | 10110 | 0 | 1000100 | 1011010 | 1100 | 1111 | 1010010 | 110000 |
Color Harmonies of #E14816
Complementary color
Monochromatic Colors of #E14816
Black with #E14816
Text Example
Text Example
White with #E14816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14816; }
p { color: rgb(225,72,22); }
H1.HeaderClassName
{
color: #E14816;
}
.AnyTagClassName
{
color: #E14816;
}
</style>
background-color css
<style>
a { background-color: #E14816; }
a { background-color: rgb(225,72,22); }
div.DivClassName
{
background-color: #E14816;
}
.BgClassName
{
background-color: #E14816;
}
</style>
border-color css
<style>
span { border-color: #E14816; }
span { border-color: rgb(225,72,22); }
td.TdClassName
{
border-color: #E14816;
}
.TagClassName
{
border-color: #E14816;
}
</style>