Shades of Persimmon #E14D09
Tints of Persimmon #E14D09
RGB
CMYK
RGB Variations
Color information
#E14D09 (or 0xE14D09) is known color: Persimmon. HEX triplet: E1, 4D and 09. RGB value is (225,77,9). Sum of RGB (Red+Green+Blue) = 225+77+9=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 9 (3.91% from 255 or 2.89% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D09 is #1EB2F6. Grayscale: #717171. Windows color (decimal): -2011895 or 609761. OLE color: 609761.
HSL color Cylindrical-coordinate representation of color #E14D09: hue angle of 18.89º 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 #E14D09 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 9 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.12 |
| HSL | 18.89º | 0.92% | 0.46% | - |
| HSV(B) | 18.89º | 0.96% | 0.88% | - |
| XYZ | 33.75 | 21.34 | 2.6 | - |
| YUV | 113.5 | 69.03 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 9 | 0 | 0.66 | 0.96 | 0.12 | 18.89 | 0.92 | 0.46 |
| Hex | E1 | 4D | 9 | 0 | 42 | 60 | C | 13 | 5C | 2E |
| Octal | 341 | 115 | 11 | 0 | 102 | 140 | 14 | 23 | 134 | 56 |
| Binary | 11100001 | 1001101 | 1001 | 0 | 1000010 | 1100000 | 1100 | 10011 | 1011100 | 101110 |
Color Harmonies of #E14D09
Complementary color
Monochromatic Colors of #E14D09
Black with #E14D09
Text Example
Text Example
White with #E14D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D09; }
p { color: rgb(225,77,9); }
H1.HeaderClassName
{
color: #E14D09;
}
.AnyTagClassName
{
color: #E14D09;
}
</style>
background-color css
<style>
a { background-color: #E14D09; }
a { background-color: rgb(225,77,9); }
div.DivClassName
{
background-color: #E14D09;
}
.BgClassName
{
background-color: #E14D09;
}
</style>
border-color css
<style>
span { border-color: #E14D09; }
span { border-color: rgb(225,77,9); }
td.TdClassName
{
border-color: #E14D09;
}
.TagClassName
{
border-color: #E14D09;
}
</style>