Shades of Persimmon #E75E16
Tints of Persimmon #E75E16
RGB
CMYK
RGB Variations
Color information
#E75E16 (or 0xE75E16) is known color: Persimmon. HEX triplet: E7, 5E and 16. RGB value is (231,94,22). Sum of RGB (Red+Green+Blue) = 231+94+22=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75E16 is #18A1E9. Grayscale: #7F7F7F. Windows color (decimal): -1614314 or 1466087. OLE color: 1466087.
HSL color Cylindrical-coordinate representation of color #E75E16: hue angle of 20.67º 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 #E75E16 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 22 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.09 |
| HSL | 20.67º | 0.83% | 0.5% | - |
| HSV(B) | 20.67º | 0.9% | 0.91% | - |
| XYZ | 37.1 | 25.05 | 3.64 | - |
| YUV | 126.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 22 | 0 | 0.59 | 0.90 | 0.09 | 20.67 | 0.83 | 0.5 |
| Hex | E7 | 5E | 16 | 0 | 3B | 5A | 9 | 15 | 53 | 32 |
| Octal | 347 | 136 | 26 | 0 | 73 | 132 | 11 | 25 | 123 | 62 |
| Binary | 11100111 | 1011110 | 10110 | 0 | 111011 | 1011010 | 1001 | 10101 | 1010011 | 110010 |
Color Harmonies of #E75E16
Complementary color
Monochromatic Colors of #E75E16
Black with #E75E16
Text Example
Text Example
White with #E75E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75E16; }
p { color: rgb(231,94,22); }
H1.HeaderClassName
{
color: #E75E16;
}
.AnyTagClassName
{
color: #E75E16;
}
</style>
background-color css
<style>
a { background-color: #E75E16; }
a { background-color: rgb(231,94,22); }
div.DivClassName
{
background-color: #E75E16;
}
.BgClassName
{
background-color: #E75E16;
}
</style>
border-color css
<style>
span { border-color: #E75E16; }
span { border-color: rgb(231,94,22); }
td.TdClassName
{
border-color: #E75E16;
}
.TagClassName
{
border-color: #E75E16;
}
</style>