Shades of Persimmon #E05A0E
Tints of Persimmon #E05A0E
RGB
CMYK
RGB Variations
Color information
#E05A0E (or 0xE05A0E) is known color: Persimmon. HEX triplet: E0, 5A and 0E. RGB value is (224,90,14). Sum of RGB (Red+Green+Blue) = 224+90+14=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A0E is #1FA5F1. Grayscale: #797979. Windows color (decimal): -2074098 or 940768. OLE color: 940768.
HSL color Cylindrical-coordinate representation of color #E05A0E: hue angle of 21.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E05A0E is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 14 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.12 |
| HSL | 21.71º | 0.88% | 0.47% | - |
| HSV(B) | 21.71º | 0.94% | 0.88% | - |
| XYZ | 34.48 | 23.19 | 3.07 | - |
| YUV | 121.4 | 67.39 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 14 | 0 | 0.60 | 0.94 | 0.12 | 21.71 | 0.88 | 0.47 |
| Hex | E0 | 5A | E | 0 | 3C | 5E | C | 16 | 58 | 2F |
| Octal | 340 | 132 | 16 | 0 | 74 | 136 | 14 | 26 | 130 | 57 |
| Binary | 11100000 | 1011010 | 1110 | 0 | 111100 | 1011110 | 1100 | 10110 | 1011000 | 101111 |
Color Harmonies of #E05A0E
Complementary color
Monochromatic Colors of #E05A0E
Black with #E05A0E
Text Example
Text Example
White with #E05A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A0E; }
p { color: rgb(224,90,14); }
H1.HeaderClassName
{
color: #E05A0E;
}
.AnyTagClassName
{
color: #E05A0E;
}
</style>
background-color css
<style>
a { background-color: #E05A0E; }
a { background-color: rgb(224,90,14); }
div.DivClassName
{
background-color: #E05A0E;
}
.BgClassName
{
background-color: #E05A0E;
}
</style>
border-color css
<style>
span { border-color: #E05A0E; }
span { border-color: rgb(224,90,14); }
td.TdClassName
{
border-color: #E05A0E;
}
.TagClassName
{
border-color: #E05A0E;
}
</style>