Shades of Persimmon #E05D00
Tints of Persimmon #E05D00
RGB
CMYK
RGB Variations
Color information
#E05D00 (or 0xE05D00) is known color: Persimmon. HEX triplet: E0, 5D and 00. RGB value is (224,93,0). Sum of RGB (Red+Green+Blue) = 224+93+0=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05D00 is #1FA2FF. Grayscale: #7A7A7A. Windows color (decimal): -2073344 or 24032. OLE color: 24032.
HSL color Cylindrical-coordinate representation of color #E05D00: hue angle of 24.91º 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 #E05D00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 93 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.12 |
| HSL | 24.91º | 1% | 0.44% | - |
| HSV(B) | 24.91º | 1% | 0.88% | - |
| XYZ | 34.65 | 23.68 | 2.74 | - |
| YUV | 121.57 | 59.4 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 93 | 0 | 0 | 0.58 | 1 | 0.12 | 24.91 | 1 | 0.44 |
| Hex | E0 | 5D | 0 | 0 | 3A | 64 | C | 19 | 64 | 2C |
| Octal | 340 | 135 | 0 | 0 | 72 | 144 | 14 | 31 | 144 | 54 |
| Binary | 11100000 | 1011101 | 0 | 0 | 111010 | 1100100 | 1100 | 11001 | 1100100 | 101100 |
Color Harmonies of #E05D00
Complementary color
Monochromatic Colors of #E05D00
Black with #E05D00
Text Example
Text Example
White with #E05D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05D00; }
p { color: rgb(224,93,0); }
H1.HeaderClassName
{
color: #E05D00;
}
.AnyTagClassName
{
color: #E05D00;
}
</style>
background-color css
<style>
a { background-color: #E05D00; }
a { background-color: rgb(224,93,0); }
div.DivClassName
{
background-color: #E05D00;
}
.BgClassName
{
background-color: #E05D00;
}
</style>
border-color css
<style>
span { border-color: #E05D00; }
span { border-color: rgb(224,93,0); }
td.TdClassName
{
border-color: #E05D00;
}
.TagClassName
{
border-color: #E05D00;
}
</style>