Shades of Persimmon #EC6606
Tints of Persimmon #EC6606
RGB
CMYK
RGB Variations
Color information
#EC6606 (or 0xEC6606) is known color: Persimmon. HEX triplet: EC, 66 and 06. RGB value is (236,102,6). Sum of RGB (Red+Green+Blue) = 236+102+6=344 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.60% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6606 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6606 is #1399F9. Grayscale: #838383. Windows color (decimal): -1284602 or 419564. OLE color: 419564.
HSL color Cylindrical-coordinate representation of color #EC6606: hue angle of 25.04º 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 #EC6606 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 6 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.07 |
| HSL | 25.04º | 0.95% | 0.47% | - |
| HSV(B) | 25.04º | 0.97% | 0.93% | - |
| XYZ | 39.38 | 27.35 | 3.38 | - |
| YUV | 131.12 | 57.39 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 6 | 0 | 0.57 | 0.97 | 0.07 | 25.04 | 0.95 | 0.47 |
| Hex | EC | 66 | 6 | 0 | 39 | 61 | 7 | 19 | 5F | 2F |
| Octal | 354 | 146 | 6 | 0 | 71 | 141 | 7 | 31 | 137 | 57 |
| Binary | 11101100 | 1100110 | 110 | 0 | 111001 | 1100001 | 111 | 11001 | 1011111 | 101111 |
Color Harmonies of #EC6606
Complementary color
Monochromatic Colors of #EC6606
Black with #EC6606
Text Example
Text Example
White with #EC6606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6606; }
p { color: rgb(236,102,6); }
H1.HeaderClassName
{
color: #EC6606;
}
.AnyTagClassName
{
color: #EC6606;
}
</style>
background-color css
<style>
a { background-color: #EC6606; }
a { background-color: rgb(236,102,6); }
div.DivClassName
{
background-color: #EC6606;
}
.BgClassName
{
background-color: #EC6606;
}
</style>
border-color css
<style>
span { border-color: #EC6606; }
span { border-color: rgb(236,102,6); }
td.TdClassName
{
border-color: #EC6606;
}
.TagClassName
{
border-color: #EC6606;
}
</style>