Shades of Persimmon #EC5100
Tints of Persimmon #EC5100
RGB
CMYK
RGB Variations
Color information
#EC5100 (or 0xEC5100) is known color: Persimmon. HEX triplet: EC, 51 and 00. RGB value is (236,81,0). Sum of RGB (Red+Green+Blue) = 236+81+0=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5100 is #13AEFF. Grayscale: #767676. Windows color (decimal): -1289984 or 20972. OLE color: 20972.
HSL color Cylindrical-coordinate representation of color #EC5100: hue angle of 20.59º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC5100 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.07 |
| HSL | 20.59º | 1% | 0.46% | - |
| HSV(B) | 20.59º | 1% | 0.93% | - |
| XYZ | 37.53 | 23.72 | 2.6 | - |
| YUV | 118.11 | 61.35 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 0 | 0 | 0.66 | 1 | 0.07 | 20.59 | 1 | 0.46 |
| Hex | EC | 51 | 0 | 0 | 42 | 64 | 7 | 15 | 64 | 2E |
| Octal | 354 | 121 | 0 | 0 | 102 | 144 | 7 | 25 | 144 | 56 |
| Binary | 11101100 | 1010001 | 0 | 0 | 1000010 | 1100100 | 111 | 10101 | 1100100 | 101110 |
Color Harmonies of #EC5100
Complementary color
Monochromatic Colors of #EC5100
Black with #EC5100
Text Example
Text Example
White with #EC5100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5100; }
p { color: rgb(236,81,0); }
H1.HeaderClassName
{
color: #EC5100;
}
.AnyTagClassName
{
color: #EC5100;
}
</style>
background-color css
<style>
a { background-color: #EC5100; }
a { background-color: rgb(236,81,0); }
div.DivClassName
{
background-color: #EC5100;
}
.BgClassName
{
background-color: #EC5100;
}
</style>
border-color css
<style>
span { border-color: #EC5100; }
span { border-color: rgb(236,81,0); }
td.TdClassName
{
border-color: #EC5100;
}
.TagClassName
{
border-color: #EC5100;
}
</style>