Shades of Persimmon #EC5B0E
Tints of Persimmon #EC5B0E
RGB
CMYK
RGB Variations
Color information
#EC5B0E (or 0xEC5B0E) is known color: Persimmon. HEX triplet: EC, 5B and 0E. RGB value is (236,91,14). Sum of RGB (Red+Green+Blue) = 236+91+14=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 14 (5.86% from 255 or 4.11% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5B0E is #13A4F1. Grayscale: #7E7E7E. Windows color (decimal): -1287410 or 941036. OLE color: 941036.
HSL color Cylindrical-coordinate representation of color #EC5B0E: hue angle of 20.81º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC5B0E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 91 | 14 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.07 |
| HSL | 20.81º | 0.89% | 0.49% | - |
| HSV(B) | 20.81º | 0.94% | 0.93% | - |
| XYZ | 38.41 | 25.35 | 3.28 | - |
| YUV | 125.58 | 65.04 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 91 | 14 | 0 | 0.61 | 0.94 | 0.07 | 20.81 | 0.89 | 0.49 |
| Hex | EC | 5B | E | 0 | 3D | 5E | 7 | 15 | 59 | 31 |
| Octal | 354 | 133 | 16 | 0 | 75 | 136 | 7 | 25 | 131 | 61 |
| Binary | 11101100 | 1011011 | 1110 | 0 | 111101 | 1011110 | 111 | 10101 | 1011001 | 110001 |
Color Harmonies of #EC5B0E
Complementary color
Monochromatic Colors of #EC5B0E
Black with #EC5B0E
Text Example
Text Example
White with #EC5B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5B0E; }
p { color: rgb(236,91,14); }
H1.HeaderClassName
{
color: #EC5B0E;
}
.AnyTagClassName
{
color: #EC5B0E;
}
</style>
background-color css
<style>
a { background-color: #EC5B0E; }
a { background-color: rgb(236,91,14); }
div.DivClassName
{
background-color: #EC5B0E;
}
.BgClassName
{
background-color: #EC5B0E;
}
</style>
border-color css
<style>
span { border-color: #EC5B0E; }
span { border-color: rgb(236,91,14); }
td.TdClassName
{
border-color: #EC5B0E;
}
.TagClassName
{
border-color: #EC5B0E;
}
</style>