Shades of Persimmon #EC541A
Tints of Persimmon #EC541A
RGB
CMYK
RGB Variations
Color information
#EC541A (or 0xEC541A) is known color: Persimmon. HEX triplet: EC, 54 and 1A. RGB value is (236,84,26). Sum of RGB (Red+Green+Blue) = 236+84+26=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC541A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC541A is #13ABE5. Grayscale: #7B7B7B. Windows color (decimal): -1289190 or 1725676. OLE color: 1725676.
HSL color Cylindrical-coordinate representation of color #EC541A: hue angle of 16.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC541A is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 26 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.07 |
| HSL | 16.57º | 0.85% | 0.51% | - |
| HSV(B) | 16.57º | 0.89% | 0.93% | - |
| XYZ | 37.95 | 24.25 | 3.66 | - |
| YUV | 122.84 | 73.36 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 26 | 0 | 0.64 | 0.89 | 0.07 | 16.57 | 0.85 | 0.51 |
| Hex | EC | 54 | 1A | 0 | 40 | 59 | 7 | 11 | 55 | 33 |
| Octal | 354 | 124 | 32 | 0 | 100 | 131 | 7 | 21 | 125 | 63 |
| Binary | 11101100 | 1010100 | 11010 | 0 | 1000000 | 1011001 | 111 | 10001 | 1010101 | 110011 |
Color Harmonies of #EC541A
Complementary color
Monochromatic Colors of #EC541A
Black with #EC541A
Text Example
Text Example
White with #EC541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC541A; }
p { color: rgb(236,84,26); }
H1.HeaderClassName
{
color: #EC541A;
}
.AnyTagClassName
{
color: #EC541A;
}
</style>
background-color css
<style>
a { background-color: #EC541A; }
a { background-color: rgb(236,84,26); }
div.DivClassName
{
background-color: #EC541A;
}
.BgClassName
{
background-color: #EC541A;
}
</style>
border-color css
<style>
span { border-color: #EC541A; }
span { border-color: rgb(236,84,26); }
td.TdClassName
{
border-color: #EC541A;
}
.TagClassName
{
border-color: #EC541A;
}
</style>