Shades of Persimmon #E14209
Tints of Persimmon #E14209
RGB
CMYK
RGB Variations
Color information
#E14209 (or 0xE14209) is known color: Persimmon. HEX triplet: E1, 42 and 09. RGB value is (225,66,9). Sum of RGB (Red+Green+Blue) = 225+66+9=300 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 225 - color contains mainly: red. Hex color #E14209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14209 is #1EBDF6. Grayscale: #6B6B6B. Windows color (decimal): -2014711 or 606945. OLE color: 606945.
HSL color Cylindrical-coordinate representation of color #E14209: hue angle of 15.83º 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 #E14209 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 9 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.12 |
| HSL | 15.83º | 0.92% | 0.46% | - |
| HSV(B) | 15.83º | 0.96% | 0.88% | - |
| XYZ | 33.05 | 19.92 | 2.36 | - |
| YUV | 107.04 | 72.68 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 9 | 0 | 0.71 | 0.96 | 0.12 | 15.83 | 0.92 | 0.46 |
| Hex | E1 | 42 | 9 | 0 | 47 | 60 | C | 10 | 5C | 2E |
| Octal | 341 | 102 | 11 | 0 | 107 | 140 | 14 | 20 | 134 | 56 |
| Binary | 11100001 | 1000010 | 1001 | 0 | 1000111 | 1100000 | 1100 | 10000 | 1011100 | 101110 |
Color Harmonies of #E14209
Complementary color
Monochromatic Colors of #E14209
Black with #E14209
Text Example
Text Example
White with #E14209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14209; }
p { color: rgb(225,66,9); }
H1.HeaderClassName
{
color: #E14209;
}
.AnyTagClassName
{
color: #E14209;
}
</style>
background-color css
<style>
a { background-color: #E14209; }
a { background-color: rgb(225,66,9); }
div.DivClassName
{
background-color: #E14209;
}
.BgClassName
{
background-color: #E14209;
}
</style>
border-color css
<style>
span { border-color: #E14209; }
span { border-color: rgb(225,66,9); }
td.TdClassName
{
border-color: #E14209;
}
.TagClassName
{
border-color: #E14209;
}
</style>