Shades of Persimmon #E14F0D
Tints of Persimmon #E14F0D
RGB
CMYK
RGB Variations
Color information
#E14F0D (or 0xE14F0D) is known color: Persimmon. HEX triplet: E1, 4F and 0D. RGB value is (225,79,13). Sum of RGB (Red+Green+Blue) = 225+79+13=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F0D is #1EB0F2. Grayscale: #737373. Windows color (decimal): -2011379 or 872417. OLE color: 872417.
HSL color Cylindrical-coordinate representation of color #E14F0D: hue angle of 18.68º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E14F0D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.12 |
| HSL | 18.68º | 0.89% | 0.47% | - |
| HSV(B) | 18.68º | 0.94% | 0.88% | - |
| XYZ | 33.92 | 21.63 | 2.77 | - |
| YUV | 115.13 | 70.37 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 13 | 0 | 0.65 | 0.94 | 0.12 | 18.68 | 0.89 | 0.47 |
| Hex | E1 | 4F | D | 0 | 41 | 5E | C | 13 | 59 | 2F |
| Octal | 341 | 117 | 15 | 0 | 101 | 136 | 14 | 23 | 131 | 57 |
| Binary | 11100001 | 1001111 | 1101 | 0 | 1000001 | 1011110 | 1100 | 10011 | 1011001 | 101111 |
Color Harmonies of #E14F0D
Complementary color
Monochromatic Colors of #E14F0D
Black with #E14F0D
Text Example
Text Example
White with #E14F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F0D; }
p { color: rgb(225,79,13); }
H1.HeaderClassName
{
color: #E14F0D;
}
.AnyTagClassName
{
color: #E14F0D;
}
</style>
background-color css
<style>
a { background-color: #E14F0D; }
a { background-color: rgb(225,79,13); }
div.DivClassName
{
background-color: #E14F0D;
}
.BgClassName
{
background-color: #E14F0D;
}
</style>
border-color css
<style>
span { border-color: #E14F0D; }
span { border-color: rgb(225,79,13); }
td.TdClassName
{
border-color: #E14F0D;
}
.TagClassName
{
border-color: #E14F0D;
}
</style>