Shades of Persimmon #E7510A
Tints of Persimmon #E7510A
RGB
CMYK
RGB Variations
Color information
#E7510A (or 0xE7510A) is known color: Persimmon. HEX triplet: E7, 51 and 0A. RGB value is (231,81,10). Sum of RGB (Red+Green+Blue) = 231+81+10=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E7510A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7510A is #18AEF5. Grayscale: #767676. Windows color (decimal): -1617654 or 676327. OLE color: 676327.
HSL color Cylindrical-coordinate representation of color #E7510A: hue angle of 19.28º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E7510A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.09 |
| HSL | 19.28º | 0.92% | 0.47% | - |
| HSV(B) | 19.28º | 0.96% | 0.91% | - |
| XYZ | 35.95 | 22.9 | 2.81 | - |
| YUV | 117.76 | 67.2 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 10 | 0 | 0.65 | 0.96 | 0.09 | 19.28 | 0.92 | 0.47 |
| Hex | E7 | 51 | A | 0 | 41 | 60 | 9 | 13 | 5C | 2F |
| Octal | 347 | 121 | 12 | 0 | 101 | 140 | 11 | 23 | 134 | 57 |
| Binary | 11100111 | 1010001 | 1010 | 0 | 1000001 | 1100000 | 1001 | 10011 | 1011100 | 101111 |
Color Harmonies of #E7510A
Complementary color
Monochromatic Colors of #E7510A
Black with #E7510A
Text Example
Text Example
White with #E7510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7510A; }
p { color: rgb(231,81,10); }
H1.HeaderClassName
{
color: #E7510A;
}
.AnyTagClassName
{
color: #E7510A;
}
</style>
background-color css
<style>
a { background-color: #E7510A; }
a { background-color: rgb(231,81,10); }
div.DivClassName
{
background-color: #E7510A;
}
.BgClassName
{
background-color: #E7510A;
}
</style>
border-color css
<style>
span { border-color: #E7510A; }
span { border-color: rgb(231,81,10); }
td.TdClassName
{
border-color: #E7510A;
}
.TagClassName
{
border-color: #E7510A;
}
</style>