Shades of Persimmon #E14F0A
Tints of Persimmon #E14F0A
RGB
CMYK
RGB Variations
Color information
#E14F0A (or 0xE14F0A) is known color: Persimmon. HEX triplet: E1, 4F and 0A. RGB value is (225,79,10). Sum of RGB (Red+Green+Blue) = 225+79+10=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F0A is #1EB0F5. Grayscale: #737373. Windows color (decimal): -2011382 or 675809. OLE color: 675809.
HSL color Cylindrical-coordinate representation of color #E14F0A: hue angle of 19.26º degrees, saturation: 0.91, 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 #E14F0A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.12 |
| HSL | 19.26º | 0.91% | 0.46% | - |
| HSV(B) | 19.26º | 0.96% | 0.88% | - |
| XYZ | 33.9 | 21.62 | 2.67 | - |
| YUV | 114.79 | 68.87 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 10 | 0 | 0.65 | 0.96 | 0.12 | 19.26 | 0.91 | 0.46 |
| Hex | E1 | 4F | A | 0 | 41 | 60 | C | 13 | 5B | 2E |
| Octal | 341 | 117 | 12 | 0 | 101 | 140 | 14 | 23 | 133 | 56 |
| Binary | 11100001 | 1001111 | 1010 | 0 | 1000001 | 1100000 | 1100 | 10011 | 1011011 | 101110 |
Color Harmonies of #E14F0A
Complementary color
Monochromatic Colors of #E14F0A
Black with #E14F0A
Text Example
Text Example
White with #E14F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F0A; }
p { color: rgb(225,79,10); }
H1.HeaderClassName
{
color: #E14F0A;
}
.AnyTagClassName
{
color: #E14F0A;
}
</style>
background-color css
<style>
a { background-color: #E14F0A; }
a { background-color: rgb(225,79,10); }
div.DivClassName
{
background-color: #E14F0A;
}
.BgClassName
{
background-color: #E14F0A;
}
</style>
border-color css
<style>
span { border-color: #E14F0A; }
span { border-color: rgb(225,79,10); }
td.TdClassName
{
border-color: #E14F0A;
}
.TagClassName
{
border-color: #E14F0A;
}
</style>