Shades of Persimmon #E25E08
Tints of Persimmon #E25E08
RGB
CMYK
RGB Variations
Color information
#E25E08 (or 0xE25E08) is known color: Persimmon. HEX triplet: E2, 5E and 08. RGB value is (226,94,8). Sum of RGB (Red+Green+Blue) = 226+94+8=328 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.90% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25E08 is #1DA1F7. Grayscale: #7C7C7C. Windows color (decimal): -1942008 or 548578. OLE color: 548578.
HSL color Cylindrical-coordinate representation of color #E25E08: hue angle of 23.67º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E25E08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 94 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.11 |
| HSL | 23.67º | 0.93% | 0.46% | - |
| HSV(B) | 23.67º | 0.96% | 0.89% | - |
| XYZ | 35.41 | 24.19 | 3.03 | - |
| YUV | 123.66 | 62.73 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 94 | 8 | 0 | 0.58 | 0.96 | 0.11 | 23.67 | 0.93 | 0.46 |
| Hex | E2 | 5E | 8 | 0 | 3A | 60 | B | 18 | 5D | 2E |
| Octal | 342 | 136 | 10 | 0 | 72 | 140 | 13 | 30 | 135 | 56 |
| Binary | 11100010 | 1011110 | 1000 | 0 | 111010 | 1100000 | 1011 | 11000 | 1011101 | 101110 |
Color Harmonies of #E25E08
Complementary color
Monochromatic Colors of #E25E08
Black with #E25E08
Text Example
Text Example
White with #E25E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25E08; }
p { color: rgb(226,94,8); }
H1.HeaderClassName
{
color: #E25E08;
}
.AnyTagClassName
{
color: #E25E08;
}
</style>
background-color css
<style>
a { background-color: #E25E08; }
a { background-color: rgb(226,94,8); }
div.DivClassName
{
background-color: #E25E08;
}
.BgClassName
{
background-color: #E25E08;
}
</style>
border-color css
<style>
span { border-color: #E25E08; }
span { border-color: rgb(226,94,8); }
td.TdClassName
{
border-color: #E25E08;
}
.TagClassName
{
border-color: #E25E08;
}
</style>