Shades of Persimmon #E75B16
Tints of Persimmon #E75B16
RGB
CMYK
RGB Variations
Color information
#E75B16 (or 0xE75B16) is known color: Persimmon. HEX triplet: E7, 5B and 16. RGB value is (231,91,22). Sum of RGB (Red+Green+Blue) = 231+91+22=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E75B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75B16 is #18A4E9. Grayscale: #7D7D7D. Windows color (decimal): -1615082 or 1465319. OLE color: 1465319.
HSL color Cylindrical-coordinate representation of color #E75B16: hue angle of 19.81º 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 #E75B16 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 91 | 22 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.09 |
| HSL | 19.81º | 0.83% | 0.5% | - |
| HSV(B) | 19.81º | 0.9% | 0.91% | - |
| XYZ | 36.84 | 24.53 | 3.55 | - |
| YUV | 124.99 | 69.88 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 91 | 22 | 0 | 0.61 | 0.90 | 0.09 | 19.81 | 0.83 | 0.5 |
| Hex | E7 | 5B | 16 | 0 | 3D | 5A | 9 | 14 | 53 | 32 |
| Octal | 347 | 133 | 26 | 0 | 75 | 132 | 11 | 24 | 123 | 62 |
| Binary | 11100111 | 1011011 | 10110 | 0 | 111101 | 1011010 | 1001 | 10100 | 1010011 | 110010 |
Color Harmonies of #E75B16
Complementary color
Monochromatic Colors of #E75B16
Black with #E75B16
Text Example
Text Example
White with #E75B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75B16; }
p { color: rgb(231,91,22); }
H1.HeaderClassName
{
color: #E75B16;
}
.AnyTagClassName
{
color: #E75B16;
}
</style>
background-color css
<style>
a { background-color: #E75B16; }
a { background-color: rgb(231,91,22); }
div.DivClassName
{
background-color: #E75B16;
}
.BgClassName
{
background-color: #E75B16;
}
</style>
border-color css
<style>
span { border-color: #E75B16; }
span { border-color: rgb(231,91,22); }
td.TdClassName
{
border-color: #E75B16;
}
.TagClassName
{
border-color: #E75B16;
}
</style>