Shades of Persimmon #EC561C
Tints of Persimmon #EC561C
RGB
CMYK
RGB Variations
Color information
#EC561C (or 0xEC561C) is known color: Persimmon. HEX triplet: EC, 56 and 1C. RGB value is (236,86,28). Sum of RGB (Red+Green+Blue) = 236+86+28=350 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.43% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 236 - color contains mainly: red. Hex color #EC561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC561C is #13A9E3. Grayscale: #7C7C7C. Windows color (decimal): -1288676 or 1857260. OLE color: 1857260.
HSL color Cylindrical-coordinate representation of color #EC561C: hue angle of 16.73º 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 #EC561C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 28 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.07 |
| HSL | 16.73º | 0.85% | 0.52% | - |
| HSV(B) | 16.73º | 0.88% | 0.93% | - |
| XYZ | 38.13 | 24.57 | 3.83 | - |
| YUV | 124.24 | 73.7 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 28 | 0 | 0.64 | 0.88 | 0.07 | 16.73 | 0.85 | 0.52 |
| Hex | EC | 56 | 1C | 0 | 40 | 58 | 7 | 11 | 55 | 34 |
| Octal | 354 | 126 | 34 | 0 | 100 | 130 | 7 | 21 | 125 | 64 |
| Binary | 11101100 | 1010110 | 11100 | 0 | 1000000 | 1011000 | 111 | 10001 | 1010101 | 110100 |
Color Harmonies of #EC561C
Complementary color
Monochromatic Colors of #EC561C
Black with #EC561C
Text Example
Text Example
White with #EC561C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC561C; }
p { color: rgb(236,86,28); }
H1.HeaderClassName
{
color: #EC561C;
}
.AnyTagClassName
{
color: #EC561C;
}
</style>
background-color css
<style>
a { background-color: #EC561C; }
a { background-color: rgb(236,86,28); }
div.DivClassName
{
background-color: #EC561C;
}
.BgClassName
{
background-color: #EC561C;
}
</style>
border-color css
<style>
span { border-color: #EC561C; }
span { border-color: rgb(236,86,28); }
td.TdClassName
{
border-color: #EC561C;
}
.TagClassName
{
border-color: #EC561C;
}
</style>