Shades of Persimmon #E25F10
Tints of Persimmon #E25F10
RGB
CMYK
RGB Variations
Color information
#E25F10 (or 0xE25F10) is known color: Persimmon. HEX triplet: E2, 5F and 10. RGB value is (226,95,16). Sum of RGB (Red+Green+Blue) = 226+95+16=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25F10 is #1DA0EF. Grayscale: #7D7D7D. Windows color (decimal): -1941744 or 1073122. OLE color: 1073122.
HSL color Cylindrical-coordinate representation of color #E25F10: hue angle of 22.57º degrees, saturation: 0.87, 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 #E25F10 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 16 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.11 |
| HSL | 22.57º | 0.87% | 0.47% | - |
| HSV(B) | 22.57º | 0.93% | 0.89% | - |
| XYZ | 35.55 | 24.39 | 3.32 | - |
| YUV | 125.16 | 66.4 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 16 | 0 | 0.58 | 0.93 | 0.11 | 22.57 | 0.87 | 0.47 |
| Hex | E2 | 5F | 10 | 0 | 3A | 5D | B | 17 | 57 | 2F |
| Octal | 342 | 137 | 20 | 0 | 72 | 135 | 13 | 27 | 127 | 57 |
| Binary | 11100010 | 1011111 | 10000 | 0 | 111010 | 1011101 | 1011 | 10111 | 1010111 | 101111 |
Color Harmonies of #E25F10
Complementary color
Monochromatic Colors of #E25F10
Black with #E25F10
Text Example
Text Example
White with #E25F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F10; }
p { color: rgb(226,95,16); }
H1.HeaderClassName
{
color: #E25F10;
}
.AnyTagClassName
{
color: #E25F10;
}
</style>
background-color css
<style>
a { background-color: #E25F10; }
a { background-color: rgb(226,95,16); }
div.DivClassName
{
background-color: #E25F10;
}
.BgClassName
{
background-color: #E25F10;
}
</style>
border-color css
<style>
span { border-color: #E25F10; }
span { border-color: rgb(226,95,16); }
td.TdClassName
{
border-color: #E25F10;
}
.TagClassName
{
border-color: #E25F10;
}
</style>