Shades of Persimmon #E75517
Tints of Persimmon #E75517
RGB
CMYK
RGB Variations
Color information
#E75517 (or 0xE75517) is known color: Persimmon. HEX triplet: E7, 55 and 17. RGB value is (231,85,23). Sum of RGB (Red+Green+Blue) = 231+85+23=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E75517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75517 is #18AAE8. Grayscale: #797979. Windows color (decimal): -1616617 or 1529319. OLE color: 1529319.
HSL color Cylindrical-coordinate representation of color #E75517: hue angle of 17.88º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E75517 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 85 | 23 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.09 |
| HSL | 17.88º | 0.82% | 0.5% | - |
| HSV(B) | 17.88º | 0.9% | 0.91% | - |
| XYZ | 36.36 | 23.55 | 3.44 | - |
| YUV | 121.59 | 72.37 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 85 | 23 | 0 | 0.63 | 0.90 | 0.09 | 17.88 | 0.82 | 0.5 |
| Hex | E7 | 55 | 17 | 0 | 3F | 5A | 9 | 12 | 52 | 32 |
| Octal | 347 | 125 | 27 | 0 | 77 | 132 | 11 | 22 | 122 | 62 |
| Binary | 11100111 | 1010101 | 10111 | 0 | 111111 | 1011010 | 1001 | 10010 | 1010010 | 110010 |
Color Harmonies of #E75517
Complementary color
Monochromatic Colors of #E75517
Black with #E75517
Text Example
Text Example
White with #E75517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75517; }
p { color: rgb(231,85,23); }
H1.HeaderClassName
{
color: #E75517;
}
.AnyTagClassName
{
color: #E75517;
}
</style>
background-color css
<style>
a { background-color: #E75517; }
a { background-color: rgb(231,85,23); }
div.DivClassName
{
background-color: #E75517;
}
.BgClassName
{
background-color: #E75517;
}
</style>
border-color css
<style>
span { border-color: #E75517; }
span { border-color: rgb(231,85,23); }
td.TdClassName
{
border-color: #E75517;
}
.TagClassName
{
border-color: #E75517;
}
</style>