Shades of Persimmon #E25A00
Tints of Persimmon #E25A00
RGB
CMYK
RGB Variations
Color information
#E25A00 (or 0xE25A00) is known color: Persimmon. HEX triplet: E2, 5A and 00. RGB value is (226,90,0). Sum of RGB (Red+Green+Blue) = 226+90+0=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E25A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25A00 is #1DA5FF. Grayscale: #787878. Windows color (decimal): -1943040 or 23266. OLE color: 23266.
HSL color Cylindrical-coordinate representation of color #E25A00: hue angle of 23.89º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E25A00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 90 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.11 |
| HSL | 23.89º | 1% | 0.44% | - |
| HSV(B) | 23.89º | 1% | 0.89% | - |
| XYZ | 35.02 | 23.48 | 2.69 | - |
| YUV | 120.4 | 60.06 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 90 | 0 | 0 | 0.60 | 1 | 0.11 | 23.89 | 1 | 0.44 |
| Hex | E2 | 5A | 0 | 0 | 3C | 64 | B | 18 | 64 | 2C |
| Octal | 342 | 132 | 0 | 0 | 74 | 144 | 13 | 30 | 144 | 54 |
| Binary | 11100010 | 1011010 | 0 | 0 | 111100 | 1100100 | 1011 | 11000 | 1100100 | 101100 |
Color Harmonies of #E25A00
Complementary color
Monochromatic Colors of #E25A00
Black with #E25A00
Text Example
Text Example
White with #E25A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25A00; }
p { color: rgb(226,90,0); }
H1.HeaderClassName
{
color: #E25A00;
}
.AnyTagClassName
{
color: #E25A00;
}
</style>
background-color css
<style>
a { background-color: #E25A00; }
a { background-color: rgb(226,90,0); }
div.DivClassName
{
background-color: #E25A00;
}
.BgClassName
{
background-color: #E25A00;
}
</style>
border-color css
<style>
span { border-color: #E25A00; }
span { border-color: rgb(226,90,0); }
td.TdClassName
{
border-color: #E25A00;
}
.TagClassName
{
border-color: #E25A00;
}
</style>