Shades of Persimmon #E05E05
Tints of Persimmon #E05E05
RGB
CMYK
RGB Variations
Color information
#E05E05 (or 0xE05E05) is known color: Persimmon. HEX triplet: E0, 5E and 05. RGB value is (224,94,5). Sum of RGB (Red+Green+Blue) = 224+94+5=323 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.35% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05E05 is #1FA1FA. Grayscale: #7B7B7B. Windows color (decimal): -2073083 or 351968. OLE color: 351968.
HSL color Cylindrical-coordinate representation of color #E05E05: hue angle of 24.38º 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 #E05E05 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.12 |
| HSL | 24.38º | 0.96% | 0.45% | - |
| HSV(B) | 24.38º | 0.98% | 0.88% | - |
| XYZ | 34.77 | 23.86 | 2.92 | - |
| YUV | 122.72 | 61.57 | 200.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 5 | 0 | 0.58 | 0.98 | 0.12 | 24.38 | 0.96 | 0.45 |
| Hex | E0 | 5E | 5 | 0 | 3A | 62 | C | 18 | 60 | 2D |
| Octal | 340 | 136 | 5 | 0 | 72 | 142 | 14 | 30 | 140 | 55 |
| Binary | 11100000 | 1011110 | 101 | 0 | 111010 | 1100010 | 1100 | 11000 | 1100000 | 101101 |
Color Harmonies of #E05E05
Complementary color
Monochromatic Colors of #E05E05
Black with #E05E05
Text Example
Text Example
White with #E05E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E05; }
p { color: rgb(224,94,5); }
H1.HeaderClassName
{
color: #E05E05;
}
.AnyTagClassName
{
color: #E05E05;
}
</style>
background-color css
<style>
a { background-color: #E05E05; }
a { background-color: rgb(224,94,5); }
div.DivClassName
{
background-color: #E05E05;
}
.BgClassName
{
background-color: #E05E05;
}
</style>
border-color css
<style>
span { border-color: #E05E05; }
span { border-color: rgb(224,94,5); }
td.TdClassName
{
border-color: #E05E05;
}
.TagClassName
{
border-color: #E05E05;
}
</style>