Shades of Persimmon #E7510C
Tints of Persimmon #E7510C
RGB
CMYK
RGB Variations
Color information
#E7510C (or 0xE7510C) is known color: Persimmon. HEX triplet: E7, 51 and 0C. RGB value is (231,81,12). Sum of RGB (Red+Green+Blue) = 231+81+12=324 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.30% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 231 - color contains mainly: red. Hex color #E7510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7510C is #18AEF3. Grayscale: #767676. Windows color (decimal): -1617652 or 807399. OLE color: 807399.
HSL color Cylindrical-coordinate representation of color #E7510C: hue angle of 18.9º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7510C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 81 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.09 |
| HSL | 18.9º | 0.9% | 0.48% | - |
| HSV(B) | 18.9º | 0.95% | 0.91% | - |
| XYZ | 35.96 | 22.9 | 2.87 | - |
| YUV | 117.98 | 68.2 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 81 | 12 | 0 | 0.65 | 0.95 | 0.09 | 18.9 | 0.9 | 0.48 |
| Hex | E7 | 51 | C | 0 | 41 | 5F | 9 | 13 | 5A | 30 |
| Octal | 347 | 121 | 14 | 0 | 101 | 137 | 11 | 23 | 132 | 60 |
| Binary | 11100111 | 1010001 | 1100 | 0 | 1000001 | 1011111 | 1001 | 10011 | 1011010 | 110000 |
Color Harmonies of #E7510C
Complementary color
Monochromatic Colors of #E7510C
Black with #E7510C
Text Example
Text Example
White with #E7510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7510C; }
p { color: rgb(231,81,12); }
H1.HeaderClassName
{
color: #E7510C;
}
.AnyTagClassName
{
color: #E7510C;
}
</style>
background-color css
<style>
a { background-color: #E7510C; }
a { background-color: rgb(231,81,12); }
div.DivClassName
{
background-color: #E7510C;
}
.BgClassName
{
background-color: #E7510C;
}
</style>
border-color css
<style>
span { border-color: #E7510C; }
span { border-color: rgb(231,81,12); }
td.TdClassName
{
border-color: #E7510C;
}
.TagClassName
{
border-color: #E7510C;
}
</style>