Shades of Persimmon #E76410
Tints of Persimmon #E76410
RGB
CMYK
RGB Variations
Color information
#E76410 (or 0xE76410) is known color: Persimmon. HEX triplet: E7, 64 and 10. RGB value is (231,100,16). Sum of RGB (Red+Green+Blue) = 231+100+16=347 (45% of max value = 765). Red value is 231 (90.62% from 255 or 66.57% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 231 - color contains mainly: red. Hex color #E76410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76410 is #189BEF. Grayscale: #828282. Windows color (decimal): -1612784 or 1074407. OLE color: 1074407.
HSL color Cylindrical-coordinate representation of color #E76410: hue angle of 23.44º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E76410 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.09 |
| HSL | 23.44º | 0.87% | 0.48% | - |
| HSV(B) | 23.44º | 0.93% | 0.91% | - |
| XYZ | 37.61 | 26.14 | 3.55 | - |
| YUV | 129.59 | 63.9 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 16 | 0 | 0.57 | 0.93 | 0.09 | 23.44 | 0.87 | 0.48 |
| Hex | E7 | 64 | 10 | 0 | 39 | 5D | 9 | 17 | 57 | 30 |
| Octal | 347 | 144 | 20 | 0 | 71 | 135 | 11 | 27 | 127 | 60 |
| Binary | 11100111 | 1100100 | 10000 | 0 | 111001 | 1011101 | 1001 | 10111 | 1010111 | 110000 |
Color Harmonies of #E76410
Complementary color
Monochromatic Colors of #E76410
Black with #E76410
Text Example
Text Example
White with #E76410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76410; }
p { color: rgb(231,100,16); }
H1.HeaderClassName
{
color: #E76410;
}
.AnyTagClassName
{
color: #E76410;
}
</style>
background-color css
<style>
a { background-color: #E76410; }
a { background-color: rgb(231,100,16); }
div.DivClassName
{
background-color: #E76410;
}
.BgClassName
{
background-color: #E76410;
}
</style>
border-color css
<style>
span { border-color: #E76410; }
span { border-color: rgb(231,100,16); }
td.TdClassName
{
border-color: #E76410;
}
.TagClassName
{
border-color: #E76410;
}
</style>