Shades of Persimmon #EC5B0C
Tints of Persimmon #EC5B0C
RGB
CMYK
RGB Variations
Color information
#EC5B0C (or 0xEC5B0C) is known color: Persimmon. HEX triplet: EC, 5B and 0C. RGB value is (236,91,12). Sum of RGB (Red+Green+Blue) = 236+91+12=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 12 (5.08% from 255 or 3.54% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5B0C is #13A4F3. Grayscale: #7D7D7D. Windows color (decimal): -1287412 or 809964. OLE color: 809964.
HSL color Cylindrical-coordinate representation of color #EC5B0C: hue angle of 21.16º 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 #EC5B0C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.07 |
| HSL | 21.16º | 0.9% | 0.49% | - |
| HSV(B) | 21.16º | 0.95% | 0.93% | - |
| XYZ | 38.4 | 25.34 | 3.22 | - |
| YUV | 125.35 | 64.04 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 12 | 0 | 0.61 | 0.95 | 0.07 | 21.16 | 0.9 | 0.49 |
| Hex | EC | 5B | C | 0 | 3D | 5F | 7 | 15 | 5A | 31 |
| Octal | 354 | 133 | 14 | 0 | 75 | 137 | 7 | 25 | 132 | 61 |
| Binary | 11101100 | 1011011 | 1100 | 0 | 111101 | 1011111 | 111 | 10101 | 1011010 | 110001 |
Color Harmonies of #EC5B0C
Complementary color
Monochromatic Colors of #EC5B0C
Black with #EC5B0C
Text Example
Text Example
White with #EC5B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B0C; }
p { color: rgb(236,91,12); }
H1.HeaderClassName
{
color: #EC5B0C;
}
.AnyTagClassName
{
color: #EC5B0C;
}
</style>
background-color css
<style>
a { background-color: #EC5B0C; }
a { background-color: rgb(236,91,12); }
div.DivClassName
{
background-color: #EC5B0C;
}
.BgClassName
{
background-color: #EC5B0C;
}
</style>
border-color css
<style>
span { border-color: #EC5B0C; }
span { border-color: rgb(236,91,12); }
td.TdClassName
{
border-color: #EC5B0C;
}
.TagClassName
{
border-color: #EC5B0C;
}
</style>