Shades of Persimmon #E55B00
Tints of Persimmon #E55B00
RGB
CMYK
RGB Variations
Color information
#E55B00 (or 0xE55B00) is known color: Persimmon. HEX triplet: E5, 5B and 00. RGB value is (229,91,0). Sum of RGB (Red+Green+Blue) = 229+91+0=320 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.56% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 229 - color contains mainly: red. Hex color #E55B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55B00 is #1AA4FF. Grayscale: #7A7A7A. Windows color (decimal): -1746176 or 23525. OLE color: 23525.
HSL color Cylindrical-coordinate representation of color #E55B00: hue angle of 23.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E55B00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 91 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.10 |
| HSL | 23.84º | 1% | 0.45% | - |
| HSV(B) | 23.84º | 1% | 0.9% | - |
| XYZ | 36.05 | 24.14 | 2.76 | - |
| YUV | 121.89 | 59.22 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 91 | 0 | 0 | 0.60 | 1 | 0.10 | 23.84 | 1 | 0.45 |
| Hex | E5 | 5B | 0 | 0 | 3C | 64 | A | 18 | 64 | 2D |
| Octal | 345 | 133 | 0 | 0 | 74 | 144 | 12 | 30 | 144 | 55 |
| Binary | 11100101 | 1011011 | 0 | 0 | 111100 | 1100100 | 1010 | 11000 | 1100100 | 101101 |
Color Harmonies of #E55B00
Complementary color
Monochromatic Colors of #E55B00
Black with #E55B00
Text Example
Text Example
White with #E55B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55B00; }
p { color: rgb(229,91,0); }
H1.HeaderClassName
{
color: #E55B00;
}
.AnyTagClassName
{
color: #E55B00;
}
</style>
background-color css
<style>
a { background-color: #E55B00; }
a { background-color: rgb(229,91,0); }
div.DivClassName
{
background-color: #E55B00;
}
.BgClassName
{
background-color: #E55B00;
}
</style>
border-color css
<style>
span { border-color: #E55B00; }
span { border-color: rgb(229,91,0); }
td.TdClassName
{
border-color: #E55B00;
}
.TagClassName
{
border-color: #E55B00;
}
</style>