Shades of Tahiti Gold #EC7021
Tints of Tahiti Gold #EC7021
RGB
CMYK
RGB Variations
Color information
#EC7021 (or 0xEC7021) is known color: Tahiti Gold. HEX triplet: EC, 70 and 21. RGB value is (236,112,33). Sum of RGB (Red+Green+Blue) = 236+112+33=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7021 is #138FDE. Grayscale: #8C8C8C. Windows color (decimal): -1282015 or 2191596. OLE color: 2191596.
HSL color Cylindrical-coordinate representation of color #EC7021: hue angle of 23.35º 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 #EC7021 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 33 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.07 |
| HSL | 23.35º | 0.84% | 0.53% | - |
| HSV(B) | 23.35º | 0.86% | 0.93% | - |
| XYZ | 40.66 | 29.53 | 5 | - |
| YUV | 140.07 | 67.58 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 33 | 0 | 0.53 | 0.86 | 0.07 | 23.35 | 0.84 | 0.53 |
| Hex | EC | 70 | 21 | 0 | 35 | 56 | 7 | 17 | 54 | 35 |
| Octal | 354 | 160 | 41 | 0 | 65 | 126 | 7 | 27 | 124 | 65 |
| Binary | 11101100 | 1110000 | 100001 | 0 | 110101 | 1010110 | 111 | 10111 | 1010100 | 110101 |
Color Harmonies of #EC7021
Complementary color
Monochromatic Colors of #EC7021
Black with #EC7021
Text Example
Text Example
White with #EC7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7021; }
p { color: rgb(236,112,33); }
H1.HeaderClassName
{
color: #EC7021;
}
.AnyTagClassName
{
color: #EC7021;
}
</style>
background-color css
<style>
a { background-color: #EC7021; }
a { background-color: rgb(236,112,33); }
div.DivClassName
{
background-color: #EC7021;
}
.BgClassName
{
background-color: #EC7021;
}
</style>
border-color css
<style>
span { border-color: #EC7021; }
span { border-color: rgb(236,112,33); }
td.TdClassName
{
border-color: #EC7021;
}
.TagClassName
{
border-color: #EC7021;
}
</style>