Shades of Persimmon #E76510
Tints of Persimmon #E76510
RGB
CMYK
RGB Variations
Color information
#E76510 (or 0xE76510) is known color: Persimmon. HEX triplet: E7, 65 and 10. RGB value is (231,101,16). Sum of RGB (Red+Green+Blue) = 231+101+16=348 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.38% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 231 - color contains mainly: red. Hex color #E76510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76510 is #189AEF. Grayscale: #828282. Windows color (decimal): -1612528 or 1074663. OLE color: 1074663.
HSL color Cylindrical-coordinate representation of color #E76510: hue angle of 23.72º 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 #E76510 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 16 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.09 |
| HSL | 23.72º | 0.87% | 0.48% | - |
| HSV(B) | 23.72º | 0.93% | 0.91% | - |
| XYZ | 37.7 | 26.33 | 3.59 | - |
| YUV | 130.18 | 63.57 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 16 | 0 | 0.56 | 0.93 | 0.09 | 23.72 | 0.87 | 0.48 |
| Hex | E7 | 65 | 10 | 0 | 38 | 5D | 9 | 18 | 57 | 30 |
| Octal | 347 | 145 | 20 | 0 | 70 | 135 | 11 | 30 | 127 | 60 |
| Binary | 11100111 | 1100101 | 10000 | 0 | 111000 | 1011101 | 1001 | 11000 | 1010111 | 110000 |
Color Harmonies of #E76510
Complementary color
Monochromatic Colors of #E76510
Black with #E76510
Text Example
Text Example
White with #E76510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76510; }
p { color: rgb(231,101,16); }
H1.HeaderClassName
{
color: #E76510;
}
.AnyTagClassName
{
color: #E76510;
}
</style>
background-color css
<style>
a { background-color: #E76510; }
a { background-color: rgb(231,101,16); }
div.DivClassName
{
background-color: #E76510;
}
.BgClassName
{
background-color: #E76510;
}
</style>
border-color css
<style>
span { border-color: #E76510; }
span { border-color: rgb(231,101,16); }
td.TdClassName
{
border-color: #E76510;
}
.TagClassName
{
border-color: #E76510;
}
</style>