Shades of Persimmon #E4510D
Tints of Persimmon #E4510D
RGB
CMYK
RGB Variations
Color information
#E4510D (or 0xE4510D) is known color: Persimmon. HEX triplet: E4, 51 and 0D. RGB value is (228,81,13). Sum of RGB (Red+Green+Blue) = 228+81+13=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E4510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4510D is #1BAEF2. Grayscale: #757575. Windows color (decimal): -1814259 or 872932. OLE color: 872932.
HSL color Cylindrical-coordinate representation of color #E4510D: hue angle of 18.98º 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 #E4510D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.11 |
| HSL | 18.98º | 0.89% | 0.47% | - |
| HSV(B) | 18.98º | 0.94% | 0.89% | - |
| XYZ | 35.01 | 22.41 | 2.86 | - |
| YUV | 117.2 | 69.2 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 13 | 0 | 0.64 | 0.94 | 0.11 | 18.98 | 0.89 | 0.47 |
| Hex | E4 | 51 | D | 0 | 40 | 5E | B | 13 | 59 | 2F |
| Octal | 344 | 121 | 15 | 0 | 100 | 136 | 13 | 23 | 131 | 57 |
| Binary | 11100100 | 1010001 | 1101 | 0 | 1000000 | 1011110 | 1011 | 10011 | 1011001 | 101111 |
Color Harmonies of #E4510D
Complementary color
Monochromatic Colors of #E4510D
Black with #E4510D
Text Example
Text Example
White with #E4510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4510D; }
p { color: rgb(228,81,13); }
H1.HeaderClassName
{
color: #E4510D;
}
.AnyTagClassName
{
color: #E4510D;
}
</style>
background-color css
<style>
a { background-color: #E4510D; }
a { background-color: rgb(228,81,13); }
div.DivClassName
{
background-color: #E4510D;
}
.BgClassName
{
background-color: #E4510D;
}
</style>
border-color css
<style>
span { border-color: #E4510D; }
span { border-color: rgb(228,81,13); }
td.TdClassName
{
border-color: #E4510D;
}
.TagClassName
{
border-color: #E4510D;
}
</style>