Shades of Persimmon #E25817
Tints of Persimmon #E25817
RGB
CMYK
RGB Variations
Color information
#E25817 (or 0xE25817) is known color: Persimmon. HEX triplet: E2, 58 and 17. RGB value is (226,88,23). Sum of RGB (Red+Green+Blue) = 226+88+23=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E25817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25817 is #1DA7E8. Grayscale: #7A7A7A. Windows color (decimal): -1943529 or 1530082. OLE color: 1530082.
HSL color Cylindrical-coordinate representation of color #E25817: hue angle of 19.21º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E25817 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 23 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.11 |
| HSL | 19.21º | 0.82% | 0.49% | - |
| HSV(B) | 19.21º | 0.9% | 0.89% | - |
| XYZ | 35.01 | 23.21 | 3.45 | - |
| YUV | 121.85 | 72.22 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 23 | 0 | 0.61 | 0.90 | 0.11 | 19.21 | 0.82 | 0.49 |
| Hex | E2 | 58 | 17 | 0 | 3D | 5A | B | 13 | 52 | 31 |
| Octal | 342 | 130 | 27 | 0 | 75 | 132 | 13 | 23 | 122 | 61 |
| Binary | 11100010 | 1011000 | 10111 | 0 | 111101 | 1011010 | 1011 | 10011 | 1010010 | 110001 |
Color Harmonies of #E25817
Complementary color
Monochromatic Colors of #E25817
Black with #E25817
Text Example
Text Example
White with #E25817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25817; }
p { color: rgb(226,88,23); }
H1.HeaderClassName
{
color: #E25817;
}
.AnyTagClassName
{
color: #E25817;
}
</style>
background-color css
<style>
a { background-color: #E25817; }
a { background-color: rgb(226,88,23); }
div.DivClassName
{
background-color: #E25817;
}
.BgClassName
{
background-color: #E25817;
}
</style>
border-color css
<style>
span { border-color: #E25817; }
span { border-color: rgb(226,88,23); }
td.TdClassName
{
border-color: #E25817;
}
.TagClassName
{
border-color: #E25817;
}
</style>