Shades of Persimmon #E14901
Tints of Persimmon #E14901
RGB
CMYK
RGB Variations
Color information
#E14901 (or 0xE14901) is known color: Persimmon. HEX triplet: E1, 49 and 01. RGB value is (225,73,1). Sum of RGB (Red+Green+Blue) = 225+73+1=299 (39% of max value = 765). Red value is 225 (88.28% from 255 or 75.25% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 1 (0.78% from 255 or 0.33% from 299); Max value from RGB is 225 - color contains mainly: red. Hex color #E14901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14901 is #1EB6FE. Grayscale: #6E6E6E. Windows color (decimal): -2012927 or 84449. OLE color: 84449.
HSL color Cylindrical-coordinate representation of color #E14901: hue angle of 19.29º 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 #E14901 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.12 |
| HSL | 19.29º | 0.99% | 0.44% | - |
| HSV(B) | 19.29º | 1% | 0.88% | - |
| XYZ | 33.44 | 20.77 | 2.28 | - |
| YUV | 110.24 | 66.36 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 1 | 0 | 0.68 | 1.00 | 0.12 | 19.29 | 0.99 | 0.44 |
| Hex | E1 | 49 | 1 | 0 | 44 | 64 | C | 13 | 63 | 2C |
| Octal | 341 | 111 | 1 | 0 | 104 | 144 | 14 | 23 | 143 | 54 |
| Binary | 11100001 | 1001001 | 1 | 0 | 1000100 | 1100100 | 1100 | 10011 | 1100011 | 101100 |
Color Harmonies of #E14901
Complementary color
Monochromatic Colors of #E14901
Black with #E14901
Text Example
Text Example
White with #E14901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14901; }
p { color: rgb(225,73,1); }
H1.HeaderClassName
{
color: #E14901;
}
.AnyTagClassName
{
color: #E14901;
}
</style>
background-color css
<style>
a { background-color: #E14901; }
a { background-color: rgb(225,73,1); }
div.DivClassName
{
background-color: #E14901;
}
.BgClassName
{
background-color: #E14901;
}
</style>
border-color css
<style>
span { border-color: #E14901; }
span { border-color: rgb(225,73,1); }
td.TdClassName
{
border-color: #E14901;
}
.TagClassName
{
border-color: #E14901;
}
</style>