Shades of Persimmon #E26110
Tints of Persimmon #E26110
RGB
CMYK
RGB Variations
Color information
#E26110 (or 0xE26110) is known color: Persimmon. HEX triplet: E2, 61 and 10. RGB value is (226,97,16). Sum of RGB (Red+Green+Blue) = 226+97+16=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E26110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26110 is #1D9EEF. Grayscale: #7E7E7E. Windows color (decimal): -1941232 or 1073634. OLE color: 1073634.
HSL color Cylindrical-coordinate representation of color #E26110: hue angle of 23.14º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E26110 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 16 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.11 |
| HSL | 23.14º | 0.87% | 0.47% | - |
| HSV(B) | 23.14º | 0.93% | 0.89% | - |
| XYZ | 35.73 | 24.76 | 3.39 | - |
| YUV | 126.34 | 65.74 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 16 | 0 | 0.57 | 0.93 | 0.11 | 23.14 | 0.87 | 0.47 |
| Hex | E2 | 61 | 10 | 0 | 39 | 5D | B | 17 | 57 | 2F |
| Octal | 342 | 141 | 20 | 0 | 71 | 135 | 13 | 27 | 127 | 57 |
| Binary | 11100010 | 1100001 | 10000 | 0 | 111001 | 1011101 | 1011 | 10111 | 1010111 | 101111 |
Color Harmonies of #E26110
Complementary color
Monochromatic Colors of #E26110
Black with #E26110
Text Example
Text Example
White with #E26110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26110; }
p { color: rgb(226,97,16); }
H1.HeaderClassName
{
color: #E26110;
}
.AnyTagClassName
{
color: #E26110;
}
</style>
background-color css
<style>
a { background-color: #E26110; }
a { background-color: rgb(226,97,16); }
div.DivClassName
{
background-color: #E26110;
}
.BgClassName
{
background-color: #E26110;
}
</style>
border-color css
<style>
span { border-color: #E26110; }
span { border-color: rgb(226,97,16); }
td.TdClassName
{
border-color: #E26110;
}
.TagClassName
{
border-color: #E26110;
}
</style>