Shades of Persimmon #E4500D
Tints of Persimmon #E4500D
RGB
CMYK
RGB Variations
Color information
#E4500D (or 0xE4500D) is known color: Persimmon. HEX triplet: E4, 50 and 0D. RGB value is (228,80,13). Sum of RGB (Red+Green+Blue) = 228+80+13=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E4500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E4500D is #1BAFF2. Grayscale: #757575. Windows color (decimal): -1814515 or 872676. OLE color: 872676.
HSL color Cylindrical-coordinate representation of color #E4500D: hue angle of 18.7º 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 #E4500D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 80 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.11 |
| HSL | 18.7º | 0.89% | 0.47% | - |
| HSV(B) | 18.7º | 0.94% | 0.89% | - |
| XYZ | 34.94 | 22.26 | 2.84 | - |
| YUV | 116.61 | 69.53 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 80 | 13 | 0 | 0.65 | 0.94 | 0.11 | 18.7 | 0.89 | 0.47 |
| Hex | E4 | 50 | D | 0 | 41 | 5E | B | 13 | 59 | 2F |
| Octal | 344 | 120 | 15 | 0 | 101 | 136 | 13 | 23 | 131 | 57 |
| Binary | 11100100 | 1010000 | 1101 | 0 | 1000001 | 1011110 | 1011 | 10011 | 1011001 | 101111 |
Color Harmonies of #E4500D
Complementary color
Monochromatic Colors of #E4500D
Black with #E4500D
Text Example
Text Example
White with #E4500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4500D; }
p { color: rgb(228,80,13); }
H1.HeaderClassName
{
color: #E4500D;
}
.AnyTagClassName
{
color: #E4500D;
}
</style>
background-color css
<style>
a { background-color: #E4500D; }
a { background-color: rgb(228,80,13); }
div.DivClassName
{
background-color: #E4500D;
}
.BgClassName
{
background-color: #E4500D;
}
</style>
border-color css
<style>
span { border-color: #E4500D; }
span { border-color: rgb(228,80,13); }
td.TdClassName
{
border-color: #E4500D;
}
.TagClassName
{
border-color: #E4500D;
}
</style>