Shades of Persimmon #E26001
Tints of Persimmon #E26001
RGB
CMYK
RGB Variations
Color information
#E26001 (or 0xE26001) is known color: Persimmon. HEX triplet: E2, 60 and 01. RGB value is (226,96,1). Sum of RGB (Red+Green+Blue) = 226+96+1=323 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.97% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 226 - color contains mainly: red. Hex color #E26001 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26001 is #1D9FFE. Grayscale: #7C7C7C. Windows color (decimal): -1941503 or 90338. OLE color: 90338.
HSL color Cylindrical-coordinate representation of color #E26001: hue angle of 25.33º 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 #E26001 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.11 |
| HSL | 25.33º | 0.99% | 0.45% | - |
| HSV(B) | 25.33º | 1% | 0.89% | - |
| XYZ | 35.55 | 24.54 | 2.89 | - |
| YUV | 124.04 | 58.57 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 1 | 0 | 0.58 | 1.00 | 0.11 | 25.33 | 0.99 | 0.45 |
| Hex | E2 | 60 | 1 | 0 | 3A | 64 | B | 19 | 63 | 2D |
| Octal | 342 | 140 | 1 | 0 | 72 | 144 | 13 | 31 | 143 | 55 |
| Binary | 11100010 | 1100000 | 1 | 0 | 111010 | 1100100 | 1011 | 11001 | 1100011 | 101101 |
Color Harmonies of #E26001
Complementary color
Monochromatic Colors of #E26001
Black with #E26001
Text Example
Text Example
White with #E26001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26001; }
p { color: rgb(226,96,1); }
H1.HeaderClassName
{
color: #E26001;
}
.AnyTagClassName
{
color: #E26001;
}
</style>
background-color css
<style>
a { background-color: #E26001; }
a { background-color: rgb(226,96,1); }
div.DivClassName
{
background-color: #E26001;
}
.BgClassName
{
background-color: #E26001;
}
</style>
border-color css
<style>
span { border-color: #E26001; }
span { border-color: rgb(226,96,1); }
td.TdClassName
{
border-color: #E26001;
}
.TagClassName
{
border-color: #E26001;
}
</style>