Shades of Persimmon #E6510E
Tints of Persimmon #E6510E
RGB
CMYK
RGB Variations
Color information
#E6510E (or 0xE6510E) is known color: Persimmon. HEX triplet: E6, 51 and 0E. RGB value is (230,81,14). Sum of RGB (Red+Green+Blue) = 230+81+14=325 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.77% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 230 - color contains mainly: red. Hex color #E6510E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6510E is #19AEF1. Grayscale: #767676. Windows color (decimal): -1683186 or 938470. OLE color: 938470.
HSL color Cylindrical-coordinate representation of color #E6510E: hue angle of 18.61º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6510E is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 14 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.10 |
| HSL | 18.61º | 0.89% | 0.48% | - |
| HSV(B) | 18.61º | 0.94% | 0.9% | - |
| XYZ | 35.65 | 22.74 | 2.93 | - |
| YUV | 117.91 | 69.36 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 14 | 0 | 0.65 | 0.94 | 0.10 | 18.61 | 0.89 | 0.48 |
| Hex | E6 | 51 | E | 0 | 41 | 5E | A | 13 | 59 | 30 |
| Octal | 346 | 121 | 16 | 0 | 101 | 136 | 12 | 23 | 131 | 60 |
| Binary | 11100110 | 1010001 | 1110 | 0 | 1000001 | 1011110 | 1010 | 10011 | 1011001 | 110000 |
Color Harmonies of #E6510E
Complementary color
Monochromatic Colors of #E6510E
Black with #E6510E
Text Example
Text Example
White with #E6510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6510E; }
p { color: rgb(230,81,14); }
H1.HeaderClassName
{
color: #E6510E;
}
.AnyTagClassName
{
color: #E6510E;
}
</style>
background-color css
<style>
a { background-color: #E6510E; }
a { background-color: rgb(230,81,14); }
div.DivClassName
{
background-color: #E6510E;
}
.BgClassName
{
background-color: #E6510E;
}
</style>
border-color css
<style>
span { border-color: #E6510E; }
span { border-color: rgb(230,81,14); }
td.TdClassName
{
border-color: #E6510E;
}
.TagClassName
{
border-color: #E6510E;
}
</style>