Shades of Persimmon #E14E14
Tints of Persimmon #E14E14
RGB
CMYK
RGB Variations
Color information
#E14E14 (or 0xE14E14) is known color: Persimmon. HEX triplet: E1, 4E and 14. RGB value is (225,78,20). Sum of RGB (Red+Green+Blue) = 225+78+20=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 78 (30.86% from 255 or 24.15% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14E14 is #1EB1EB. Grayscale: #737373. Windows color (decimal): -2011628 or 1330913. OLE color: 1330913.
HSL color Cylindrical-coordinate representation of color #E14E14: hue angle of 16.98º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E14E14 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 20 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.12 |
| HSL | 16.98º | 0.84% | 0.48% | - |
| HSV(B) | 16.98º | 0.91% | 0.88% | - |
| XYZ | 33.9 | 21.51 | 3.03 | - |
| YUV | 115.34 | 74.2 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 20 | 0 | 0.65 | 0.91 | 0.12 | 16.98 | 0.84 | 0.48 |
| Hex | E1 | 4E | 14 | 0 | 41 | 5B | C | 11 | 54 | 30 |
| Octal | 341 | 116 | 24 | 0 | 101 | 133 | 14 | 21 | 124 | 60 |
| Binary | 11100001 | 1001110 | 10100 | 0 | 1000001 | 1011011 | 1100 | 10001 | 1010100 | 110000 |
Color Harmonies of #E14E14
Complementary color
Monochromatic Colors of #E14E14
Black with #E14E14
Text Example
Text Example
White with #E14E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E14; }
p { color: rgb(225,78,20); }
H1.HeaderClassName
{
color: #E14E14;
}
.AnyTagClassName
{
color: #E14E14;
}
</style>
background-color css
<style>
a { background-color: #E14E14; }
a { background-color: rgb(225,78,20); }
div.DivClassName
{
background-color: #E14E14;
}
.BgClassName
{
background-color: #E14E14;
}
</style>
border-color css
<style>
span { border-color: #E14E14; }
span { border-color: rgb(225,78,20); }
td.TdClassName
{
border-color: #E14E14;
}
.TagClassName
{
border-color: #E14E14;
}
</style>