Shades of Persimmon #E2600F
Tints of Persimmon #E2600F
RGB
CMYK
RGB Variations
Color information
#E2600F (or 0xE2600F) is known color: Persimmon. HEX triplet: E2, 60 and 0F. RGB value is (226,96,15). Sum of RGB (Red+Green+Blue) = 226+96+15=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2600F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2600F is #1D9FF0. Grayscale: #7E7E7E. Windows color (decimal): -1941489 or 1007842. OLE color: 1007842.
HSL color Cylindrical-coordinate representation of color #E2600F: hue angle of 23.03º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2600F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.11 |
| HSL | 23.03º | 0.88% | 0.47% | - |
| HSV(B) | 23.03º | 0.93% | 0.89% | - |
| XYZ | 35.63 | 24.57 | 3.32 | - |
| YUV | 125.64 | 65.57 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 15 | 0 | 0.58 | 0.93 | 0.11 | 23.03 | 0.88 | 0.47 |
| Hex | E2 | 60 | F | 0 | 3A | 5D | B | 17 | 58 | 2F |
| Octal | 342 | 140 | 17 | 0 | 72 | 135 | 13 | 27 | 130 | 57 |
| Binary | 11100010 | 1100000 | 1111 | 0 | 111010 | 1011101 | 1011 | 10111 | 1011000 | 101111 |
Color Harmonies of #E2600F
Complementary color
Monochromatic Colors of #E2600F
Black with #E2600F
Text Example
Text Example
White with #E2600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2600F; }
p { color: rgb(226,96,15); }
H1.HeaderClassName
{
color: #E2600F;
}
.AnyTagClassName
{
color: #E2600F;
}
</style>
background-color css
<style>
a { background-color: #E2600F; }
a { background-color: rgb(226,96,15); }
div.DivClassName
{
background-color: #E2600F;
}
.BgClassName
{
background-color: #E2600F;
}
</style>
border-color css
<style>
span { border-color: #E2600F; }
span { border-color: rgb(226,96,15); }
td.TdClassName
{
border-color: #E2600F;
}
.TagClassName
{
border-color: #E2600F;
}
</style>