Shades of Persimmon #E4520D
Tints of Persimmon #E4520D
RGB
CMYK
RGB Variations
Color information
#E4520D (or 0xE4520D) is known color: Persimmon. HEX triplet: E4, 52 and 0D. RGB value is (228,82,13). Sum of RGB (Red+Green+Blue) = 228+82+13=323 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.59% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 228 - color contains mainly: red. Hex color #E4520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4520D is #1BADF2. Grayscale: #767676. Windows color (decimal): -1814003 or 873188. OLE color: 873188.
HSL color Cylindrical-coordinate representation of color #E4520D: hue angle of 19.26º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E4520D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.11 |
| HSL | 19.26º | 0.89% | 0.47% | - |
| HSV(B) | 19.26º | 0.94% | 0.89% | - |
| XYZ | 35.08 | 22.56 | 2.89 | - |
| YUV | 117.79 | 68.87 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 13 | 0 | 0.64 | 0.94 | 0.11 | 19.26 | 0.89 | 0.47 |
| Hex | E4 | 52 | D | 0 | 40 | 5E | B | 13 | 59 | 2F |
| Octal | 344 | 122 | 15 | 0 | 100 | 136 | 13 | 23 | 131 | 57 |
| Binary | 11100100 | 1010010 | 1101 | 0 | 1000000 | 1011110 | 1011 | 10011 | 1011001 | 101111 |
Color Harmonies of #E4520D
Complementary color
Monochromatic Colors of #E4520D
Black with #E4520D
Text Example
Text Example
White with #E4520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4520D; }
p { color: rgb(228,82,13); }
H1.HeaderClassName
{
color: #E4520D;
}
.AnyTagClassName
{
color: #E4520D;
}
</style>
background-color css
<style>
a { background-color: #E4520D; }
a { background-color: rgb(228,82,13); }
div.DivClassName
{
background-color: #E4520D;
}
.BgClassName
{
background-color: #E4520D;
}
</style>
border-color css
<style>
span { border-color: #E4520D; }
span { border-color: rgb(228,82,13); }
td.TdClassName
{
border-color: #E4520D;
}
.TagClassName
{
border-color: #E4520D;
}
</style>