Shades of Persimmon #E05A00
Tints of Persimmon #E05A00
RGB
CMYK
RGB Variations
Color information
#E05A00 (or 0xE05A00) is known color: Persimmon. HEX triplet: E0, 5A and 00. RGB value is (224,90,0). Sum of RGB (Red+Green+Blue) = 224+90+0=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05A00 is #1FA5FF. Grayscale: #787878. Windows color (decimal): -2074112 or 23264. OLE color: 23264.
HSL color Cylindrical-coordinate representation of color #E05A00: hue angle of 24.11º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E05A00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.12 |
| HSL | 24.11º | 1% | 0.44% | - |
| HSV(B) | 24.11º | 1% | 0.88% | - |
| XYZ | 34.4 | 23.16 | 2.66 | - |
| YUV | 119.81 | 60.39 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 0 | 0 | 0.60 | 1 | 0.12 | 24.11 | 1 | 0.44 |
| Hex | E0 | 5A | 0 | 0 | 3C | 64 | C | 18 | 64 | 2C |
| Octal | 340 | 132 | 0 | 0 | 74 | 144 | 14 | 30 | 144 | 54 |
| Binary | 11100000 | 1011010 | 0 | 0 | 111100 | 1100100 | 1100 | 11000 | 1100100 | 101100 |
Color Harmonies of #E05A00
Complementary color
Monochromatic Colors of #E05A00
Black with #E05A00
Text Example
Text Example
White with #E05A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A00; }
p { color: rgb(224,90,0); }
H1.HeaderClassName
{
color: #E05A00;
}
.AnyTagClassName
{
color: #E05A00;
}
</style>
background-color css
<style>
a { background-color: #E05A00; }
a { background-color: rgb(224,90,0); }
div.DivClassName
{
background-color: #E05A00;
}
.BgClassName
{
background-color: #E05A00;
}
</style>
border-color css
<style>
span { border-color: #E05A00; }
span { border-color: rgb(224,90,0); }
td.TdClassName
{
border-color: #E05A00;
}
.TagClassName
{
border-color: #E05A00;
}
</style>