Shades of Persimmon #E14709
Tints of Persimmon #E14709
RGB
CMYK
RGB Variations
Color information
#E14709 (or 0xE14709) is known color: Persimmon. HEX triplet: E1, 47 and 09. RGB value is (225,71,9). Sum of RGB (Red+Green+Blue) = 225+71+9=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E14709 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14709 is #1EB8F6. Grayscale: #6E6E6E. Windows color (decimal): -2013431 or 608225. OLE color: 608225.
HSL color Cylindrical-coordinate representation of color #E14709: hue angle of 17.22º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E14709 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 9 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.12 |
| HSL | 17.22º | 0.92% | 0.46% | - |
| HSV(B) | 17.22º | 0.96% | 0.88% | - |
| XYZ | 33.35 | 20.53 | 2.46 | - |
| YUV | 109.98 | 71.02 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 9 | 0 | 0.68 | 0.96 | 0.12 | 17.22 | 0.92 | 0.46 |
| Hex | E1 | 47 | 9 | 0 | 44 | 60 | C | 11 | 5C | 2E |
| Octal | 341 | 107 | 11 | 0 | 104 | 140 | 14 | 21 | 134 | 56 |
| Binary | 11100001 | 1000111 | 1001 | 0 | 1000100 | 1100000 | 1100 | 10001 | 1011100 | 101110 |
Color Harmonies of #E14709
Complementary color
Monochromatic Colors of #E14709
Black with #E14709
Text Example
Text Example
White with #E14709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14709; }
p { color: rgb(225,71,9); }
H1.HeaderClassName
{
color: #E14709;
}
.AnyTagClassName
{
color: #E14709;
}
</style>
background-color css
<style>
a { background-color: #E14709; }
a { background-color: rgb(225,71,9); }
div.DivClassName
{
background-color: #E14709;
}
.BgClassName
{
background-color: #E14709;
}
</style>
border-color css
<style>
span { border-color: #E14709; }
span { border-color: rgb(225,71,9); }
td.TdClassName
{
border-color: #E14709;
}
.TagClassName
{
border-color: #E14709;
}
</style>