Shades of Persimmon #E05017
Tints of Persimmon #E05017
RGB
CMYK
RGB Variations
Color information
#E05017 (or 0xE05017) is known color: Persimmon. HEX triplet: E0, 50 and 17. RGB value is (224,80,23). Sum of RGB (Red+Green+Blue) = 224+80+23=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E05017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05017 is #1FAFE8. Grayscale: #747474. Windows color (decimal): -2076649 or 1528032. OLE color: 1528032.
HSL color Cylindrical-coordinate representation of color #E05017: hue angle of 17.01º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E05017 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 23 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.12 |
| HSL | 17.01º | 0.81% | 0.48% | - |
| HSV(B) | 17.01º | 0.9% | 0.88% | - |
| XYZ | 33.76 | 21.65 | 3.21 | - |
| YUV | 116.56 | 75.21 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 23 | 0 | 0.64 | 0.90 | 0.12 | 17.01 | 0.81 | 0.48 |
| Hex | E0 | 50 | 17 | 0 | 40 | 5A | C | 11 | 51 | 30 |
| Octal | 340 | 120 | 27 | 0 | 100 | 132 | 14 | 21 | 121 | 60 |
| Binary | 11100000 | 1010000 | 10111 | 0 | 1000000 | 1011010 | 1100 | 10001 | 1010001 | 110000 |
Color Harmonies of #E05017
Complementary color
Monochromatic Colors of #E05017
Black with #E05017
Text Example
Text Example
White with #E05017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05017; }
p { color: rgb(224,80,23); }
H1.HeaderClassName
{
color: #E05017;
}
.AnyTagClassName
{
color: #E05017;
}
</style>
background-color css
<style>
a { background-color: #E05017; }
a { background-color: rgb(224,80,23); }
div.DivClassName
{
background-color: #E05017;
}
.BgClassName
{
background-color: #E05017;
}
</style>
border-color css
<style>
span { border-color: #E05017; }
span { border-color: rgb(224,80,23); }
td.TdClassName
{
border-color: #E05017;
}
.TagClassName
{
border-color: #E05017;
}
</style>