Shades of Persimmon #E76114
Tints of Persimmon #E76114
RGB
CMYK
RGB Variations
Color information
#E76114 (or 0xE76114) is known color: Persimmon. HEX triplet: E7, 61 and 14. RGB value is (231,97,20). Sum of RGB (Red+Green+Blue) = 231+97+20=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E76114 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76114 is #189EEB. Grayscale: #808080. Windows color (decimal): -1613548 or 1335783. OLE color: 1335783.
HSL color Cylindrical-coordinate representation of color #E76114: hue angle of 21.9º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E76114 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 20 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.09 |
| HSL | 21.9º | 0.84% | 0.49% | - |
| HSV(B) | 21.9º | 0.91% | 0.91% | - |
| XYZ | 37.36 | 25.59 | 3.63 | - |
| YUV | 128.29 | 66.89 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 20 | 0 | 0.58 | 0.91 | 0.09 | 21.9 | 0.84 | 0.49 |
| Hex | E7 | 61 | 14 | 0 | 3A | 5B | 9 | 16 | 54 | 31 |
| Octal | 347 | 141 | 24 | 0 | 72 | 133 | 11 | 26 | 124 | 61 |
| Binary | 11100111 | 1100001 | 10100 | 0 | 111010 | 1011011 | 1001 | 10110 | 1010100 | 110001 |
Color Harmonies of #E76114
Complementary color
Monochromatic Colors of #E76114
Black with #E76114
Text Example
Text Example
White with #E76114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76114; }
p { color: rgb(231,97,20); }
H1.HeaderClassName
{
color: #E76114;
}
.AnyTagClassName
{
color: #E76114;
}
</style>
background-color css
<style>
a { background-color: #E76114; }
a { background-color: rgb(231,97,20); }
div.DivClassName
{
background-color: #E76114;
}
.BgClassName
{
background-color: #E76114;
}
</style>
border-color css
<style>
span { border-color: #E76114; }
span { border-color: rgb(231,97,20); }
td.TdClassName
{
border-color: #E76114;
}
.TagClassName
{
border-color: #E76114;
}
</style>