Shades of Persimmon #E65017
Tints of Persimmon #E65017
RGB
CMYK
RGB Variations
Color information
#E65017 (or 0xE65017) is known color: Persimmon. HEX triplet: E6, 50 and 17. RGB value is (230,80,23). Sum of RGB (Red+Green+Blue) = 230+80+23=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E65017 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65017 is #19AFE8. Grayscale: #767676. Windows color (decimal): -1683433 or 1528038. OLE color: 1528038.
HSL color Cylindrical-coordinate representation of color #E65017: hue angle of 16.52º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E65017 is Cyan = 0, Magento = 0.65, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 80 | 23 | - |
| CMYK | 0 | 0.65 | 0.9 | 0.10 |
| HSL | 16.52º | 0.82% | 0.5% | - |
| HSV(B) | 16.52º | 0.9% | 0.9% | - |
| XYZ | 35.66 | 22.62 | 3.3 | - |
| YUV | 118.35 | 74.2 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 80 | 23 | 0 | 0.65 | 0.9 | 0.10 | 16.52 | 0.82 | 0.5 |
| Hex | E6 | 50 | 17 | 0 | 41 | 5A | A | 11 | 52 | 32 |
| Octal | 346 | 120 | 27 | 0 | 101 | 132 | 12 | 21 | 122 | 62 |
| Binary | 11100110 | 1010000 | 10111 | 0 | 1000001 | 1011010 | 1010 | 10001 | 1010010 | 110010 |
Color Harmonies of #E65017
Complementary color
Monochromatic Colors of #E65017
Black with #E65017
Text Example
Text Example
White with #E65017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65017; }
p { color: rgb(230,80,23); }
H1.HeaderClassName
{
color: #E65017;
}
.AnyTagClassName
{
color: #E65017;
}
</style>
background-color css
<style>
a { background-color: #E65017; }
a { background-color: rgb(230,80,23); }
div.DivClassName
{
background-color: #E65017;
}
.BgClassName
{
background-color: #E65017;
}
</style>
border-color css
<style>
span { border-color: #E65017; }
span { border-color: rgb(230,80,23); }
td.TdClassName
{
border-color: #E65017;
}
.TagClassName
{
border-color: #E65017;
}
</style>