Shades of Persimmon #E25900
Tints of Persimmon #E25900
RGB
CMYK
RGB Variations
Color information
#E25900 (or 0xE25900) is known color: Persimmon. HEX triplet: E2, 59 and 00. RGB value is (226,89,0). Sum of RGB (Red+Green+Blue) = 226+89+0=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E25900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25900 is #1DA6FF. Grayscale: #787878. Windows color (decimal): -1943296 or 23010. OLE color: 23010.
HSL color Cylindrical-coordinate representation of color #E25900: hue angle of 23.63º 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 #E25900 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.11 |
| HSL | 23.63º | 1% | 0.44% | - |
| HSV(B) | 23.63º | 1% | 0.89% | - |
| XYZ | 34.94 | 23.31 | 2.66 | - |
| YUV | 119.82 | 60.39 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 0 | 0 | 0.61 | 1 | 0.11 | 23.63 | 1 | 0.44 |
| Hex | E2 | 59 | 0 | 0 | 3D | 64 | B | 18 | 64 | 2C |
| Octal | 342 | 131 | 0 | 0 | 75 | 144 | 13 | 30 | 144 | 54 |
| Binary | 11100010 | 1011001 | 0 | 0 | 111101 | 1100100 | 1011 | 11000 | 1100100 | 101100 |
Color Harmonies of #E25900
Complementary color
Monochromatic Colors of #E25900
Black with #E25900
Text Example
Text Example
White with #E25900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25900; }
p { color: rgb(226,89,0); }
H1.HeaderClassName
{
color: #E25900;
}
.AnyTagClassName
{
color: #E25900;
}
</style>
background-color css
<style>
a { background-color: #E25900; }
a { background-color: rgb(226,89,0); }
div.DivClassName
{
background-color: #E25900;
}
.BgClassName
{
background-color: #E25900;
}
</style>
border-color css
<style>
span { border-color: #E25900; }
span { border-color: rgb(226,89,0); }
td.TdClassName
{
border-color: #E25900;
}
.TagClassName
{
border-color: #E25900;
}
</style>