Shades of Persimmon #EC541C
Tints of Persimmon #EC541C
RGB
CMYK
RGB Variations
Color information
#EC541C (or 0xEC541C) is known color: Persimmon. HEX triplet: EC, 54 and 1C. RGB value is (236,84,28). Sum of RGB (Red+Green+Blue) = 236+84+28=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC541C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC541C is #13ABE3. Grayscale: #7B7B7B. Windows color (decimal): -1289188 or 1856748. OLE color: 1856748.
HSL color Cylindrical-coordinate representation of color #EC541C: hue angle of 16.15º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC541C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 84 | 28 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.07 |
| HSL | 16.15º | 0.85% | 0.52% | - |
| HSV(B) | 16.15º | 0.88% | 0.93% | - |
| XYZ | 37.97 | 24.26 | 3.78 | - |
| YUV | 123.06 | 74.36 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 84 | 28 | 0 | 0.64 | 0.88 | 0.07 | 16.15 | 0.85 | 0.52 |
| Hex | EC | 54 | 1C | 0 | 40 | 58 | 7 | 10 | 55 | 34 |
| Octal | 354 | 124 | 34 | 0 | 100 | 130 | 7 | 20 | 125 | 64 |
| Binary | 11101100 | 1010100 | 11100 | 0 | 1000000 | 1011000 | 111 | 10000 | 1010101 | 110100 |
Color Harmonies of #EC541C
Complementary color
Monochromatic Colors of #EC541C
Black with #EC541C
Text Example
Text Example
White with #EC541C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC541C; }
p { color: rgb(236,84,28); }
H1.HeaderClassName
{
color: #EC541C;
}
.AnyTagClassName
{
color: #EC541C;
}
</style>
background-color css
<style>
a { background-color: #EC541C; }
a { background-color: rgb(236,84,28); }
div.DivClassName
{
background-color: #EC541C;
}
.BgClassName
{
background-color: #EC541C;
}
</style>
border-color css
<style>
span { border-color: #EC541C; }
span { border-color: rgb(236,84,28); }
td.TdClassName
{
border-color: #EC541C;
}
.TagClassName
{
border-color: #EC541C;
}
</style>