Shades of Persimmon #E14F00
Tints of Persimmon #E14F00
RGB
CMYK
RGB Variations
Color information
#E14F00 (or 0xE14F00) is known color: Persimmon. HEX triplet: E1, 4F and 00. RGB value is (225,79,0). Sum of RGB (Red+Green+Blue) = 225+79+0=304 (40% of max value = 765). Red value is 225 (88.28% from 255 or 74.01% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F00 is #1EB0FF. Grayscale: #727272. Windows color (decimal): -2011392 or 20449. OLE color: 20449.
HSL color Cylindrical-coordinate representation of color #E14F00: hue angle of 21.07º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E14F00 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.12 |
| HSL | 21.07º | 1% | 0.44% | - |
| HSV(B) | 21.07º | 1% | 0.88% | - |
| XYZ | 33.85 | 21.6 | 2.39 | - |
| YUV | 113.65 | 63.87 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 0 | 0 | 0.65 | 1 | 0.12 | 21.07 | 1 | 0.44 |
| Hex | E1 | 4F | 0 | 0 | 41 | 64 | C | 15 | 64 | 2C |
| Octal | 341 | 117 | 0 | 0 | 101 | 144 | 14 | 25 | 144 | 54 |
| Binary | 11100001 | 1001111 | 0 | 0 | 1000001 | 1100100 | 1100 | 10101 | 1100100 | 101100 |
Color Harmonies of #E14F00
Complementary color
Monochromatic Colors of #E14F00
Black with #E14F00
Text Example
Text Example
White with #E14F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F00; }
p { color: rgb(225,79,0); }
H1.HeaderClassName
{
color: #E14F00;
}
.AnyTagClassName
{
color: #E14F00;
}
</style>
background-color css
<style>
a { background-color: #E14F00; }
a { background-color: rgb(225,79,0); }
div.DivClassName
{
background-color: #E14F00;
}
.BgClassName
{
background-color: #E14F00;
}
</style>
border-color css
<style>
span { border-color: #E14F00; }
span { border-color: rgb(225,79,0); }
td.TdClassName
{
border-color: #E14F00;
}
.TagClassName
{
border-color: #E14F00;
}
</style>