Shades of Persimmon #EC541E
Tints of Persimmon #EC541E
RGB
CMYK
RGB Variations
Color information
#EC541E (or 0xEC541E) is known color: Persimmon. HEX triplet: EC, 54 and 1E. RGB value is (236,84,30). Sum of RGB (Red+Green+Blue) = 236+84+30=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC541E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC541E is #13ABE1. Grayscale: #7B7B7B. Windows color (decimal): -1289186 or 1987820. OLE color: 1987820.
HSL color Cylindrical-coordinate representation of color #EC541E: hue angle of 15.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC541E is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 30 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.07 |
| HSL | 15.73º | 0.84% | 0.52% | - |
| HSV(B) | 15.73º | 0.87% | 0.93% | - |
| XYZ | 38 | 24.27 | 3.91 | - |
| YUV | 123.29 | 75.36 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 30 | 0 | 0.64 | 0.87 | 0.07 | 15.73 | 0.84 | 0.52 |
| Hex | EC | 54 | 1E | 0 | 40 | 57 | 7 | 10 | 54 | 34 |
| Octal | 354 | 124 | 36 | 0 | 100 | 127 | 7 | 20 | 124 | 64 |
| Binary | 11101100 | 1010100 | 11110 | 0 | 1000000 | 1010111 | 111 | 10000 | 1010100 | 110100 |
Color Harmonies of #EC541E
Complementary color
Monochromatic Colors of #EC541E
Black with #EC541E
Text Example
Text Example
White with #EC541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC541E; }
p { color: rgb(236,84,30); }
H1.HeaderClassName
{
color: #EC541E;
}
.AnyTagClassName
{
color: #EC541E;
}
</style>
background-color css
<style>
a { background-color: #EC541E; }
a { background-color: rgb(236,84,30); }
div.DivClassName
{
background-color: #EC541E;
}
.BgClassName
{
background-color: #EC541E;
}
</style>
border-color css
<style>
span { border-color: #EC541E; }
span { border-color: rgb(236,84,30); }
td.TdClassName
{
border-color: #EC541E;
}
.TagClassName
{
border-color: #EC541E;
}
</style>