Shades of Persimmon #E55B05
Tints of Persimmon #E55B05
RGB
CMYK
RGB Variations
Color information
#E55B05 (or 0xE55B05) is known color: Persimmon. HEX triplet: E5, 5B and 05. RGB value is (229,91,5). Sum of RGB (Red+Green+Blue) = 229+91+5=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55B05 is #1AA4FA. Grayscale: #7A7A7A. Windows color (decimal): -1746171 or 351205. OLE color: 351205.
HSL color Cylindrical-coordinate representation of color #E55B05: hue angle of 23.04º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E55B05 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.10 |
| HSL | 23.04º | 0.96% | 0.46% | - |
| HSV(B) | 23.04º | 0.98% | 0.9% | - |
| XYZ | 36.08 | 24.15 | 2.9 | - |
| YUV | 122.46 | 61.72 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 5 | 0 | 0.60 | 0.98 | 0.10 | 23.04 | 0.96 | 0.46 |
| Hex | E5 | 5B | 5 | 0 | 3C | 62 | A | 17 | 60 | 2E |
| Octal | 345 | 133 | 5 | 0 | 74 | 142 | 12 | 27 | 140 | 56 |
| Binary | 11100101 | 1011011 | 101 | 0 | 111100 | 1100010 | 1010 | 10111 | 1100000 | 101110 |
Color Harmonies of #E55B05
Complementary color
Monochromatic Colors of #E55B05
Black with #E55B05
Text Example
Text Example
White with #E55B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B05; }
p { color: rgb(229,91,5); }
H1.HeaderClassName
{
color: #E55B05;
}
.AnyTagClassName
{
color: #E55B05;
}
</style>
background-color css
<style>
a { background-color: #E55B05; }
a { background-color: rgb(229,91,5); }
div.DivClassName
{
background-color: #E55B05;
}
.BgClassName
{
background-color: #E55B05;
}
</style>
border-color css
<style>
span { border-color: #E55B05; }
span { border-color: rgb(229,91,5); }
td.TdClassName
{
border-color: #E55B05;
}
.TagClassName
{
border-color: #E55B05;
}
</style>