Shades of Tahiti Gold #EC7A20
Tints of Tahiti Gold #EC7A20
RGB
CMYK
RGB Variations
Color information
#EC7A20 (or 0xEC7A20) is known color: Tahiti Gold. HEX triplet: EC, 7A and 20. RGB value is (236,122,32). Sum of RGB (Red+Green+Blue) = 236+122+32=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7A20 is #1385DF. Grayscale: #929292. Windows color (decimal): -1279456 or 2128620. OLE color: 2128620.
HSL color Cylindrical-coordinate representation of color #EC7A20: hue angle of 26.47º 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 #EC7A20 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 122 | 32 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.07 |
| HSL | 26.47º | 0.84% | 0.53% | - |
| HSV(B) | 26.47º | 0.86% | 0.93% | - |
| XYZ | 41.81 | 31.86 | 5.31 | - |
| YUV | 145.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 122 | 32 | 0 | 0.48 | 0.86 | 0.07 | 26.47 | 0.84 | 0.53 |
| Hex | EC | 7A | 20 | 0 | 30 | 56 | 7 | 1A | 54 | 35 |
| Octal | 354 | 172 | 40 | 0 | 60 | 126 | 7 | 32 | 124 | 65 |
| Binary | 11101100 | 1111010 | 100000 | 0 | 110000 | 1010110 | 111 | 11010 | 1010100 | 110101 |
Color Harmonies of #EC7A20
Complementary color
Monochromatic Colors of #EC7A20
Black with #EC7A20
Text Example
Text Example
White with #EC7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7A20; }
p { color: rgb(236,122,32); }
H1.HeaderClassName
{
color: #EC7A20;
}
.AnyTagClassName
{
color: #EC7A20;
}
</style>
background-color css
<style>
a { background-color: #EC7A20; }
a { background-color: rgb(236,122,32); }
div.DivClassName
{
background-color: #EC7A20;
}
.BgClassName
{
background-color: #EC7A20;
}
</style>
border-color css
<style>
span { border-color: #EC7A20; }
span { border-color: rgb(236,122,32); }
td.TdClassName
{
border-color: #EC7A20;
}
.TagClassName
{
border-color: #EC7A20;
}
</style>