Shades of Persimmon #EC5D06
Tints of Persimmon #EC5D06
RGB
CMYK
RGB Variations
Color information
#EC5D06 (or 0xEC5D06) is known color: Persimmon. HEX triplet: EC, 5D and 06. RGB value is (236,93,6). Sum of RGB (Red+Green+Blue) = 236+93+6=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5D06 is #13A2F9. Grayscale: #7E7E7E. Windows color (decimal): -1286906 or 417260. OLE color: 417260.
HSL color Cylindrical-coordinate representation of color #EC5D06: hue angle of 22.7º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC5D06 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 93 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.07 |
| HSL | 22.7º | 0.95% | 0.47% | - |
| HSV(B) | 22.7º | 0.97% | 0.93% | - |
| XYZ | 38.54 | 25.67 | 3.1 | - |
| YUV | 125.84 | 60.38 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 93 | 6 | 0 | 0.61 | 0.97 | 0.07 | 22.7 | 0.95 | 0.47 |
| Hex | EC | 5D | 6 | 0 | 3D | 61 | 7 | 17 | 5F | 2F |
| Octal | 354 | 135 | 6 | 0 | 75 | 141 | 7 | 27 | 137 | 57 |
| Binary | 11101100 | 1011101 | 110 | 0 | 111101 | 1100001 | 111 | 10111 | 1011111 | 101111 |
Color Harmonies of #EC5D06
Complementary color
Monochromatic Colors of #EC5D06
Black with #EC5D06
Text Example
Text Example
White with #EC5D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5D06; }
p { color: rgb(236,93,6); }
H1.HeaderClassName
{
color: #EC5D06;
}
.AnyTagClassName
{
color: #EC5D06;
}
</style>
background-color css
<style>
a { background-color: #EC5D06; }
a { background-color: rgb(236,93,6); }
div.DivClassName
{
background-color: #EC5D06;
}
.BgClassName
{
background-color: #EC5D06;
}
</style>
border-color css
<style>
span { border-color: #EC5D06; }
span { border-color: rgb(236,93,6); }
td.TdClassName
{
border-color: #EC5D06;
}
.TagClassName
{
border-color: #EC5D06;
}
</style>