Shades of Persimmon #E76112
Tints of Persimmon #E76112
RGB
CMYK
RGB Variations
Color information
#E76112 (or 0xE76112) is known color: Persimmon. HEX triplet: E7, 61 and 12. RGB value is (231,97,18). Sum of RGB (Red+Green+Blue) = 231+97+18=346 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.76% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 231 - color contains mainly: red. Hex color #E76112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76112 is #189EED. Grayscale: #808080. Windows color (decimal): -1613550 or 1204711. OLE color: 1204711.
HSL color Cylindrical-coordinate representation of color #E76112: hue angle of 22.25º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E76112 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.09 |
| HSL | 22.25º | 0.86% | 0.49% | - |
| HSV(B) | 22.25º | 0.92% | 0.91% | - |
| XYZ | 37.34 | 25.58 | 3.54 | - |
| YUV | 128.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 18 | 0 | 0.58 | 0.92 | 0.09 | 22.25 | 0.86 | 0.49 |
| Hex | E7 | 61 | 12 | 0 | 3A | 5C | 9 | 16 | 56 | 31 |
| Octal | 347 | 141 | 22 | 0 | 72 | 134 | 11 | 26 | 126 | 61 |
| Binary | 11100111 | 1100001 | 10010 | 0 | 111010 | 1011100 | 1001 | 10110 | 1010110 | 110001 |
Color Harmonies of #E76112
Complementary color
Monochromatic Colors of #E76112
Black with #E76112
Text Example
Text Example
White with #E76112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76112; }
p { color: rgb(231,97,18); }
H1.HeaderClassName
{
color: #E76112;
}
.AnyTagClassName
{
color: #E76112;
}
</style>
background-color css
<style>
a { background-color: #E76112; }
a { background-color: rgb(231,97,18); }
div.DivClassName
{
background-color: #E76112;
}
.BgClassName
{
background-color: #E76112;
}
</style>
border-color css
<style>
span { border-color: #E76112; }
span { border-color: rgb(231,97,18); }
td.TdClassName
{
border-color: #E76112;
}
.TagClassName
{
border-color: #E76112;
}
</style>