Shades of Persimmon #E26101
Tints of Persimmon #E26101
RGB
CMYK
RGB Variations
Color information
#E26101 (or 0xE26101) is known color: Persimmon. HEX triplet: E2, 61 and 01. RGB value is (226,97,1). Sum of RGB (Red+Green+Blue) = 226+97+1=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E26101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26101 is #1D9EFE. Grayscale: #7D7D7D. Windows color (decimal): -1941247 or 90594. OLE color: 90594.
HSL color Cylindrical-coordinate representation of color #E26101: hue angle of 25.6º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E26101 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.11 |
| HSL | 25.6º | 0.99% | 0.45% | - |
| HSV(B) | 25.6º | 1% | 0.89% | - |
| XYZ | 35.64 | 24.72 | 2.92 | - |
| YUV | 124.63 | 58.24 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 1 | 0 | 0.57 | 1.00 | 0.11 | 25.6 | 0.99 | 0.45 |
| Hex | E2 | 61 | 1 | 0 | 39 | 64 | B | 1A | 63 | 2D |
| Octal | 342 | 141 | 1 | 0 | 71 | 144 | 13 | 32 | 143 | 55 |
| Binary | 11100010 | 1100001 | 1 | 0 | 111001 | 1100100 | 1011 | 11010 | 1100011 | 101101 |
Color Harmonies of #E26101
Complementary color
Monochromatic Colors of #E26101
Black with #E26101
Text Example
Text Example
White with #E26101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26101; }
p { color: rgb(226,97,1); }
H1.HeaderClassName
{
color: #E26101;
}
.AnyTagClassName
{
color: #E26101;
}
</style>
background-color css
<style>
a { background-color: #E26101; }
a { background-color: rgb(226,97,1); }
div.DivClassName
{
background-color: #E26101;
}
.BgClassName
{
background-color: #E26101;
}
</style>
border-color css
<style>
span { border-color: #E26101; }
span { border-color: rgb(226,97,1); }
td.TdClassName
{
border-color: #E26101;
}
.TagClassName
{
border-color: #E26101;
}
</style>