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