Shades of Persimmon #E6520E
Tints of Persimmon #E6520E
RGB
CMYK
RGB Variations
Color information
#E6520E (or 0xE6520E) is known color: Persimmon. HEX triplet: E6, 52 and 0E. RGB value is (230,82,14). Sum of RGB (Red+Green+Blue) = 230+82+14=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6520E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E6520E is #19ADF1. Grayscale: #767676. Windows color (decimal): -1682930 or 938726. OLE color: 938726.
HSL color Cylindrical-coordinate representation of color #E6520E: hue angle of 18.89º 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 #E6520E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 82 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.10 |
| HSL | 18.89º | 0.89% | 0.48% | - |
| HSV(B) | 18.89º | 0.94% | 0.9% | - |
| XYZ | 35.73 | 22.89 | 2.95 | - |
| YUV | 118.5 | 69.03 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 82 | 14 | 0 | 0.64 | 0.94 | 0.10 | 18.89 | 0.89 | 0.48 |
| Hex | E6 | 52 | E | 0 | 40 | 5E | A | 13 | 59 | 30 |
| Octal | 346 | 122 | 16 | 0 | 100 | 136 | 12 | 23 | 131 | 60 |
| Binary | 11100110 | 1010010 | 1110 | 0 | 1000000 | 1011110 | 1010 | 10011 | 1011001 | 110000 |
Color Harmonies of #E6520E
Complementary color
Monochromatic Colors of #E6520E
Black with #E6520E
Text Example
Text Example
White with #E6520E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6520E; }
p { color: rgb(230,82,14); }
H1.HeaderClassName
{
color: #E6520E;
}
.AnyTagClassName
{
color: #E6520E;
}
</style>
background-color css
<style>
a { background-color: #E6520E; }
a { background-color: rgb(230,82,14); }
div.DivClassName
{
background-color: #E6520E;
}
.BgClassName
{
background-color: #E6520E;
}
</style>
border-color css
<style>
span { border-color: #E6520E; }
span { border-color: rgb(230,82,14); }
td.TdClassName
{
border-color: #E6520E;
}
.TagClassName
{
border-color: #E6520E;
}
</style>