Shades of Persimmon #E25000
Tints of Persimmon #E25000
RGB
CMYK
RGB Variations
Color information
#E25000 (or 0xE25000) is known color: Persimmon. HEX triplet: E2, 50 and 00. RGB value is (226,80,0). Sum of RGB (Red+Green+Blue) = 226+80+0=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E25000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25000 is #1DAFFF. Grayscale: #737373. Windows color (decimal): -1945600 or 20706. OLE color: 20706.
HSL color Cylindrical-coordinate representation of color #E25000: hue angle of 21.24º 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 #E25000 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.11 |
| HSL | 21.24º | 1% | 0.44% | - |
| HSV(B) | 21.24º | 1% | 0.89% | - |
| XYZ | 34.23 | 21.91 | 2.42 | - |
| YUV | 114.53 | 63.37 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 0 | 0 | 0.65 | 1 | 0.11 | 21.24 | 1 | 0.44 |
| Hex | E2 | 50 | 0 | 0 | 41 | 64 | B | 15 | 64 | 2C |
| Octal | 342 | 120 | 0 | 0 | 101 | 144 | 13 | 25 | 144 | 54 |
| Binary | 11100010 | 1010000 | 0 | 0 | 1000001 | 1100100 | 1011 | 10101 | 1100100 | 101100 |
Color Harmonies of #E25000
Complementary color
Monochromatic Colors of #E25000
Black with #E25000
Text Example
Text Example
White with #E25000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25000; }
p { color: rgb(226,80,0); }
H1.HeaderClassName
{
color: #E25000;
}
.AnyTagClassName
{
color: #E25000;
}
</style>
background-color css
<style>
a { background-color: #E25000; }
a { background-color: rgb(226,80,0); }
div.DivClassName
{
background-color: #E25000;
}
.BgClassName
{
background-color: #E25000;
}
</style>
border-color css
<style>
span { border-color: #E25000; }
span { border-color: rgb(226,80,0); }
td.TdClassName
{
border-color: #E25000;
}
.TagClassName
{
border-color: #E25000;
}
</style>