Shades of Persimmon #E26006
Tints of Persimmon #E26006
RGB
CMYK
RGB Variations
Color information
#E26006 (or 0xE26006) is known color: Persimmon. HEX triplet: E2, 60 and 06. RGB value is (226,96,6). Sum of RGB (Red+Green+Blue) = 226+96+6=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E26006 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26006 is #1D9FF9. Grayscale: #7D7D7D. Windows color (decimal): -1941498 or 418018. OLE color: 418018.
HSL color Cylindrical-coordinate representation of color #E26006: hue angle of 24.55º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E26006 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 6 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.11 |
| HSL | 24.55º | 0.95% | 0.45% | - |
| HSV(B) | 24.55º | 0.97% | 0.89% | - |
| XYZ | 35.58 | 24.55 | 3.04 | - |
| YUV | 124.61 | 61.07 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 6 | 0 | 0.58 | 0.97 | 0.11 | 24.55 | 0.95 | 0.45 |
| Hex | E2 | 60 | 6 | 0 | 3A | 61 | B | 19 | 5F | 2D |
| Octal | 342 | 140 | 6 | 0 | 72 | 141 | 13 | 31 | 137 | 55 |
| Binary | 11100010 | 1100000 | 110 | 0 | 111010 | 1100001 | 1011 | 11001 | 1011111 | 101101 |
Color Harmonies of #E26006
Complementary color
Monochromatic Colors of #E26006
Black with #E26006
Text Example
Text Example
White with #E26006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26006; }
p { color: rgb(226,96,6); }
H1.HeaderClassName
{
color: #E26006;
}
.AnyTagClassName
{
color: #E26006;
}
</style>
background-color css
<style>
a { background-color: #E26006; }
a { background-color: rgb(226,96,6); }
div.DivClassName
{
background-color: #E26006;
}
.BgClassName
{
background-color: #E26006;
}
</style>
border-color css
<style>
span { border-color: #E26006; }
span { border-color: rgb(226,96,6); }
td.TdClassName
{
border-color: #E26006;
}
.TagClassName
{
border-color: #E26006;
}
</style>