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