Shades of Persimmon #EC601A
Tints of Persimmon #EC601A
RGB
CMYK
RGB Variations
Color information
#EC601A (or 0xEC601A) is known color: Persimmon. HEX triplet: EC, 60 and 1A. RGB value is (236,96,26). Sum of RGB (Red+Green+Blue) = 236+96+26=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC601A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC601A is #139FE5. Grayscale: #828282. Windows color (decimal): -1286118 or 1728748. OLE color: 1728748.
HSL color Cylindrical-coordinate representation of color #EC601A: hue angle of 20º 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 #EC601A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 26 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.07 |
| HSL | 20º | 0.85% | 0.51% | - |
| HSV(B) | 20º | 0.89% | 0.93% | - |
| XYZ | 38.96 | 26.27 | 4 | - |
| YUV | 129.88 | 69.38 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 26 | 0 | 0.59 | 0.89 | 0.07 | 20 | 0.85 | 0.51 |
| Hex | EC | 60 | 1A | 0 | 3B | 59 | 7 | 14 | 55 | 33 |
| Octal | 354 | 140 | 32 | 0 | 73 | 131 | 7 | 24 | 125 | 63 |
| Binary | 11101100 | 1100000 | 11010 | 0 | 111011 | 1011001 | 111 | 10100 | 1010101 | 110011 |
Color Harmonies of #EC601A
Complementary color
Monochromatic Colors of #EC601A
Black with #EC601A
Text Example
Text Example
White with #EC601A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC601A; }
p { color: rgb(236,96,26); }
H1.HeaderClassName
{
color: #EC601A;
}
.AnyTagClassName
{
color: #EC601A;
}
</style>
background-color css
<style>
a { background-color: #EC601A; }
a { background-color: rgb(236,96,26); }
div.DivClassName
{
background-color: #EC601A;
}
.BgClassName
{
background-color: #EC601A;
}
</style>
border-color css
<style>
span { border-color: #EC601A; }
span { border-color: rgb(236,96,26); }
td.TdClassName
{
border-color: #EC601A;
}
.TagClassName
{
border-color: #EC601A;
}
</style>