Shades of Persimmon #E5540C
Tints of Persimmon #E5540C
RGB
CMYK
RGB Variations
Color information
#E5540C (or 0xE5540C) is known color: Persimmon. HEX triplet: E5, 54 and 0C. RGB value is (229,84,12). Sum of RGB (Red+Green+Blue) = 229+84+12=325 (43% of max value = 765). Red value is 229 (89.84% from 255 or 70.46% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 229 - color contains mainly: red. Hex color #E5540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5540C is #1AABF3. Grayscale: #777777. Windows color (decimal): -1747956 or 808165. OLE color: 808165.
HSL color Cylindrical-coordinate representation of color #E5540C: hue angle of 19.91º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5540C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.10 |
| HSL | 19.91º | 0.9% | 0.47% | - |
| HSV(B) | 19.91º | 0.95% | 0.9% | - |
| XYZ | 35.55 | 23.03 | 2.92 | - |
| YUV | 119.15 | 67.54 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 12 | 0 | 0.63 | 0.95 | 0.10 | 19.91 | 0.9 | 0.47 |
| Hex | E5 | 54 | C | 0 | 3F | 5F | A | 14 | 5A | 2F |
| Octal | 345 | 124 | 14 | 0 | 77 | 137 | 12 | 24 | 132 | 57 |
| Binary | 11100101 | 1010100 | 1100 | 0 | 111111 | 1011111 | 1010 | 10100 | 1011010 | 101111 |
Color Harmonies of #E5540C
Complementary color
Monochromatic Colors of #E5540C
Black with #E5540C
Text Example
Text Example
White with #E5540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5540C; }
p { color: rgb(229,84,12); }
H1.HeaderClassName
{
color: #E5540C;
}
.AnyTagClassName
{
color: #E5540C;
}
</style>
background-color css
<style>
a { background-color: #E5540C; }
a { background-color: rgb(229,84,12); }
div.DivClassName
{
background-color: #E5540C;
}
.BgClassName
{
background-color: #E5540C;
}
</style>
border-color css
<style>
span { border-color: #E5540C; }
span { border-color: rgb(229,84,12); }
td.TdClassName
{
border-color: #E5540C;
}
.TagClassName
{
border-color: #E5540C;
}
</style>