Shades of Persimmon #EC5D1A
Tints of Persimmon #EC5D1A
RGB
CMYK
RGB Variations
Color information
#EC5D1A (or 0xEC5D1A) is known color: Persimmon. HEX triplet: EC, 5D and 1A. RGB value is (236,93,26). Sum of RGB (Red+Green+Blue) = 236+93+26=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 26 (10.55% from 255 or 7.32% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D1A is #13A2E5. Grayscale: #808080. Windows color (decimal): -1286886 or 1727980. OLE color: 1727980.
HSL color Cylindrical-coordinate representation of color #EC5D1A: hue angle of 19.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 #EC5D1A is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 26 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.07 |
| HSL | 19.14º | 0.85% | 0.51% | - |
| HSV(B) | 19.14º | 0.89% | 0.93% | - |
| XYZ | 38.69 | 25.74 | 3.91 | - |
| YUV | 128.12 | 70.38 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 26 | 0 | 0.61 | 0.89 | 0.07 | 19.14 | 0.85 | 0.51 |
| Hex | EC | 5D | 1A | 0 | 3D | 59 | 7 | 13 | 55 | 33 |
| Octal | 354 | 135 | 32 | 0 | 75 | 131 | 7 | 23 | 125 | 63 |
| Binary | 11101100 | 1011101 | 11010 | 0 | 111101 | 1011001 | 111 | 10011 | 1010101 | 110011 |
Color Harmonies of #EC5D1A
Complementary color
Monochromatic Colors of #EC5D1A
Black with #EC5D1A
Text Example
Text Example
White with #EC5D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D1A; }
p { color: rgb(236,93,26); }
H1.HeaderClassName
{
color: #EC5D1A;
}
.AnyTagClassName
{
color: #EC5D1A;
}
</style>
background-color css
<style>
a { background-color: #EC5D1A; }
a { background-color: rgb(236,93,26); }
div.DivClassName
{
background-color: #EC5D1A;
}
.BgClassName
{
background-color: #EC5D1A;
}
</style>
border-color css
<style>
span { border-color: #EC5D1A; }
span { border-color: rgb(236,93,26); }
td.TdClassName
{
border-color: #EC5D1A;
}
.TagClassName
{
border-color: #EC5D1A;
}
</style>