Shades of Persimmon #E5501B
Tints of Persimmon #E5501B
RGB
CMYK
RGB Variations
Color information
#E5501B (or 0xE5501B) is known color: Persimmon. HEX triplet: E5, 50 and 1B. RGB value is (229,80,27). Sum of RGB (Red+Green+Blue) = 229+80+27=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E5501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5501B is #1AAFE4. Grayscale: #767676. Windows color (decimal): -1748965 or 1790181. OLE color: 1790181.
HSL color Cylindrical-coordinate representation of color #E5501B: hue angle of 15.74º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5501B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 80 | 27 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.10 |
| HSL | 15.74º | 0.8% | 0.5% | - |
| HSV(B) | 15.74º | 0.88% | 0.9% | - |
| XYZ | 35.38 | 22.47 | 3.51 | - |
| YUV | 118.51 | 76.36 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 80 | 27 | 0 | 0.65 | 0.88 | 0.10 | 15.74 | 0.8 | 0.5 |
| Hex | E5 | 50 | 1B | 0 | 41 | 58 | A | 10 | 50 | 32 |
| Octal | 345 | 120 | 33 | 0 | 101 | 130 | 12 | 20 | 120 | 62 |
| Binary | 11100101 | 1010000 | 11011 | 0 | 1000001 | 1011000 | 1010 | 10000 | 1010000 | 110010 |
Color Harmonies of #E5501B
Complementary color
Monochromatic Colors of #E5501B
Black with #E5501B
Text Example
Text Example
White with #E5501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5501B; }
p { color: rgb(229,80,27); }
H1.HeaderClassName
{
color: #E5501B;
}
.AnyTagClassName
{
color: #E5501B;
}
</style>
background-color css
<style>
a { background-color: #E5501B; }
a { background-color: rgb(229,80,27); }
div.DivClassName
{
background-color: #E5501B;
}
.BgClassName
{
background-color: #E5501B;
}
</style>
border-color css
<style>
span { border-color: #E5501B; }
span { border-color: rgb(229,80,27); }
td.TdClassName
{
border-color: #E5501B;
}
.TagClassName
{
border-color: #E5501B;
}
</style>