Shades of Persimmon #EC5F0C
Tints of Persimmon #EC5F0C
RGB
CMYK
RGB Variations
Color information
#EC5F0C (or 0xEC5F0C) is known color: Persimmon. HEX triplet: EC, 5F and 0C. RGB value is (236,95,12). Sum of RGB (Red+Green+Blue) = 236+95+12=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5F0C is #13A0F3. Grayscale: #808080. Windows color (decimal): -1286388 or 810988. OLE color: 810988.
HSL color Cylindrical-coordinate representation of color #EC5F0C: hue angle of 22.23º 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 #EC5F0C is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 95 | 12 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.07 |
| HSL | 22.23º | 0.9% | 0.49% | - |
| HSV(B) | 22.23º | 0.95% | 0.93% | - |
| XYZ | 38.75 | 26.04 | 3.33 | - |
| YUV | 127.7 | 62.71 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 95 | 12 | 0 | 0.60 | 0.95 | 0.07 | 22.23 | 0.9 | 0.49 |
| Hex | EC | 5F | C | 0 | 3C | 5F | 7 | 16 | 5A | 31 |
| Octal | 354 | 137 | 14 | 0 | 74 | 137 | 7 | 26 | 132 | 61 |
| Binary | 11101100 | 1011111 | 1100 | 0 | 111100 | 1011111 | 111 | 10110 | 1011010 | 110001 |
Color Harmonies of #EC5F0C
Complementary color
Monochromatic Colors of #EC5F0C
Black with #EC5F0C
Text Example
Text Example
White with #EC5F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5F0C; }
p { color: rgb(236,95,12); }
H1.HeaderClassName
{
color: #EC5F0C;
}
.AnyTagClassName
{
color: #EC5F0C;
}
</style>
background-color css
<style>
a { background-color: #EC5F0C; }
a { background-color: rgb(236,95,12); }
div.DivClassName
{
background-color: #EC5F0C;
}
.BgClassName
{
background-color: #EC5F0C;
}
</style>
border-color css
<style>
span { border-color: #EC5F0C; }
span { border-color: rgb(236,95,12); }
td.TdClassName
{
border-color: #EC5F0C;
}
.TagClassName
{
border-color: #EC5F0C;
}
</style>