Shades of Persimmon #E75616
Tints of Persimmon #E75616
RGB
CMYK
RGB Variations
Color information
#E75616 (or 0xE75616) is known color: Persimmon. HEX triplet: E7, 56 and 16. RGB value is (231,86,22). Sum of RGB (Red+Green+Blue) = 231+86+22=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E75616 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75616 is #18A9E9. Grayscale: #7A7A7A. Windows color (decimal): -1616362 or 1464039. OLE color: 1464039.
HSL color Cylindrical-coordinate representation of color #E75616: hue angle of 18.37º degrees, saturation: 0.83, 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 #E75616 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 22 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.09 |
| HSL | 18.37º | 0.83% | 0.5% | - |
| HSV(B) | 18.37º | 0.9% | 0.91% | - |
| XYZ | 36.43 | 23.7 | 3.41 | - |
| YUV | 122.06 | 71.54 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 22 | 0 | 0.63 | 0.90 | 0.09 | 18.37 | 0.83 | 0.5 |
| Hex | E7 | 56 | 16 | 0 | 3F | 5A | 9 | 12 | 53 | 32 |
| Octal | 347 | 126 | 26 | 0 | 77 | 132 | 11 | 22 | 123 | 62 |
| Binary | 11100111 | 1010110 | 10110 | 0 | 111111 | 1011010 | 1001 | 10010 | 1010011 | 110010 |
Color Harmonies of #E75616
Complementary color
Monochromatic Colors of #E75616
Black with #E75616
Text Example
Text Example
White with #E75616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75616; }
p { color: rgb(231,86,22); }
H1.HeaderClassName
{
color: #E75616;
}
.AnyTagClassName
{
color: #E75616;
}
</style>
background-color css
<style>
a { background-color: #E75616; }
a { background-color: rgb(231,86,22); }
div.DivClassName
{
background-color: #E75616;
}
.BgClassName
{
background-color: #E75616;
}
</style>
border-color css
<style>
span { border-color: #E75616; }
span { border-color: rgb(231,86,22); }
td.TdClassName
{
border-color: #E75616;
}
.TagClassName
{
border-color: #E75616;
}
</style>