Shades of Persimmon #E5561B
Tints of Persimmon #E5561B
RGB
CMYK
RGB Variations
Color information
#E5561B (or 0xE5561B) is known color: Persimmon. HEX triplet: E5, 56 and 1B. RGB value is (229,86,27). Sum of RGB (Red+Green+Blue) = 229+86+27=342 (45% of max value = 765). Red value is 229 (89.84% from 255 or 66.96% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 229 - color contains mainly: red. Hex color #E5561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5561B is #1AA9E4. Grayscale: #7A7A7A. Windows color (decimal): -1747429 or 1791717. OLE color: 1791717.
HSL color Cylindrical-coordinate representation of color #E5561B: hue angle of 17.52º 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 #E5561B is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 86 | 27 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.10 |
| HSL | 17.52º | 0.8% | 0.5% | - |
| HSV(B) | 17.52º | 0.88% | 0.9% | - |
| XYZ | 35.84 | 23.39 | 3.66 | - |
| YUV | 122.03 | 74.38 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 86 | 27 | 0 | 0.62 | 0.88 | 0.10 | 17.52 | 0.8 | 0.5 |
| Hex | E5 | 56 | 1B | 0 | 3E | 58 | A | 12 | 50 | 32 |
| Octal | 345 | 126 | 33 | 0 | 76 | 130 | 12 | 22 | 120 | 62 |
| Binary | 11100101 | 1010110 | 11011 | 0 | 111110 | 1011000 | 1010 | 10010 | 1010000 | 110010 |
Color Harmonies of #E5561B
Complementary color
Monochromatic Colors of #E5561B
Black with #E5561B
Text Example
Text Example
White with #E5561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5561B; }
p { color: rgb(229,86,27); }
H1.HeaderClassName
{
color: #E5561B;
}
.AnyTagClassName
{
color: #E5561B;
}
</style>
background-color css
<style>
a { background-color: #E5561B; }
a { background-color: rgb(229,86,27); }
div.DivClassName
{
background-color: #E5561B;
}
.BgClassName
{
background-color: #E5561B;
}
</style>
border-color css
<style>
span { border-color: #E5561B; }
span { border-color: rgb(229,86,27); }
td.TdClassName
{
border-color: #E5561B;
}
.TagClassName
{
border-color: #E5561B;
}
</style>