Shades of Persimmon #EC530C
Tints of Persimmon #EC530C
RGB
CMYK
RGB Variations
Color information
#EC530C (or 0xEC530C) is known color: Persimmon. HEX triplet: EC, 53 and 0C. RGB value is (236,83,12). Sum of RGB (Red+Green+Blue) = 236+83+12=331 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.30% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 236 - color contains mainly: red. Hex color #EC530C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC530C is #13ACF3. Grayscale: #797979. Windows color (decimal): -1289460 or 807916. OLE color: 807916.
HSL color Cylindrical-coordinate representation of color #EC530C: hue angle of 19.02º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC530C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 83 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.07 |
| HSL | 19.02º | 0.9% | 0.49% | - |
| HSV(B) | 19.02º | 0.95% | 0.93% | - |
| XYZ | 37.75 | 24.05 | 3 | - |
| YUV | 120.65 | 66.69 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 83 | 12 | 0 | 0.65 | 0.95 | 0.07 | 19.02 | 0.9 | 0.49 |
| Hex | EC | 53 | C | 0 | 41 | 5F | 7 | 13 | 5A | 31 |
| Octal | 354 | 123 | 14 | 0 | 101 | 137 | 7 | 23 | 132 | 61 |
| Binary | 11101100 | 1010011 | 1100 | 0 | 1000001 | 1011111 | 111 | 10011 | 1011010 | 110001 |
Color Harmonies of #EC530C
Complementary color
Monochromatic Colors of #EC530C
Black with #EC530C
Text Example
Text Example
White with #EC530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC530C; }
p { color: rgb(236,83,12); }
H1.HeaderClassName
{
color: #EC530C;
}
.AnyTagClassName
{
color: #EC530C;
}
</style>
background-color css
<style>
a { background-color: #EC530C; }
a { background-color: rgb(236,83,12); }
div.DivClassName
{
background-color: #EC530C;
}
.BgClassName
{
background-color: #EC530C;
}
</style>
border-color css
<style>
span { border-color: #EC530C; }
span { border-color: rgb(236,83,12); }
td.TdClassName
{
border-color: #EC530C;
}
.TagClassName
{
border-color: #EC530C;
}
</style>