Shades of Persimmon #E04801
Tints of Persimmon #E04801
RGB
CMYK
RGB Variations
Color information
#E04801 (or 0xE04801) is known color: Persimmon. HEX triplet: E0, 48 and 01. RGB value is (224,72,1). Sum of RGB (Red+Green+Blue) = 224+72+1=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 1 (0.78% from 255 or 0.34% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E04801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04801 is #1FB7FE. Grayscale: #6D6D6D. Windows color (decimal): -2078719 or 84192. OLE color: 84192.
HSL color Cylindrical-coordinate representation of color #E04801: hue angle of 19.1º 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 #E04801 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.12 |
| HSL | 19.1º | 0.99% | 0.44% | - |
| HSV(B) | 19.1º | 1% | 0.88% | - |
| XYZ | 33.06 | 20.48 | 2.24 | - |
| YUV | 109.35 | 66.86 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 1 | 0 | 0.68 | 1.00 | 0.12 | 19.1 | 0.99 | 0.44 |
| Hex | E0 | 48 | 1 | 0 | 44 | 64 | C | 13 | 63 | 2C |
| Octal | 340 | 110 | 1 | 0 | 104 | 144 | 14 | 23 | 143 | 54 |
| Binary | 11100000 | 1001000 | 1 | 0 | 1000100 | 1100100 | 1100 | 10011 | 1100011 | 101100 |
Color Harmonies of #E04801
Complementary color
Monochromatic Colors of #E04801
Black with #E04801
Text Example
Text Example
White with #E04801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04801; }
p { color: rgb(224,72,1); }
H1.HeaderClassName
{
color: #E04801;
}
.AnyTagClassName
{
color: #E04801;
}
</style>
background-color css
<style>
a { background-color: #E04801; }
a { background-color: rgb(224,72,1); }
div.DivClassName
{
background-color: #E04801;
}
.BgClassName
{
background-color: #E04801;
}
</style>
border-color css
<style>
span { border-color: #E04801; }
span { border-color: rgb(224,72,1); }
td.TdClassName
{
border-color: #E04801;
}
.TagClassName
{
border-color: #E04801;
}
</style>