Shades of Persimmon #E14C14
Tints of Persimmon #E14C14
RGB
CMYK
RGB Variations
Color information
#E14C14 (or 0xE14C14) is known color: Persimmon. HEX triplet: E1, 4C and 14. RGB value is (225,76,20). Sum of RGB (Red+Green+Blue) = 225+76+20=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14C14 is #1EB3EB. Grayscale: #727272. Windows color (decimal): -2012140 or 1330401. OLE color: 1330401.
HSL color Cylindrical-coordinate representation of color #E14C14: hue angle of 16.39º 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 #E14C14 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 20 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.12 |
| HSL | 16.39º | 0.84% | 0.48% | - |
| HSV(B) | 16.39º | 0.91% | 0.88% | - |
| XYZ | 33.76 | 21.23 | 2.98 | - |
| YUV | 114.17 | 74.86 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 20 | 0 | 0.66 | 0.91 | 0.12 | 16.39 | 0.84 | 0.48 |
| Hex | E1 | 4C | 14 | 0 | 42 | 5B | C | 10 | 54 | 30 |
| Octal | 341 | 114 | 24 | 0 | 102 | 133 | 14 | 20 | 124 | 60 |
| Binary | 11100001 | 1001100 | 10100 | 0 | 1000010 | 1011011 | 1100 | 10000 | 1010100 | 110000 |
Color Harmonies of #E14C14
Complementary color
Monochromatic Colors of #E14C14
Black with #E14C14
Text Example
Text Example
White with #E14C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C14; }
p { color: rgb(225,76,20); }
H1.HeaderClassName
{
color: #E14C14;
}
.AnyTagClassName
{
color: #E14C14;
}
</style>
background-color css
<style>
a { background-color: #E14C14; }
a { background-color: rgb(225,76,20); }
div.DivClassName
{
background-color: #E14C14;
}
.BgClassName
{
background-color: #E14C14;
}
</style>
border-color css
<style>
span { border-color: #E14C14; }
span { border-color: rgb(225,76,20); }
td.TdClassName
{
border-color: #E14C14;
}
.TagClassName
{
border-color: #E14C14;
}
</style>