Shades of Persimmon #E25800
Tints of Persimmon #E25800
RGB
CMYK
RGB Variations
Color information
#E25800 (or 0xE25800) is known color: Persimmon. HEX triplet: E2, 58 and 00. RGB value is (226,88,0). Sum of RGB (Red+Green+Blue) = 226+88+0=314 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.97% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 226 - color contains mainly: red. Hex color #E25800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25800 is #1DA7FF. Grayscale: #777777. Windows color (decimal): -1943552 or 22754. OLE color: 22754.
HSL color Cylindrical-coordinate representation of color #E25800: hue angle of 23.36º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E25800 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.11 |
| HSL | 23.36º | 1% | 0.44% | - |
| HSV(B) | 23.36º | 1% | 0.89% | - |
| XYZ | 34.85 | 23.15 | 2.63 | - |
| YUV | 119.23 | 60.72 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 0 | 0 | 0.61 | 1 | 0.11 | 23.36 | 1 | 0.44 |
| Hex | E2 | 58 | 0 | 0 | 3D | 64 | B | 17 | 64 | 2C |
| Octal | 342 | 130 | 0 | 0 | 75 | 144 | 13 | 27 | 144 | 54 |
| Binary | 11100010 | 1011000 | 0 | 0 | 111101 | 1100100 | 1011 | 10111 | 1100100 | 101100 |
Color Harmonies of #E25800
Complementary color
Monochromatic Colors of #E25800
Black with #E25800
Text Example
Text Example
White with #E25800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25800; }
p { color: rgb(226,88,0); }
H1.HeaderClassName
{
color: #E25800;
}
.AnyTagClassName
{
color: #E25800;
}
</style>
background-color css
<style>
a { background-color: #E25800; }
a { background-color: rgb(226,88,0); }
div.DivClassName
{
background-color: #E25800;
}
.BgClassName
{
background-color: #E25800;
}
</style>
border-color css
<style>
span { border-color: #E25800; }
span { border-color: rgb(226,88,0); }
td.TdClassName
{
border-color: #E25800;
}
.TagClassName
{
border-color: #E25800;
}
</style>