Shades of Persimmon #E25609
Tints of Persimmon #E25609
RGB
CMYK
RGB Variations
Color information
#E25609 (or 0xE25609) is known color: Persimmon. HEX triplet: E2, 56 and 09. RGB value is (226,86,9). Sum of RGB (Red+Green+Blue) = 226+86+9=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E25609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25609 is #1DA9F6. Grayscale: #777777. Windows color (decimal): -1944055 or 612066. OLE color: 612066.
HSL color Cylindrical-coordinate representation of color #E25609: hue angle of 21.29º degrees, saturation: 0.92, 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 #E25609 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 9 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.11 |
| HSL | 21.29º | 0.92% | 0.46% | - |
| HSV(B) | 21.29º | 0.96% | 0.89% | - |
| XYZ | 34.74 | 22.84 | 2.84 | - |
| YUV | 119.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 9 | 0 | 0.62 | 0.96 | 0.11 | 21.29 | 0.92 | 0.46 |
| Hex | E2 | 56 | 9 | 0 | 3E | 60 | B | 15 | 5C | 2E |
| Octal | 342 | 126 | 11 | 0 | 76 | 140 | 13 | 25 | 134 | 56 |
| Binary | 11100010 | 1010110 | 1001 | 0 | 111110 | 1100000 | 1011 | 10101 | 1011100 | 101110 |
Color Harmonies of #E25609
Complementary color
Monochromatic Colors of #E25609
Black with #E25609
Text Example
Text Example
White with #E25609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25609; }
p { color: rgb(226,86,9); }
H1.HeaderClassName
{
color: #E25609;
}
.AnyTagClassName
{
color: #E25609;
}
</style>
background-color css
<style>
a { background-color: #E25609; }
a { background-color: rgb(226,86,9); }
div.DivClassName
{
background-color: #E25609;
}
.BgClassName
{
background-color: #E25609;
}
</style>
border-color css
<style>
span { border-color: #E25609; }
span { border-color: rgb(226,86,9); }
td.TdClassName
{
border-color: #E25609;
}
.TagClassName
{
border-color: #E25609;
}
</style>