Shades of Persimmon #E04901
Tints of Persimmon #E04901
RGB
CMYK
RGB Variations
Color information
#E04901 (or 0xE04901) is known color: Persimmon. HEX triplet: E0, 49 and 01. RGB value is (224,73,1). Sum of RGB (Red+Green+Blue) = 224+73+1=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E04901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04901 is #1FB6FE. Grayscale: #6E6E6E. Windows color (decimal): -2078463 or 84448. OLE color: 84448.
HSL color Cylindrical-coordinate representation of color #E04901: hue angle of 19.37º 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 #E04901 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 73 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.12 |
| HSL | 19.37º | 0.99% | 0.44% | - |
| HSV(B) | 19.37º | 1% | 0.88% | - |
| XYZ | 33.13 | 20.61 | 2.26 | - |
| YUV | 109.94 | 66.53 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 73 | 1 | 0 | 0.67 | 1.00 | 0.12 | 19.37 | 0.99 | 0.44 |
| Hex | E0 | 49 | 1 | 0 | 43 | 64 | C | 13 | 63 | 2C |
| Octal | 340 | 111 | 1 | 0 | 103 | 144 | 14 | 23 | 143 | 54 |
| Binary | 11100000 | 1001001 | 1 | 0 | 1000011 | 1100100 | 1100 | 10011 | 1100011 | 101100 |
Color Harmonies of #E04901
Complementary color
Monochromatic Colors of #E04901
Black with #E04901
Text Example
Text Example
White with #E04901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04901; }
p { color: rgb(224,73,1); }
H1.HeaderClassName
{
color: #E04901;
}
.AnyTagClassName
{
color: #E04901;
}
</style>
background-color css
<style>
a { background-color: #E04901; }
a { background-color: rgb(224,73,1); }
div.DivClassName
{
background-color: #E04901;
}
.BgClassName
{
background-color: #E04901;
}
</style>
border-color css
<style>
span { border-color: #E04901; }
span { border-color: rgb(224,73,1); }
td.TdClassName
{
border-color: #E04901;
}
.TagClassName
{
border-color: #E04901;
}
</style>