Shades of Persimmon #E25B05
Tints of Persimmon #E25B05
RGB
CMYK
RGB Variations
Color information
#E25B05 (or 0xE25B05) is known color: Persimmon. HEX triplet: E2, 5B and 05. RGB value is (226,91,5). Sum of RGB (Red+Green+Blue) = 226+91+5=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25B05 is #1DA4FA. Grayscale: #7A7A7A. Windows color (decimal): -1942779 or 351202. OLE color: 351202.
HSL color Cylindrical-coordinate representation of color #E25B05: hue angle of 23.35º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E25B05 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.11 |
| HSL | 23.35º | 0.96% | 0.45% | - |
| HSV(B) | 23.35º | 0.98% | 0.89% | - |
| XYZ | 35.13 | 23.66 | 2.86 | - |
| YUV | 121.56 | 62.23 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 5 | 0 | 0.60 | 0.98 | 0.11 | 23.35 | 0.96 | 0.45 |
| Hex | E2 | 5B | 5 | 0 | 3C | 62 | B | 17 | 60 | 2D |
| Octal | 342 | 133 | 5 | 0 | 74 | 142 | 13 | 27 | 140 | 55 |
| Binary | 11100010 | 1011011 | 101 | 0 | 111100 | 1100010 | 1011 | 10111 | 1100000 | 101101 |
Color Harmonies of #E25B05
Complementary color
Monochromatic Colors of #E25B05
Black with #E25B05
Text Example
Text Example
White with #E25B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B05; }
p { color: rgb(226,91,5); }
H1.HeaderClassName
{
color: #E25B05;
}
.AnyTagClassName
{
color: #E25B05;
}
</style>
background-color css
<style>
a { background-color: #E25B05; }
a { background-color: rgb(226,91,5); }
div.DivClassName
{
background-color: #E25B05;
}
.BgClassName
{
background-color: #E25B05;
}
</style>
border-color css
<style>
span { border-color: #E25B05; }
span { border-color: rgb(226,91,5); }
td.TdClassName
{
border-color: #E25B05;
}
.TagClassName
{
border-color: #E25B05;
}
</style>