Shades of Persimmon #E1540C
Tints of Persimmon #E1540C
RGB
CMYK
RGB Variations
Color information
#E1540C (or 0xE1540C) is known color: Persimmon. HEX triplet: E1, 54 and 0C. RGB value is (225,84,12). Sum of RGB (Red+Green+Blue) = 225+84+12=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 12 (5.08% from 255 or 3.74% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1540C is #1EABF3. Grayscale: #767676. Windows color (decimal): -2010100 or 808161. OLE color: 808161.
HSL color Cylindrical-coordinate representation of color #E1540C: hue angle of 20.28º 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 #E1540C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.12 |
| HSL | 20.28º | 0.9% | 0.46% | - |
| HSV(B) | 20.28º | 0.95% | 0.88% | - |
| XYZ | 34.29 | 22.37 | 2.86 | - |
| YUV | 117.95 | 68.21 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 12 | 0 | 0.63 | 0.95 | 0.12 | 20.28 | 0.9 | 0.46 |
| Hex | E1 | 54 | C | 0 | 3F | 5F | C | 14 | 5A | 2E |
| Octal | 341 | 124 | 14 | 0 | 77 | 137 | 14 | 24 | 132 | 56 |
| Binary | 11100001 | 1010100 | 1100 | 0 | 111111 | 1011111 | 1100 | 10100 | 1011010 | 101110 |
Color Harmonies of #E1540C
Complementary color
Monochromatic Colors of #E1540C
Black with #E1540C
Text Example
Text Example
White with #E1540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1540C; }
p { color: rgb(225,84,12); }
H1.HeaderClassName
{
color: #E1540C;
}
.AnyTagClassName
{
color: #E1540C;
}
</style>
background-color css
<style>
a { background-color: #E1540C; }
a { background-color: rgb(225,84,12); }
div.DivClassName
{
background-color: #E1540C;
}
.BgClassName
{
background-color: #E1540C;
}
</style>
border-color css
<style>
span { border-color: #E1540C; }
span { border-color: rgb(225,84,12); }
td.TdClassName
{
border-color: #E1540C;
}
.TagClassName
{
border-color: #E1540C;
}
</style>