Shades of Persimmon #E26012
Tints of Persimmon #E26012
RGB
CMYK
RGB Variations
Color information
#E26012 (or 0xE26012) is known color: Persimmon. HEX triplet: E2, 60 and 12. RGB value is (226,96,18). Sum of RGB (Red+Green+Blue) = 226+96+18=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E26012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E26012 is #1D9FED. Grayscale: #7E7E7E. Windows color (decimal): -1941486 or 1204450. OLE color: 1204450.
HSL color Cylindrical-coordinate representation of color #E26012: hue angle of 22.5º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E26012 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.11 |
| HSL | 22.5º | 0.85% | 0.48% | - |
| HSV(B) | 22.5º | 0.92% | 0.89% | - |
| XYZ | 35.66 | 24.58 | 3.44 | - |
| YUV | 125.98 | 67.07 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 18 | 0 | 0.58 | 0.92 | 0.11 | 22.5 | 0.85 | 0.48 |
| Hex | E2 | 60 | 12 | 0 | 3A | 5C | B | 16 | 55 | 30 |
| Octal | 342 | 140 | 22 | 0 | 72 | 134 | 13 | 26 | 125 | 60 |
| Binary | 11100010 | 1100000 | 10010 | 0 | 111010 | 1011100 | 1011 | 10110 | 1010101 | 110000 |
Color Harmonies of #E26012
Complementary color
Monochromatic Colors of #E26012
Black with #E26012
Text Example
Text Example
White with #E26012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26012; }
p { color: rgb(226,96,18); }
H1.HeaderClassName
{
color: #E26012;
}
.AnyTagClassName
{
color: #E26012;
}
</style>
background-color css
<style>
a { background-color: #E26012; }
a { background-color: rgb(226,96,18); }
div.DivClassName
{
background-color: #E26012;
}
.BgClassName
{
background-color: #E26012;
}
</style>
border-color css
<style>
span { border-color: #E26012; }
span { border-color: rgb(226,96,18); }
td.TdClassName
{
border-color: #E26012;
}
.TagClassName
{
border-color: #E26012;
}
</style>