Shades of Persimmon #EC561A
Tints of Persimmon #EC561A
RGB
CMYK
RGB Variations
Color information
#EC561A (or 0xEC561A) is known color: Persimmon. HEX triplet: EC, 56 and 1A. RGB value is (236,86,26). Sum of RGB (Red+Green+Blue) = 236+86+26=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 86 (33.98% from 255 or 24.71% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC561A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC561A is #13A9E5. Grayscale: #7C7C7C. Windows color (decimal): -1288678 or 1726188. OLE color: 1726188.
HSL color Cylindrical-coordinate representation of color #EC561A: hue angle of 17.14º 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 #EC561A is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 86 | 26 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.07 |
| HSL | 17.14º | 0.85% | 0.51% | - |
| HSV(B) | 17.14º | 0.89% | 0.93% | - |
| XYZ | 38.11 | 24.56 | 3.71 | - |
| YUV | 124.01 | 72.7 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 86 | 26 | 0 | 0.64 | 0.89 | 0.07 | 17.14 | 0.85 | 0.51 |
| Hex | EC | 56 | 1A | 0 | 40 | 59 | 7 | 11 | 55 | 33 |
| Octal | 354 | 126 | 32 | 0 | 100 | 131 | 7 | 21 | 125 | 63 |
| Binary | 11101100 | 1010110 | 11010 | 0 | 1000000 | 1011001 | 111 | 10001 | 1010101 | 110011 |
Color Harmonies of #EC561A
Complementary color
Monochromatic Colors of #EC561A
Black with #EC561A
Text Example
Text Example
White with #EC561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC561A; }
p { color: rgb(236,86,26); }
H1.HeaderClassName
{
color: #EC561A;
}
.AnyTagClassName
{
color: #EC561A;
}
</style>
background-color css
<style>
a { background-color: #EC561A; }
a { background-color: rgb(236,86,26); }
div.DivClassName
{
background-color: #EC561A;
}
.BgClassName
{
background-color: #EC561A;
}
</style>
border-color css
<style>
span { border-color: #EC561A; }
span { border-color: rgb(236,86,26); }
td.TdClassName
{
border-color: #EC561A;
}
.TagClassName
{
border-color: #EC561A;
}
</style>