Shades of Persimmon #E1540B
Tints of Persimmon #E1540B
RGB
CMYK
RGB Variations
Color information
#E1540B (or 0xE1540B) is known color: Persimmon. HEX triplet: E1, 54 and 0B. RGB value is (225,84,11). Sum of RGB (Red+Green+Blue) = 225+84+11=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1540B is #1EABF4. Grayscale: #767676. Windows color (decimal): -2010101 or 742625. OLE color: 742625.
HSL color Cylindrical-coordinate representation of color #E1540B: hue angle of 20.47º degrees, saturation: 0.91, 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 #E1540B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.12 |
| HSL | 20.47º | 0.91% | 0.46% | - |
| HSV(B) | 20.47º | 0.95% | 0.88% | - |
| XYZ | 34.28 | 22.37 | 2.83 | - |
| YUV | 117.84 | 67.71 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 11 | 0 | 0.63 | 0.95 | 0.12 | 20.47 | 0.91 | 0.46 |
| Hex | E1 | 54 | B | 0 | 3F | 5F | C | 14 | 5B | 2E |
| Octal | 341 | 124 | 13 | 0 | 77 | 137 | 14 | 24 | 133 | 56 |
| Binary | 11100001 | 1010100 | 1011 | 0 | 111111 | 1011111 | 1100 | 10100 | 1011011 | 101110 |
Color Harmonies of #E1540B
Complementary color
Monochromatic Colors of #E1540B
Black with #E1540B
Text Example
Text Example
White with #E1540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1540B; }
p { color: rgb(225,84,11); }
H1.HeaderClassName
{
color: #E1540B;
}
.AnyTagClassName
{
color: #E1540B;
}
</style>
background-color css
<style>
a { background-color: #E1540B; }
a { background-color: rgb(225,84,11); }
div.DivClassName
{
background-color: #E1540B;
}
.BgClassName
{
background-color: #E1540B;
}
</style>
border-color css
<style>
span { border-color: #E1540B; }
span { border-color: rgb(225,84,11); }
td.TdClassName
{
border-color: #E1540B;
}
.TagClassName
{
border-color: #E1540B;
}
</style>