Shades of Persimmon #EC530A
Tints of Persimmon #EC530A
RGB
CMYK
RGB Variations
Color information
#EC530A (or 0xEC530A) is known color: Persimmon. HEX triplet: EC, 53 and 0A. RGB value is (236,83,10). Sum of RGB (Red+Green+Blue) = 236+83+10=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC530A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC530A is #13ACF5. Grayscale: #787878. Windows color (decimal): -1289462 or 676844. OLE color: 676844.
HSL color Cylindrical-coordinate representation of color #EC530A: hue angle of 19.38º 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 #EC530A is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 10 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.07 |
| HSL | 19.38º | 0.92% | 0.48% | - |
| HSV(B) | 19.38º | 0.96% | 0.93% | - |
| XYZ | 37.74 | 24.04 | 2.94 | - |
| YUV | 120.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 10 | 0 | 0.65 | 0.96 | 0.07 | 19.38 | 0.92 | 0.48 |
| Hex | EC | 53 | A | 0 | 41 | 60 | 7 | 13 | 5C | 30 |
| Octal | 354 | 123 | 12 | 0 | 101 | 140 | 7 | 23 | 134 | 60 |
| Binary | 11101100 | 1010011 | 1010 | 0 | 1000001 | 1100000 | 111 | 10011 | 1011100 | 110000 |
Color Harmonies of #EC530A
Complementary color
Monochromatic Colors of #EC530A
Black with #EC530A
Text Example
Text Example
White with #EC530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC530A; }
p { color: rgb(236,83,10); }
H1.HeaderClassName
{
color: #EC530A;
}
.AnyTagClassName
{
color: #EC530A;
}
</style>
background-color css
<style>
a { background-color: #EC530A; }
a { background-color: rgb(236,83,10); }
div.DivClassName
{
background-color: #EC530A;
}
.BgClassName
{
background-color: #EC530A;
}
</style>
border-color css
<style>
span { border-color: #EC530A; }
span { border-color: rgb(236,83,10); }
td.TdClassName
{
border-color: #EC530A;
}
.TagClassName
{
border-color: #EC530A;
}
</style>