Shades of Tahiti Gold #EC7321
Tints of Tahiti Gold #EC7321
RGB
CMYK
RGB Variations
Color information
#EC7321 (or 0xEC7321) is known color: Tahiti Gold. HEX triplet: EC, 73 and 21. RGB value is (236,115,33). Sum of RGB (Red+Green+Blue) = 236+115+33=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7321 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7321 is #138CDE. Grayscale: #8E8E8E. Windows color (decimal): -1281247 or 2192364. OLE color: 2192364.
HSL color Cylindrical-coordinate representation of color #EC7321: hue angle of 24.24º 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 #EC7321 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 115 | 33 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.07 |
| HSL | 24.24º | 0.84% | 0.53% | - |
| HSV(B) | 24.24º | 0.86% | 0.93% | - |
| XYZ | 41 | 30.2 | 5.11 | - |
| YUV | 141.83 | 66.59 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 115 | 33 | 0 | 0.51 | 0.86 | 0.07 | 24.24 | 0.84 | 0.53 |
| Hex | EC | 73 | 21 | 0 | 33 | 56 | 7 | 18 | 54 | 35 |
| Octal | 354 | 163 | 41 | 0 | 63 | 126 | 7 | 30 | 124 | 65 |
| Binary | 11101100 | 1110011 | 100001 | 0 | 110011 | 1010110 | 111 | 11000 | 1010100 | 110101 |
Color Harmonies of #EC7321
Complementary color
Monochromatic Colors of #EC7321
Black with #EC7321
Text Example
Text Example
White with #EC7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7321; }
p { color: rgb(236,115,33); }
H1.HeaderClassName
{
color: #EC7321;
}
.AnyTagClassName
{
color: #EC7321;
}
</style>
background-color css
<style>
a { background-color: #EC7321; }
a { background-color: rgb(236,115,33); }
div.DivClassName
{
background-color: #EC7321;
}
.BgClassName
{
background-color: #EC7321;
}
</style>
border-color css
<style>
span { border-color: #EC7321; }
span { border-color: rgb(236,115,33); }
td.TdClassName
{
border-color: #EC7321;
}
.TagClassName
{
border-color: #EC7321;
}
</style>