Shades of Persimmon #EC5107
Tints of Persimmon #EC5107
RGB
CMYK
RGB Variations
Color information
#EC5107 (or 0xEC5107) is known color: Persimmon. HEX triplet: EC, 51 and 07. RGB value is (236,81,7). Sum of RGB (Red+Green+Blue) = 236+81+7=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5107 is #13AEF8. Grayscale: #777777. Windows color (decimal): -1289977 or 479724. OLE color: 479724.
HSL color Cylindrical-coordinate representation of color #EC5107: hue angle of 19.39º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5107 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 7 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.07 |
| HSL | 19.39º | 0.94% | 0.48% | - |
| HSV(B) | 19.39º | 0.97% | 0.93% | - |
| XYZ | 37.57 | 23.73 | 2.8 | - |
| YUV | 118.91 | 64.85 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 7 | 0 | 0.66 | 0.97 | 0.07 | 19.39 | 0.94 | 0.48 |
| Hex | EC | 51 | 7 | 0 | 42 | 61 | 7 | 13 | 5E | 30 |
| Octal | 354 | 121 | 7 | 0 | 102 | 141 | 7 | 23 | 136 | 60 |
| Binary | 11101100 | 1010001 | 111 | 0 | 1000010 | 1100001 | 111 | 10011 | 1011110 | 110000 |
Color Harmonies of #EC5107
Complementary color
Monochromatic Colors of #EC5107
Black with #EC5107
Text Example
Text Example
White with #EC5107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5107; }
p { color: rgb(236,81,7); }
H1.HeaderClassName
{
color: #EC5107;
}
.AnyTagClassName
{
color: #EC5107;
}
</style>
background-color css
<style>
a { background-color: #EC5107; }
a { background-color: rgb(236,81,7); }
div.DivClassName
{
background-color: #EC5107;
}
.BgClassName
{
background-color: #EC5107;
}
</style>
border-color css
<style>
span { border-color: #EC5107; }
span { border-color: rgb(236,81,7); }
td.TdClassName
{
border-color: #EC5107;
}
.TagClassName
{
border-color: #EC5107;
}
</style>