Shades of Persimmon #E7520D
Tints of Persimmon #E7520D
RGB
CMYK
RGB Variations
Color information
#E7520D (or 0xE7520D) is known color: Persimmon. HEX triplet: E7, 52 and 0D. RGB value is (231,82,13). Sum of RGB (Red+Green+Blue) = 231+82+13=326 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.86% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 13 (5.47% from 255 or 3.99% from 326); Max value from RGB is 231 - color contains mainly: red. Hex color #E7520D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E7520D is #18ADF2. Grayscale: #777777. Windows color (decimal): -1617395 or 873191. OLE color: 873191.
HSL color Cylindrical-coordinate representation of color #E7520D: hue angle of 18.99º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7520D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.09 |
| HSL | 18.99º | 0.89% | 0.48% | - |
| HSV(B) | 18.99º | 0.94% | 0.91% | - |
| XYZ | 36.04 | 23.05 | 2.93 | - |
| YUV | 118.69 | 68.36 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 13 | 0 | 0.65 | 0.94 | 0.09 | 18.99 | 0.89 | 0.48 |
| Hex | E7 | 52 | D | 0 | 41 | 5E | 9 | 13 | 59 | 30 |
| Octal | 347 | 122 | 15 | 0 | 101 | 136 | 11 | 23 | 131 | 60 |
| Binary | 11100111 | 1010010 | 1101 | 0 | 1000001 | 1011110 | 1001 | 10011 | 1011001 | 110000 |
Color Harmonies of #E7520D
Complementary color
Monochromatic Colors of #E7520D
Black with #E7520D
Text Example
Text Example
White with #E7520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7520D; }
p { color: rgb(231,82,13); }
H1.HeaderClassName
{
color: #E7520D;
}
.AnyTagClassName
{
color: #E7520D;
}
</style>
background-color css
<style>
a { background-color: #E7520D; }
a { background-color: rgb(231,82,13); }
div.DivClassName
{
background-color: #E7520D;
}
.BgClassName
{
background-color: #E7520D;
}
</style>
border-color css
<style>
span { border-color: #E7520D; }
span { border-color: rgb(231,82,13); }
td.TdClassName
{
border-color: #E7520D;
}
.TagClassName
{
border-color: #E7520D;
}
</style>