Shades of Persimmon #EC611A
Tints of Persimmon #EC611A
RGB
CMYK
RGB Variations
Color information
#EC611A (or 0xEC611A) is known color: Persimmon. HEX triplet: EC, 61 and 1A. RGB value is (236,97,26). Sum of RGB (Red+Green+Blue) = 236+97+26=359 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.74% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 236 - color contains mainly: red. Hex color #EC611A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC611A is #139EE5. Grayscale: #828282. Windows color (decimal): -1285862 or 1729004. OLE color: 1729004.
HSL color Cylindrical-coordinate representation of color #EC611A: hue angle of 20.29º 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 #EC611A is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 97 | 26 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.07 |
| HSL | 20.29º | 0.85% | 0.51% | - |
| HSV(B) | 20.29º | 0.89% | 0.93% | - |
| XYZ | 39.05 | 26.46 | 4.03 | - |
| YUV | 130.47 | 69.05 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 97 | 26 | 0 | 0.59 | 0.89 | 0.07 | 20.29 | 0.85 | 0.51 |
| Hex | EC | 61 | 1A | 0 | 3B | 59 | 7 | 14 | 55 | 33 |
| Octal | 354 | 141 | 32 | 0 | 73 | 131 | 7 | 24 | 125 | 63 |
| Binary | 11101100 | 1100001 | 11010 | 0 | 111011 | 1011001 | 111 | 10100 | 1010101 | 110011 |
Color Harmonies of #EC611A
Complementary color
Monochromatic Colors of #EC611A
Black with #EC611A
Text Example
Text Example
White with #EC611A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC611A; }
p { color: rgb(236,97,26); }
H1.HeaderClassName
{
color: #EC611A;
}
.AnyTagClassName
{
color: #EC611A;
}
</style>
background-color css
<style>
a { background-color: #EC611A; }
a { background-color: rgb(236,97,26); }
div.DivClassName
{
background-color: #EC611A;
}
.BgClassName
{
background-color: #EC611A;
}
</style>
border-color css
<style>
span { border-color: #EC611A; }
span { border-color: rgb(236,97,26); }
td.TdClassName
{
border-color: #EC611A;
}
.TagClassName
{
border-color: #EC611A;
}
</style>