Shades of Persimmon #EC6607
Tints of Persimmon #EC6607
RGB
CMYK
RGB Variations
Color information
#EC6607 (or 0xEC6607) is known color: Persimmon. HEX triplet: EC, 66 and 07. RGB value is (236,102,7). Sum of RGB (Red+Green+Blue) = 236+102+7=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6607 is #1399F8. Grayscale: #838383. Windows color (decimal): -1284601 or 485100. OLE color: 485100.
HSL color Cylindrical-coordinate representation of color #EC6607: hue angle of 24.89º 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 #EC6607 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 7 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.07 |
| HSL | 24.89º | 0.94% | 0.48% | - |
| HSV(B) | 24.89º | 0.97% | 0.93% | - |
| XYZ | 39.38 | 27.35 | 3.4 | - |
| YUV | 131.24 | 57.89 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 7 | 0 | 0.57 | 0.97 | 0.07 | 24.89 | 0.94 | 0.48 |
| Hex | EC | 66 | 7 | 0 | 39 | 61 | 7 | 19 | 5E | 30 |
| Octal | 354 | 146 | 7 | 0 | 71 | 141 | 7 | 31 | 136 | 60 |
| Binary | 11101100 | 1100110 | 111 | 0 | 111001 | 1100001 | 111 | 11001 | 1011110 | 110000 |
Color Harmonies of #EC6607
Complementary color
Monochromatic Colors of #EC6607
Black with #EC6607
Text Example
Text Example
White with #EC6607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6607; }
p { color: rgb(236,102,7); }
H1.HeaderClassName
{
color: #EC6607;
}
.AnyTagClassName
{
color: #EC6607;
}
</style>
background-color css
<style>
a { background-color: #EC6607; }
a { background-color: rgb(236,102,7); }
div.DivClassName
{
background-color: #EC6607;
}
.BgClassName
{
background-color: #EC6607;
}
</style>
border-color css
<style>
span { border-color: #EC6607; }
span { border-color: rgb(236,102,7); }
td.TdClassName
{
border-color: #EC6607;
}
.TagClassName
{
border-color: #EC6607;
}
</style>