Shades of Persimmon #E25019
Tints of Persimmon #E25019
RGB
CMYK
RGB Variations
Color information
#E25019 (or 0xE25019) is known color: Persimmon. HEX triplet: E2, 50 and 19. RGB value is (226,80,25). Sum of RGB (Red+Green+Blue) = 226+80+25=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E25019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25019 is #1DAFE6. Grayscale: #757575. Windows color (decimal): -1945575 or 1659106. OLE color: 1659106.
HSL color Cylindrical-coordinate representation of color #E25019: hue angle of 16.42º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E25019 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 25 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.11 |
| HSL | 16.42º | 0.8% | 0.49% | - |
| HSV(B) | 16.42º | 0.89% | 0.89% | - |
| XYZ | 34.41 | 21.98 | 3.35 | - |
| YUV | 117.38 | 75.87 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 25 | 0 | 0.65 | 0.89 | 0.11 | 16.42 | 0.8 | 0.49 |
| Hex | E2 | 50 | 19 | 0 | 41 | 59 | B | 10 | 50 | 31 |
| Octal | 342 | 120 | 31 | 0 | 101 | 131 | 13 | 20 | 120 | 61 |
| Binary | 11100010 | 1010000 | 11001 | 0 | 1000001 | 1011001 | 1011 | 10000 | 1010000 | 110001 |
Color Harmonies of #E25019
Complementary color
Monochromatic Colors of #E25019
Black with #E25019
Text Example
Text Example
White with #E25019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25019; }
p { color: rgb(226,80,25); }
H1.HeaderClassName
{
color: #E25019;
}
.AnyTagClassName
{
color: #E25019;
}
</style>
background-color css
<style>
a { background-color: #E25019; }
a { background-color: rgb(226,80,25); }
div.DivClassName
{
background-color: #E25019;
}
.BgClassName
{
background-color: #E25019;
}
</style>
border-color css
<style>
span { border-color: #E25019; }
span { border-color: rgb(226,80,25); }
td.TdClassName
{
border-color: #E25019;
}
.TagClassName
{
border-color: #E25019;
}
</style>