Shades of Persimmon #EC5E0A
Tints of Persimmon #EC5E0A
RGB
CMYK
RGB Variations
Color information
#EC5E0A (or 0xEC5E0A) is known color: Persimmon. HEX triplet: EC, 5E and 0A. RGB value is (236,94,10). Sum of RGB (Red+Green+Blue) = 236+94+10=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5E0A is #13A1F5. Grayscale: #7F7F7F. Windows color (decimal): -1286646 or 679660. OLE color: 679660.
HSL color Cylindrical-coordinate representation of color #EC5E0A: hue angle of 22.3º 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 #EC5E0A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 94 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.07 |
| HSL | 22.3º | 0.92% | 0.48% | - |
| HSV(B) | 22.3º | 0.96% | 0.93% | - |
| XYZ | 38.65 | 25.86 | 3.24 | - |
| YUV | 126.88 | 62.04 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 94 | 10 | 0 | 0.60 | 0.96 | 0.07 | 22.3 | 0.92 | 0.48 |
| Hex | EC | 5E | A | 0 | 3C | 60 | 7 | 16 | 5C | 30 |
| Octal | 354 | 136 | 12 | 0 | 74 | 140 | 7 | 26 | 134 | 60 |
| Binary | 11101100 | 1011110 | 1010 | 0 | 111100 | 1100000 | 111 | 10110 | 1011100 | 110000 |
Color Harmonies of #EC5E0A
Complementary color
Monochromatic Colors of #EC5E0A
Black with #EC5E0A
Text Example
Text Example
White with #EC5E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5E0A; }
p { color: rgb(236,94,10); }
H1.HeaderClassName
{
color: #EC5E0A;
}
.AnyTagClassName
{
color: #EC5E0A;
}
</style>
background-color css
<style>
a { background-color: #EC5E0A; }
a { background-color: rgb(236,94,10); }
div.DivClassName
{
background-color: #EC5E0A;
}
.BgClassName
{
background-color: #EC5E0A;
}
</style>
border-color css
<style>
span { border-color: #EC5E0A; }
span { border-color: rgb(236,94,10); }
td.TdClassName
{
border-color: #EC5E0A;
}
.TagClassName
{
border-color: #EC5E0A;
}
</style>