Shades of Persimmon #E7511B
Tints of Persimmon #E7511B
RGB
CMYK
RGB Variations
Color information
#E7511B (or 0xE7511B) is known color: Persimmon. HEX triplet: E7, 51 and 1B. RGB value is (231,81,27). Sum of RGB (Red+Green+Blue) = 231+81+27=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E7511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7511B is #18AEE4. Grayscale: #787878. Windows color (decimal): -1617637 or 1790439. OLE color: 1790439.
HSL color Cylindrical-coordinate representation of color #E7511B: hue angle of 15.88º 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 #E7511B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 27 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.09 |
| HSL | 15.88º | 0.81% | 0.51% | - |
| HSV(B) | 15.88º | 0.88% | 0.91% | - |
| XYZ | 36.1 | 22.95 | 3.56 | - |
| YUV | 119.69 | 75.7 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 27 | 0 | 0.65 | 0.88 | 0.09 | 15.88 | 0.81 | 0.51 |
| Hex | E7 | 51 | 1B | 0 | 41 | 58 | 9 | 10 | 51 | 33 |
| Octal | 347 | 121 | 33 | 0 | 101 | 130 | 11 | 20 | 121 | 63 |
| Binary | 11100111 | 1010001 | 11011 | 0 | 1000001 | 1011000 | 1001 | 10000 | 1010001 | 110011 |
Color Harmonies of #E7511B
Complementary color
Monochromatic Colors of #E7511B
Black with #E7511B
Text Example
Text Example
White with #E7511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7511B; }
p { color: rgb(231,81,27); }
H1.HeaderClassName
{
color: #E7511B;
}
.AnyTagClassName
{
color: #E7511B;
}
</style>
background-color css
<style>
a { background-color: #E7511B; }
a { background-color: rgb(231,81,27); }
div.DivClassName
{
background-color: #E7511B;
}
.BgClassName
{
background-color: #E7511B;
}
</style>
border-color css
<style>
span { border-color: #E7511B; }
span { border-color: rgb(231,81,27); }
td.TdClassName
{
border-color: #E7511B;
}
.TagClassName
{
border-color: #E7511B;
}
</style>