Shades of Tahiti Gold #EC6420
Tints of Tahiti Gold #EC6420
RGB
CMYK
RGB Variations
Color information
#EC6420 (or 0xEC6420) is known color: Tahiti Gold. HEX triplet: EC, 64 and 20. RGB value is (236,100,32). Sum of RGB (Red+Green+Blue) = 236+100+32=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6420 is #139BDF. Grayscale: #858585. Windows color (decimal): -1285088 or 2122988. OLE color: 2122988.
HSL color Cylindrical-coordinate representation of color #EC6420: hue angle of 20º 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 #EC6420 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 32 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.07 |
| HSL | 20º | 0.84% | 0.53% | - |
| HSV(B) | 20º | 0.86% | 0.93% | - |
| XYZ | 39.41 | 27.05 | 4.51 | - |
| YUV | 132.91 | 71.06 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 32 | 0 | 0.58 | 0.86 | 0.07 | 20 | 0.84 | 0.53 |
| Hex | EC | 64 | 20 | 0 | 3A | 56 | 7 | 14 | 54 | 35 |
| Octal | 354 | 144 | 40 | 0 | 72 | 126 | 7 | 24 | 124 | 65 |
| Binary | 11101100 | 1100100 | 100000 | 0 | 111010 | 1010110 | 111 | 10100 | 1010100 | 110101 |
Color Harmonies of #EC6420
Complementary color
Monochromatic Colors of #EC6420
Black with #EC6420
Text Example
Text Example
White with #EC6420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6420; }
p { color: rgb(236,100,32); }
H1.HeaderClassName
{
color: #EC6420;
}
.AnyTagClassName
{
color: #EC6420;
}
</style>
background-color css
<style>
a { background-color: #EC6420; }
a { background-color: rgb(236,100,32); }
div.DivClassName
{
background-color: #EC6420;
}
.BgClassName
{
background-color: #EC6420;
}
</style>
border-color css
<style>
span { border-color: #EC6420; }
span { border-color: rgb(236,100,32); }
td.TdClassName
{
border-color: #EC6420;
}
.TagClassName
{
border-color: #EC6420;
}
</style>