Shades of Tahiti Gold #EC7026
Tints of Tahiti Gold #EC7026
RGB
CMYK
RGB Variations
Color information
#EC7026 (or 0xEC7026) is known color: Tahiti Gold. HEX triplet: EC, 70 and 26. RGB value is (236,112,38). Sum of RGB (Red+Green+Blue) = 236+112+38=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7026 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7026 is #138FD9. Grayscale: #8D8D8D. Windows color (decimal): -1282010 or 2519276. OLE color: 2519276.
HSL color Cylindrical-coordinate representation of color #EC7026: hue angle of 22.42º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC7026 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 38 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.07 |
| HSL | 22.42º | 0.84% | 0.54% | - |
| HSV(B) | 22.42º | 0.84% | 0.93% | - |
| XYZ | 40.74 | 29.56 | 5.39 | - |
| YUV | 140.64 | 70.08 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 38 | 0 | 0.53 | 0.84 | 0.07 | 22.42 | 0.84 | 0.54 |
| Hex | EC | 70 | 26 | 0 | 35 | 54 | 7 | 16 | 54 | 36 |
| Octal | 354 | 160 | 46 | 0 | 65 | 124 | 7 | 26 | 124 | 66 |
| Binary | 11101100 | 1110000 | 100110 | 0 | 110101 | 1010100 | 111 | 10110 | 1010100 | 110110 |
Color Harmonies of #EC7026
Complementary color
Monochromatic Colors of #EC7026
Black with #EC7026
Text Example
Text Example
White with #EC7026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7026; }
p { color: rgb(236,112,38); }
H1.HeaderClassName
{
color: #EC7026;
}
.AnyTagClassName
{
color: #EC7026;
}
</style>
background-color css
<style>
a { background-color: #EC7026; }
a { background-color: rgb(236,112,38); }
div.DivClassName
{
background-color: #EC7026;
}
.BgClassName
{
background-color: #EC7026;
}
</style>
border-color css
<style>
span { border-color: #EC7026; }
span { border-color: rgb(236,112,38); }
td.TdClassName
{
border-color: #EC7026;
}
.TagClassName
{
border-color: #EC7026;
}
</style>