Shades of Persimmon #E05009
Tints of Persimmon #E05009
RGB
CMYK
RGB Variations
Color information
#E05009 (or 0xE05009) is known color: Persimmon. HEX triplet: E0, 50 and 09. RGB value is (224,80,9). Sum of RGB (Red+Green+Blue) = 224+80+9=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E05009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05009 is #1FAFF6. Grayscale: #737373. Windows color (decimal): -2076663 or 610528. OLE color: 610528.
HSL color Cylindrical-coordinate representation of color #E05009: hue angle of 19.81º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E05009 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 9 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.12 |
| HSL | 19.81º | 0.92% | 0.46% | - |
| HSV(B) | 19.81º | 0.96% | 0.88% | - |
| XYZ | 33.66 | 21.6 | 2.65 | - |
| YUV | 114.96 | 68.21 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 9 | 0 | 0.64 | 0.96 | 0.12 | 19.81 | 0.92 | 0.46 |
| Hex | E0 | 50 | 9 | 0 | 40 | 60 | C | 14 | 5C | 2E |
| Octal | 340 | 120 | 11 | 0 | 100 | 140 | 14 | 24 | 134 | 56 |
| Binary | 11100000 | 1010000 | 1001 | 0 | 1000000 | 1100000 | 1100 | 10100 | 1011100 | 101110 |
Color Harmonies of #E05009
Complementary color
Monochromatic Colors of #E05009
Black with #E05009
Text Example
Text Example
White with #E05009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05009; }
p { color: rgb(224,80,9); }
H1.HeaderClassName
{
color: #E05009;
}
.AnyTagClassName
{
color: #E05009;
}
</style>
background-color css
<style>
a { background-color: #E05009; }
a { background-color: rgb(224,80,9); }
div.DivClassName
{
background-color: #E05009;
}
.BgClassName
{
background-color: #E05009;
}
</style>
border-color css
<style>
span { border-color: #E05009; }
span { border-color: rgb(224,80,9); }
td.TdClassName
{
border-color: #E05009;
}
.TagClassName
{
border-color: #E05009;
}
</style>