Shades of Persimmon #E26100
Tints of Persimmon #E26100
RGB
CMYK
RGB Variations
Color information
#E26100 (or 0xE26100) is known color: Persimmon. HEX triplet: E2, 61 and 00. RGB value is (226,97,0). Sum of RGB (Red+Green+Blue) = 226+97+0=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E26100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26100 is #1D9EFF. Grayscale: #7D7D7D. Windows color (decimal): -1941248 or 25058. OLE color: 25058.
HSL color Cylindrical-coordinate representation of color #E26100: hue angle of 25.75º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E26100 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.11 |
| HSL | 25.75º | 1% | 0.44% | - |
| HSV(B) | 25.75º | 1% | 0.89% | - |
| XYZ | 35.64 | 24.72 | 2.89 | - |
| YUV | 124.51 | 57.74 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 0 | 0 | 0.57 | 1 | 0.11 | 25.75 | 1 | 0.44 |
| Hex | E2 | 61 | 0 | 0 | 39 | 64 | B | 1A | 64 | 2C |
| Octal | 342 | 141 | 0 | 0 | 71 | 144 | 13 | 32 | 144 | 54 |
| Binary | 11100010 | 1100001 | 0 | 0 | 111001 | 1100100 | 1011 | 11010 | 1100100 | 101100 |
Color Harmonies of #E26100
Complementary color
Monochromatic Colors of #E26100
Black with #E26100
Text Example
Text Example
White with #E26100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26100; }
p { color: rgb(226,97,0); }
H1.HeaderClassName
{
color: #E26100;
}
.AnyTagClassName
{
color: #E26100;
}
</style>
background-color css
<style>
a { background-color: #E26100; }
a { background-color: rgb(226,97,0); }
div.DivClassName
{
background-color: #E26100;
}
.BgClassName
{
background-color: #E26100;
}
</style>
border-color css
<style>
span { border-color: #E26100; }
span { border-color: rgb(226,97,0); }
td.TdClassName
{
border-color: #E26100;
}
.TagClassName
{
border-color: #E26100;
}
</style>