Shades of Persimmon #E0540D
Tints of Persimmon #E0540D
RGB
CMYK
RGB Variations
Color information
#E0540D (or 0xE0540D) is known color: Persimmon. HEX triplet: E0, 54 and 0D. RGB value is (224,84,13). Sum of RGB (Red+Green+Blue) = 224+84+13=321 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.78% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 224 - color contains mainly: red. Hex color #E0540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0540D is #1FABF2. Grayscale: #767676. Windows color (decimal): -2075635 or 873696. OLE color: 873696.
HSL color Cylindrical-coordinate representation of color #E0540D: hue angle of 20.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0540D is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 13 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.12 |
| HSL | 20.19º | 0.89% | 0.46% | - |
| HSV(B) | 20.19º | 0.94% | 0.88% | - |
| XYZ | 33.98 | 22.22 | 2.88 | - |
| YUV | 117.77 | 68.88 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 13 | 0 | 0.62 | 0.94 | 0.12 | 20.19 | 0.89 | 0.46 |
| Hex | E0 | 54 | D | 0 | 3E | 5E | C | 14 | 59 | 2E |
| Octal | 340 | 124 | 15 | 0 | 76 | 136 | 14 | 24 | 131 | 56 |
| Binary | 11100000 | 1010100 | 1101 | 0 | 111110 | 1011110 | 1100 | 10100 | 1011001 | 101110 |
Color Harmonies of #E0540D
Complementary color
Monochromatic Colors of #E0540D
Black with #E0540D
Text Example
Text Example
White with #E0540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0540D; }
p { color: rgb(224,84,13); }
H1.HeaderClassName
{
color: #E0540D;
}
.AnyTagClassName
{
color: #E0540D;
}
</style>
background-color css
<style>
a { background-color: #E0540D; }
a { background-color: rgb(224,84,13); }
div.DivClassName
{
background-color: #E0540D;
}
.BgClassName
{
background-color: #E0540D;
}
</style>
border-color css
<style>
span { border-color: #E0540D; }
span { border-color: rgb(224,84,13); }
td.TdClassName
{
border-color: #E0540D;
}
.TagClassName
{
border-color: #E0540D;
}
</style>