Shades of Persimmon #E65517
Tints of Persimmon #E65517
RGB
CMYK
RGB Variations
Color information
#E65517 (or 0xE65517) is known color: Persimmon. HEX triplet: E6, 55 and 17. RGB value is (230,85,23). Sum of RGB (Red+Green+Blue) = 230+85+23=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E65517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65517 is #19AAE8. Grayscale: #797979. Windows color (decimal): -1682153 or 1529318. OLE color: 1529318.
HSL color Cylindrical-coordinate representation of color #E65517: hue angle of 17.97º 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 #E65517 is Cyan = 0, Magento = 0.63, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 23 | - |
| CMYK | 0 | 0.63 | 0.9 | 0.10 |
| HSL | 17.97º | 0.82% | 0.5% | - |
| HSV(B) | 17.97º | 0.9% | 0.9% | - |
| XYZ | 36.04 | 23.38 | 3.42 | - |
| YUV | 121.29 | 72.54 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 23 | 0 | 0.63 | 0.9 | 0.10 | 17.97 | 0.82 | 0.5 |
| Hex | E6 | 55 | 17 | 0 | 3F | 5A | A | 12 | 52 | 32 |
| Octal | 346 | 125 | 27 | 0 | 77 | 132 | 12 | 22 | 122 | 62 |
| Binary | 11100110 | 1010101 | 10111 | 0 | 111111 | 1011010 | 1010 | 10010 | 1010010 | 110010 |
Color Harmonies of #E65517
Complementary color
Monochromatic Colors of #E65517
Black with #E65517
Text Example
Text Example
White with #E65517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65517; }
p { color: rgb(230,85,23); }
H1.HeaderClassName
{
color: #E65517;
}
.AnyTagClassName
{
color: #E65517;
}
</style>
background-color css
<style>
a { background-color: #E65517; }
a { background-color: rgb(230,85,23); }
div.DivClassName
{
background-color: #E65517;
}
.BgClassName
{
background-color: #E65517;
}
</style>
border-color css
<style>
span { border-color: #E65517; }
span { border-color: rgb(230,85,23); }
td.TdClassName
{
border-color: #E65517;
}
.TagClassName
{
border-color: #E65517;
}
</style>