Shades of Persimmon #E25906
Tints of Persimmon #E25906
RGB
CMYK
RGB Variations
Color information
#E25906 (or 0xE25906) is known color: Persimmon. HEX triplet: E2, 59 and 06. RGB value is (226,89,6). Sum of RGB (Red+Green+Blue) = 226+89+6=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E25906 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25906 is #1DA6F9. Grayscale: #787878. Windows color (decimal): -1943290 or 416226. OLE color: 416226.
HSL color Cylindrical-coordinate representation of color #E25906: hue angle of 22.64º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E25906 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.11 |
| HSL | 22.64º | 0.95% | 0.45% | - |
| HSV(B) | 22.64º | 0.97% | 0.89% | - |
| XYZ | 34.97 | 23.33 | 2.83 | - |
| YUV | 120.5 | 63.39 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 6 | 0 | 0.61 | 0.97 | 0.11 | 22.64 | 0.95 | 0.45 |
| Hex | E2 | 59 | 6 | 0 | 3D | 61 | B | 17 | 5F | 2D |
| Octal | 342 | 131 | 6 | 0 | 75 | 141 | 13 | 27 | 137 | 55 |
| Binary | 11100010 | 1011001 | 110 | 0 | 111101 | 1100001 | 1011 | 10111 | 1011111 | 101101 |
Color Harmonies of #E25906
Complementary color
Monochromatic Colors of #E25906
Black with #E25906
Text Example
Text Example
White with #E25906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25906; }
p { color: rgb(226,89,6); }
H1.HeaderClassName
{
color: #E25906;
}
.AnyTagClassName
{
color: #E25906;
}
</style>
background-color css
<style>
a { background-color: #E25906; }
a { background-color: rgb(226,89,6); }
div.DivClassName
{
background-color: #E25906;
}
.BgClassName
{
background-color: #E25906;
}
</style>
border-color css
<style>
span { border-color: #E25906; }
span { border-color: rgb(226,89,6); }
td.TdClassName
{
border-color: #E25906;
}
.TagClassName
{
border-color: #E25906;
}
</style>