Shades of Persimmon #EC580A
Tints of Persimmon #EC580A
RGB
CMYK
RGB Variations
Color information
#EC580A (or 0xEC580A) is known color: Persimmon. HEX triplet: EC, 58 and 0A. RGB value is (236,88,10). Sum of RGB (Red+Green+Blue) = 236+88+10=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 10 (4.30% from 255 or 2.99% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC580A is #13A7F5. Grayscale: #7B7B7B. Windows color (decimal): -1288182 or 678124. OLE color: 678124.
HSL color Cylindrical-coordinate representation of color #EC580A: hue angle of 20.71º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC580A is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 10 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.07 |
| HSL | 20.71º | 0.92% | 0.48% | - |
| HSV(B) | 20.71º | 0.96% | 0.93% | - |
| XYZ | 38.14 | 24.83 | 3.07 | - |
| YUV | 123.36 | 64.03 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 10 | 0 | 0.63 | 0.96 | 0.07 | 20.71 | 0.92 | 0.48 |
| Hex | EC | 58 | A | 0 | 3F | 60 | 7 | 15 | 5C | 30 |
| Octal | 354 | 130 | 12 | 0 | 77 | 140 | 7 | 25 | 134 | 60 |
| Binary | 11101100 | 1011000 | 1010 | 0 | 111111 | 1100000 | 111 | 10101 | 1011100 | 110000 |
Color Harmonies of #EC580A
Complementary color
Monochromatic Colors of #EC580A
Black with #EC580A
Text Example
Text Example
White with #EC580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC580A; }
p { color: rgb(236,88,10); }
H1.HeaderClassName
{
color: #EC580A;
}
.AnyTagClassName
{
color: #EC580A;
}
</style>
background-color css
<style>
a { background-color: #EC580A; }
a { background-color: rgb(236,88,10); }
div.DivClassName
{
background-color: #EC580A;
}
.BgClassName
{
background-color: #EC580A;
}
</style>
border-color css
<style>
span { border-color: #EC580A; }
span { border-color: rgb(236,88,10); }
td.TdClassName
{
border-color: #EC580A;
}
.TagClassName
{
border-color: #EC580A;
}
</style>