Shades of Persimmon #E0540C
Tints of Persimmon #E0540C
RGB
CMYK
RGB Variations
Color information
#E0540C (or 0xE0540C) is known color: Persimmon. HEX triplet: E0, 54 and 0C. RGB value is (224,84,12). Sum of RGB (Red+Green+Blue) = 224+84+12=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E0540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0540C is #1FABF3. Grayscale: #767676. Windows color (decimal): -2075636 or 808160. OLE color: 808160.
HSL color Cylindrical-coordinate representation of color #E0540C: hue angle of 20.38º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0540C is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 12 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.12 |
| HSL | 20.38º | 0.9% | 0.46% | - |
| HSV(B) | 20.38º | 0.95% | 0.88% | - |
| XYZ | 33.98 | 22.21 | 2.84 | - |
| YUV | 117.65 | 68.38 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 12 | 0 | 0.62 | 0.95 | 0.12 | 20.38 | 0.9 | 0.46 |
| Hex | E0 | 54 | C | 0 | 3E | 5F | C | 14 | 5A | 2E |
| Octal | 340 | 124 | 14 | 0 | 76 | 137 | 14 | 24 | 132 | 56 |
| Binary | 11100000 | 1010100 | 1100 | 0 | 111110 | 1011111 | 1100 | 10100 | 1011010 | 101110 |
Color Harmonies of #E0540C
Complementary color
Monochromatic Colors of #E0540C
Black with #E0540C
Text Example
Text Example
White with #E0540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0540C; }
p { color: rgb(224,84,12); }
H1.HeaderClassName
{
color: #E0540C;
}
.AnyTagClassName
{
color: #E0540C;
}
</style>
background-color css
<style>
a { background-color: #E0540C; }
a { background-color: rgb(224,84,12); }
div.DivClassName
{
background-color: #E0540C;
}
.BgClassName
{
background-color: #E0540C;
}
</style>
border-color css
<style>
span { border-color: #E0540C; }
span { border-color: rgb(224,84,12); }
td.TdClassName
{
border-color: #E0540C;
}
.TagClassName
{
border-color: #E0540C;
}
</style>