Shades of Persimmon #EC551A
Tints of Persimmon #EC551A
RGB
CMYK
RGB Variations
Color information
#EC551A (or 0xEC551A) is known color: Persimmon. HEX triplet: EC, 55 and 1A. RGB value is (236,85,26). Sum of RGB (Red+Green+Blue) = 236+85+26=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC551A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC551A is #13AAE5. Grayscale: #7B7B7B. Windows color (decimal): -1288934 or 1725932. OLE color: 1725932.
HSL color Cylindrical-coordinate representation of color #EC551A: hue angle of 16.86º 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 #EC551A is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 85 | 26 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.07 |
| HSL | 16.86º | 0.85% | 0.51% | - |
| HSV(B) | 16.86º | 0.89% | 0.93% | - |
| XYZ | 38.03 | 24.4 | 3.68 | - |
| YUV | 123.42 | 73.03 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 85 | 26 | 0 | 0.64 | 0.89 | 0.07 | 16.86 | 0.85 | 0.51 |
| Hex | EC | 55 | 1A | 0 | 40 | 59 | 7 | 11 | 55 | 33 |
| Octal | 354 | 125 | 32 | 0 | 100 | 131 | 7 | 21 | 125 | 63 |
| Binary | 11101100 | 1010101 | 11010 | 0 | 1000000 | 1011001 | 111 | 10001 | 1010101 | 110011 |
Color Harmonies of #EC551A
Complementary color
Monochromatic Colors of #EC551A
Black with #EC551A
Text Example
Text Example
White with #EC551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC551A; }
p { color: rgb(236,85,26); }
H1.HeaderClassName
{
color: #EC551A;
}
.AnyTagClassName
{
color: #EC551A;
}
</style>
background-color css
<style>
a { background-color: #EC551A; }
a { background-color: rgb(236,85,26); }
div.DivClassName
{
background-color: #EC551A;
}
.BgClassName
{
background-color: #EC551A;
}
</style>
border-color css
<style>
span { border-color: #EC551A; }
span { border-color: rgb(236,85,26); }
td.TdClassName
{
border-color: #EC551A;
}
.TagClassName
{
border-color: #EC551A;
}
</style>