Shades of Persimmon #E04005
Tints of Persimmon #E04005
RGB
CMYK
RGB Variations
Color information
#E04005 (or 0xE04005) is known color: Persimmon. HEX triplet: E0, 40 and 05. RGB value is (224,64,5). Sum of RGB (Red+Green+Blue) = 224+64+5=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E04005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04005 is #1FBFFA. Grayscale: #696969. Windows color (decimal): -2080763 or 344288. OLE color: 344288.
HSL color Cylindrical-coordinate representation of color #E04005: hue angle of 16.16º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E04005 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.12 |
| HSL | 16.16º | 0.96% | 0.45% | - |
| HSV(B) | 16.16º | 0.98% | 0.88% | - |
| XYZ | 32.6 | 19.53 | 2.19 | - |
| YUV | 105.11 | 71.51 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 5 | 0 | 0.71 | 0.98 | 0.12 | 16.16 | 0.96 | 0.45 |
| Hex | E0 | 40 | 5 | 0 | 47 | 62 | C | 10 | 60 | 2D |
| Octal | 340 | 100 | 5 | 0 | 107 | 142 | 14 | 20 | 140 | 55 |
| Binary | 11100000 | 1000000 | 101 | 0 | 1000111 | 1100010 | 1100 | 10000 | 1100000 | 101101 |
Color Harmonies of #E04005
Complementary color
Monochromatic Colors of #E04005
Black with #E04005
Text Example
Text Example
White with #E04005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04005; }
p { color: rgb(224,64,5); }
H1.HeaderClassName
{
color: #E04005;
}
.AnyTagClassName
{
color: #E04005;
}
</style>
background-color css
<style>
a { background-color: #E04005; }
a { background-color: rgb(224,64,5); }
div.DivClassName
{
background-color: #E04005;
}
.BgClassName
{
background-color: #E04005;
}
</style>
border-color css
<style>
span { border-color: #E04005; }
span { border-color: rgb(224,64,5); }
td.TdClassName
{
border-color: #E04005;
}
.TagClassName
{
border-color: #E04005;
}
</style>