Shades of Persimmon #EC521A
Tints of Persimmon #EC521A
RGB
CMYK
RGB Variations
Color information
#EC521A (or 0xEC521A) is known color: Persimmon. HEX triplet: EC, 52 and 1A. RGB value is (236,82,26). Sum of RGB (Red+Green+Blue) = 236+82+26=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC521A is #13ADE5. Grayscale: #7A7A7A. Windows color (decimal): -1289702 or 1725164. OLE color: 1725164.
HSL color Cylindrical-coordinate representation of color #EC521A: hue angle of 16º 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 #EC521A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 26 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.07 |
| HSL | 16º | 0.85% | 0.51% | - |
| HSV(B) | 16º | 0.89% | 0.93% | - |
| XYZ | 37.8 | 23.94 | 3.61 | - |
| YUV | 121.66 | 74.02 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 26 | 0 | 0.65 | 0.89 | 0.07 | 16 | 0.85 | 0.51 |
| Hex | EC | 52 | 1A | 0 | 41 | 59 | 7 | 10 | 55 | 33 |
| Octal | 354 | 122 | 32 | 0 | 101 | 131 | 7 | 20 | 125 | 63 |
| Binary | 11101100 | 1010010 | 11010 | 0 | 1000001 | 1011001 | 111 | 10000 | 1010101 | 110011 |
Color Harmonies of #EC521A
Complementary color
Monochromatic Colors of #EC521A
Black with #EC521A
Text Example
Text Example
White with #EC521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC521A; }
p { color: rgb(236,82,26); }
H1.HeaderClassName
{
color: #EC521A;
}
.AnyTagClassName
{
color: #EC521A;
}
</style>
background-color css
<style>
a { background-color: #EC521A; }
a { background-color: rgb(236,82,26); }
div.DivClassName
{
background-color: #EC521A;
}
.BgClassName
{
background-color: #EC521A;
}
</style>
border-color css
<style>
span { border-color: #EC521A; }
span { border-color: rgb(236,82,26); }
td.TdClassName
{
border-color: #EC521A;
}
.TagClassName
{
border-color: #EC521A;
}
</style>