Shades of Persimmon #E25F12
Tints of Persimmon #E25F12
RGB
CMYK
RGB Variations
Color information
#E25F12 (or 0xE25F12) is known color: Persimmon. HEX triplet: E2, 5F and 12. RGB value is (226,95,18). Sum of RGB (Red+Green+Blue) = 226+95+18=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25F12 is #1DA0ED. Grayscale: #7D7D7D. Windows color (decimal): -1941742 or 1204194. OLE color: 1204194.
HSL color Cylindrical-coordinate representation of color #E25F12: hue angle of 22.21º 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 #E25F12 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 18 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.11 |
| HSL | 22.21º | 0.85% | 0.48% | - |
| HSV(B) | 22.21º | 0.92% | 0.89% | - |
| XYZ | 35.57 | 24.4 | 3.41 | - |
| YUV | 125.39 | 67.4 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 18 | 0 | 0.58 | 0.92 | 0.11 | 22.21 | 0.85 | 0.48 |
| Hex | E2 | 5F | 12 | 0 | 3A | 5C | B | 16 | 55 | 30 |
| Octal | 342 | 137 | 22 | 0 | 72 | 134 | 13 | 26 | 125 | 60 |
| Binary | 11100010 | 1011111 | 10010 | 0 | 111010 | 1011100 | 1011 | 10110 | 1010101 | 110000 |
Color Harmonies of #E25F12
Complementary color
Monochromatic Colors of #E25F12
Black with #E25F12
Text Example
Text Example
White with #E25F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F12; }
p { color: rgb(226,95,18); }
H1.HeaderClassName
{
color: #E25F12;
}
.AnyTagClassName
{
color: #E25F12;
}
</style>
background-color css
<style>
a { background-color: #E25F12; }
a { background-color: rgb(226,95,18); }
div.DivClassName
{
background-color: #E25F12;
}
.BgClassName
{
background-color: #E25F12;
}
</style>
border-color css
<style>
span { border-color: #E25F12; }
span { border-color: rgb(226,95,18); }
td.TdClassName
{
border-color: #E25F12;
}
.TagClassName
{
border-color: #E25F12;
}
</style>