Shades of Persimmon #EC5C06
Tints of Persimmon #EC5C06
RGB
CMYK
RGB Variations
Color information
#EC5C06 (or 0xEC5C06) is known color: Persimmon. HEX triplet: EC, 5C and 06. RGB value is (236,92,6). Sum of RGB (Red+Green+Blue) = 236+92+6=334 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.66% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC5C06 is #13A3F9. Grayscale: #7D7D7D. Windows color (decimal): -1287162 or 417004. OLE color: 417004.
HSL color Cylindrical-coordinate representation of color #EC5C06: hue angle of 22.43º 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 #EC5C06 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 92 | 6 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.07 |
| HSL | 22.43º | 0.95% | 0.47% | - |
| HSV(B) | 22.43º | 0.97% | 0.93% | - |
| XYZ | 38.45 | 25.5 | 3.07 | - |
| YUV | 125.25 | 60.71 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 92 | 6 | 0 | 0.61 | 0.97 | 0.07 | 22.43 | 0.95 | 0.47 |
| Hex | EC | 5C | 6 | 0 | 3D | 61 | 7 | 16 | 5F | 2F |
| Octal | 354 | 134 | 6 | 0 | 75 | 141 | 7 | 26 | 137 | 57 |
| Binary | 11101100 | 1011100 | 110 | 0 | 111101 | 1100001 | 111 | 10110 | 1011111 | 101111 |
Color Harmonies of #EC5C06
Complementary color
Monochromatic Colors of #EC5C06
Black with #EC5C06
Text Example
Text Example
White with #EC5C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC5C06; }
p { color: rgb(236,92,6); }
H1.HeaderClassName
{
color: #EC5C06;
}
.AnyTagClassName
{
color: #EC5C06;
}
</style>
background-color css
<style>
a { background-color: #EC5C06; }
a { background-color: rgb(236,92,6); }
div.DivClassName
{
background-color: #EC5C06;
}
.BgClassName
{
background-color: #EC5C06;
}
</style>
border-color css
<style>
span { border-color: #EC5C06; }
span { border-color: rgb(236,92,6); }
td.TdClassName
{
border-color: #EC5C06;
}
.TagClassName
{
border-color: #EC5C06;
}
</style>