Shades of Persimmon #E26004
Tints of Persimmon #E26004
RGB
CMYK
RGB Variations
Color information
#E26004 (or 0xE26004) is known color: Persimmon. HEX triplet: E2, 60 and 04. RGB value is (226,96,4). Sum of RGB (Red+Green+Blue) = 226+96+4=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E26004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26004 is #1D9FFB. Grayscale: #7C7C7C. Windows color (decimal): -1941500 or 286946. OLE color: 286946.
HSL color Cylindrical-coordinate representation of color #E26004: hue angle of 24.86º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E26004 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.11 |
| HSL | 24.86º | 0.97% | 0.45% | - |
| HSV(B) | 24.86º | 0.98% | 0.89% | - |
| XYZ | 35.57 | 24.54 | 2.98 | - |
| YUV | 124.38 | 60.07 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 4 | 0 | 0.58 | 0.98 | 0.11 | 24.86 | 0.97 | 0.45 |
| Hex | E2 | 60 | 4 | 0 | 3A | 62 | B | 19 | 61 | 2D |
| Octal | 342 | 140 | 4 | 0 | 72 | 142 | 13 | 31 | 141 | 55 |
| Binary | 11100010 | 1100000 | 100 | 0 | 111010 | 1100010 | 1011 | 11001 | 1100001 | 101101 |
Color Harmonies of #E26004
Complementary color
Monochromatic Colors of #E26004
Black with #E26004
Text Example
Text Example
White with #E26004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26004; }
p { color: rgb(226,96,4); }
H1.HeaderClassName
{
color: #E26004;
}
.AnyTagClassName
{
color: #E26004;
}
</style>
background-color css
<style>
a { background-color: #E26004; }
a { background-color: rgb(226,96,4); }
div.DivClassName
{
background-color: #E26004;
}
.BgClassName
{
background-color: #E26004;
}
</style>
border-color css
<style>
span { border-color: #E26004; }
span { border-color: rgb(226,96,4); }
td.TdClassName
{
border-color: #E26004;
}
.TagClassName
{
border-color: #E26004;
}
</style>