Shades of Persimmon #E7561B
Tints of Persimmon #E7561B
RGB
CMYK
RGB Variations
Color information
#E7561B (or 0xE7561B) is known color: Persimmon. HEX triplet: E7, 56 and 1B. RGB value is (231,86,27). Sum of RGB (Red+Green+Blue) = 231+86+27=344 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.15% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 231 - color contains mainly: red. Hex color #E7561B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7561B is #18A9E4. Grayscale: #7B7B7B. Windows color (decimal): -1616357 or 1791719. OLE color: 1791719.
HSL color Cylindrical-coordinate representation of color #E7561B: hue angle of 17.35º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7561B is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 86 | 27 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.09 |
| HSL | 17.35º | 0.81% | 0.51% | - |
| HSV(B) | 17.35º | 0.88% | 0.91% | - |
| XYZ | 36.48 | 23.72 | 3.69 | - |
| YUV | 122.63 | 74.04 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 86 | 27 | 0 | 0.63 | 0.88 | 0.09 | 17.35 | 0.81 | 0.51 |
| Hex | E7 | 56 | 1B | 0 | 3F | 58 | 9 | 11 | 51 | 33 |
| Octal | 347 | 126 | 33 | 0 | 77 | 130 | 11 | 21 | 121 | 63 |
| Binary | 11100111 | 1010110 | 11011 | 0 | 111111 | 1011000 | 1001 | 10001 | 1010001 | 110011 |
Color Harmonies of #E7561B
Complementary color
Monochromatic Colors of #E7561B
Black with #E7561B
Text Example
Text Example
White with #E7561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7561B; }
p { color: rgb(231,86,27); }
H1.HeaderClassName
{
color: #E7561B;
}
.AnyTagClassName
{
color: #E7561B;
}
</style>
background-color css
<style>
a { background-color: #E7561B; }
a { background-color: rgb(231,86,27); }
div.DivClassName
{
background-color: #E7561B;
}
.BgClassName
{
background-color: #E7561B;
}
</style>
border-color css
<style>
span { border-color: #E7561B; }
span { border-color: rgb(231,86,27); }
td.TdClassName
{
border-color: #E7561B;
}
.TagClassName
{
border-color: #E7561B;
}
</style>