Shades of Persimmon #EC540D
Tints of Persimmon #EC540D
RGB
CMYK
RGB Variations
Color information
#EC540D (or 0xEC540D) is known color: Persimmon. HEX triplet: EC, 54 and 0D. RGB value is (236,84,13). Sum of RGB (Red+Green+Blue) = 236+84+13=333 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.87% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 236 - color contains mainly: red. Hex color #EC540D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC540D is #13ABF2. Grayscale: #797979. Windows color (decimal): -1289203 or 873708. OLE color: 873708.
HSL color Cylindrical-coordinate representation of color #EC540D: hue angle of 19.1º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC540D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.07 |
| HSL | 19.1º | 0.9% | 0.49% | - |
| HSV(B) | 19.1º | 0.94% | 0.93% | - |
| XYZ | 37.84 | 24.2 | 3.06 | - |
| YUV | 121.35 | 66.86 | 209.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 13 | 0 | 0.64 | 0.94 | 0.07 | 19.1 | 0.9 | 0.49 |
| Hex | EC | 54 | D | 0 | 40 | 5E | 7 | 13 | 5A | 31 |
| Octal | 354 | 124 | 15 | 0 | 100 | 136 | 7 | 23 | 132 | 61 |
| Binary | 11101100 | 1010100 | 1101 | 0 | 1000000 | 1011110 | 111 | 10011 | 1011010 | 110001 |
Color Harmonies of #EC540D
Complementary color
Monochromatic Colors of #EC540D
Black with #EC540D
Text Example
Text Example
White with #EC540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC540D; }
p { color: rgb(236,84,13); }
H1.HeaderClassName
{
color: #EC540D;
}
.AnyTagClassName
{
color: #EC540D;
}
</style>
background-color css
<style>
a { background-color: #EC540D; }
a { background-color: rgb(236,84,13); }
div.DivClassName
{
background-color: #EC540D;
}
.BgClassName
{
background-color: #EC540D;
}
</style>
border-color css
<style>
span { border-color: #EC540D; }
span { border-color: rgb(236,84,13); }
td.TdClassName
{
border-color: #EC540D;
}
.TagClassName
{
border-color: #EC540D;
}
</style>