Shades of Persimmon #E96510
Tints of Persimmon #E96510
RGB
CMYK
RGB Variations
Color information
#E96510 (or 0xE96510) is known color: Persimmon. HEX triplet: E9, 65 and 10. RGB value is (233,101,16). Sum of RGB (Red+Green+Blue) = 233+101+16=350 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 233 - color contains mainly: red. Hex color #E96510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96510 is #169AEF. Grayscale: #838383. Windows color (decimal): -1481456 or 1074665. OLE color: 1074665.
HSL color Cylindrical-coordinate representation of color #E96510: hue angle of 23.5º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E96510 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 101 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.09 |
| HSL | 23.5º | 0.87% | 0.49% | - |
| HSV(B) | 23.5º | 0.93% | 0.91% | - |
| XYZ | 38.35 | 26.67 | 3.62 | - |
| YUV | 130.78 | 63.23 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 101 | 16 | 0 | 0.57 | 0.93 | 0.09 | 23.5 | 0.87 | 0.49 |
| Hex | E9 | 65 | 10 | 0 | 39 | 5D | 9 | 18 | 57 | 31 |
| Octal | 351 | 145 | 20 | 0 | 71 | 135 | 11 | 30 | 127 | 61 |
| Binary | 11101001 | 1100101 | 10000 | 0 | 111001 | 1011101 | 1001 | 11000 | 1010111 | 110001 |
Color Harmonies of #E96510
Complementary color
Monochromatic Colors of #E96510
Black with #E96510
Text Example
Text Example
White with #E96510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96510; }
p { color: rgb(233,101,16); }
H1.HeaderClassName
{
color: #E96510;
}
.AnyTagClassName
{
color: #E96510;
}
</style>
background-color css
<style>
a { background-color: #E96510; }
a { background-color: rgb(233,101,16); }
div.DivClassName
{
background-color: #E96510;
}
.BgClassName
{
background-color: #E96510;
}
</style>
border-color css
<style>
span { border-color: #E96510; }
span { border-color: rgb(233,101,16); }
td.TdClassName
{
border-color: #E96510;
}
.TagClassName
{
border-color: #E96510;
}
</style>