Shades of Tahiti Gold #EC6620
Tints of Tahiti Gold #EC6620
RGB
CMYK
RGB Variations
Color information
#EC6620 (or 0xEC6620) is known color: Tahiti Gold. HEX triplet: EC, 66 and 20. RGB value is (236,102,32). Sum of RGB (Red+Green+Blue) = 236+102+32=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6620 is #1399DF. Grayscale: #868686. Windows color (decimal): -1284576 or 2123500. OLE color: 2123500.
HSL color Cylindrical-coordinate representation of color #EC6620: hue angle of 20.59º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC6620 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 32 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.07 |
| HSL | 20.59º | 0.84% | 0.53% | - |
| HSV(B) | 20.59º | 0.86% | 0.93% | - |
| XYZ | 39.6 | 27.44 | 4.58 | - |
| YUV | 134.09 | 70.39 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 32 | 0 | 0.57 | 0.86 | 0.07 | 20.59 | 0.84 | 0.53 |
| Hex | EC | 66 | 20 | 0 | 39 | 56 | 7 | 15 | 54 | 35 |
| Octal | 354 | 146 | 40 | 0 | 71 | 126 | 7 | 25 | 124 | 65 |
| Binary | 11101100 | 1100110 | 100000 | 0 | 111001 | 1010110 | 111 | 10101 | 1010100 | 110101 |
Color Harmonies of #EC6620
Complementary color
Monochromatic Colors of #EC6620
Black with #EC6620
Text Example
Text Example
White with #EC6620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6620; }
p { color: rgb(236,102,32); }
H1.HeaderClassName
{
color: #EC6620;
}
.AnyTagClassName
{
color: #EC6620;
}
</style>
background-color css
<style>
a { background-color: #EC6620; }
a { background-color: rgb(236,102,32); }
div.DivClassName
{
background-color: #EC6620;
}
.BgClassName
{
background-color: #EC6620;
}
</style>
border-color css
<style>
span { border-color: #EC6620; }
span { border-color: rgb(236,102,32); }
td.TdClassName
{
border-color: #EC6620;
}
.TagClassName
{
border-color: #EC6620;
}
</style>