Shades of Persimmon #E2600C
Tints of Persimmon #E2600C
RGB
CMYK
RGB Variations
Color information
#E2600C (or 0xE2600C) is known color: Persimmon. HEX triplet: E2, 60 and 0C. RGB value is (226,96,12). Sum of RGB (Red+Green+Blue) = 226+96+12=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E2600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2600C is #1D9FF3. Grayscale: #7D7D7D. Windows color (decimal): -1941492 or 811234. OLE color: 811234.
HSL color Cylindrical-coordinate representation of color #E2600C: hue angle of 23.55º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2600C is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 12 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.11 |
| HSL | 23.55º | 0.9% | 0.47% | - |
| HSV(B) | 23.55º | 0.95% | 0.89% | - |
| XYZ | 35.61 | 24.56 | 3.21 | - |
| YUV | 125.29 | 64.07 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 12 | 0 | 0.58 | 0.95 | 0.11 | 23.55 | 0.9 | 0.47 |
| Hex | E2 | 60 | C | 0 | 3A | 5F | B | 18 | 5A | 2F |
| Octal | 342 | 140 | 14 | 0 | 72 | 137 | 13 | 30 | 132 | 57 |
| Binary | 11100010 | 1100000 | 1100 | 0 | 111010 | 1011111 | 1011 | 11000 | 1011010 | 101111 |
Color Harmonies of #E2600C
Complementary color
Monochromatic Colors of #E2600C
Black with #E2600C
Text Example
Text Example
White with #E2600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2600C; }
p { color: rgb(226,96,12); }
H1.HeaderClassName
{
color: #E2600C;
}
.AnyTagClassName
{
color: #E2600C;
}
</style>
background-color css
<style>
a { background-color: #E2600C; }
a { background-color: rgb(226,96,12); }
div.DivClassName
{
background-color: #E2600C;
}
.BgClassName
{
background-color: #E2600C;
}
</style>
border-color css
<style>
span { border-color: #E2600C; }
span { border-color: rgb(226,96,12); }
td.TdClassName
{
border-color: #E2600C;
}
.TagClassName
{
border-color: #E2600C;
}
</style>