Shades of Persimmon #E14715
Tints of Persimmon #E14715
RGB
CMYK
RGB Variations
Color information
#E14715 (or 0xE14715) is known color: Persimmon. HEX triplet: E1, 47 and 15. RGB value is (225,71,21). Sum of RGB (Red+Green+Blue) = 225+71+21=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 21 (8.59% from 255 or 6.62% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E14715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14715 is #1EB8EA. Grayscale: #6F6F6F. Windows color (decimal): -2013419 or 1394657. OLE color: 1394657.
HSL color Cylindrical-coordinate representation of color #E14715: hue angle of 14.71º degrees, saturation: 0.83, 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 #E14715 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.12 |
| HSL | 14.71º | 0.83% | 0.48% | - |
| HSV(B) | 14.71º | 0.91% | 0.88% | - |
| XYZ | 33.44 | 20.57 | 2.92 | - |
| YUV | 111.35 | 77.02 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 21 | 0 | 0.68 | 0.91 | 0.12 | 14.71 | 0.83 | 0.48 |
| Hex | E1 | 47 | 15 | 0 | 44 | 5B | C | F | 53 | 30 |
| Octal | 341 | 107 | 25 | 0 | 104 | 133 | 14 | 17 | 123 | 60 |
| Binary | 11100001 | 1000111 | 10101 | 0 | 1000100 | 1011011 | 1100 | 1111 | 1010011 | 110000 |
Color Harmonies of #E14715
Complementary color
Monochromatic Colors of #E14715
Black with #E14715
Text Example
Text Example
White with #E14715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14715; }
p { color: rgb(225,71,21); }
H1.HeaderClassName
{
color: #E14715;
}
.AnyTagClassName
{
color: #E14715;
}
</style>
background-color css
<style>
a { background-color: #E14715; }
a { background-color: rgb(225,71,21); }
div.DivClassName
{
background-color: #E14715;
}
.BgClassName
{
background-color: #E14715;
}
</style>
border-color css
<style>
span { border-color: #E14715; }
span { border-color: rgb(225,71,21); }
td.TdClassName
{
border-color: #E14715;
}
.TagClassName
{
border-color: #E14715;
}
</style>