Shades of Tahiti Gold #EC702E
Tints of Tahiti Gold #EC702E
RGB
CMYK
RGB Variations
Color information
#EC702E (or 0xEC702E) is known color: Tahiti Gold. HEX triplet: EC, 70 and 2E. RGB value is (236,112,46). Sum of RGB (Red+Green+Blue) = 236+112+46=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 46 (18.36% from 255 or 11.68% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC702E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC702E is #138FD1. Grayscale: #8D8D8D. Windows color (decimal): -1282002 or 3043564. OLE color: 3043564.
HSL color Cylindrical-coordinate representation of color #EC702E: hue angle of 20.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC702E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 46 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.07 |
| HSL | 20.84º | 0.83% | 0.55% | - |
| HSV(B) | 20.84º | 0.81% | 0.93% | - |
| XYZ | 40.88 | 29.62 | 6.15 | - |
| YUV | 141.55 | 74.08 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 46 | 0 | 0.53 | 0.81 | 0.07 | 20.84 | 0.83 | 0.55 |
| Hex | EC | 70 | 2E | 0 | 35 | 51 | 7 | 15 | 53 | 37 |
| Octal | 354 | 160 | 56 | 0 | 65 | 121 | 7 | 25 | 123 | 67 |
| Binary | 11101100 | 1110000 | 101110 | 0 | 110101 | 1010001 | 111 | 10101 | 1010011 | 110111 |
Color Harmonies of #EC702E
Complementary color
Monochromatic Colors of #EC702E
Black with #EC702E
Text Example
Text Example
White with #EC702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC702E; }
p { color: rgb(236,112,46); }
H1.HeaderClassName
{
color: #EC702E;
}
.AnyTagClassName
{
color: #EC702E;
}
</style>
background-color css
<style>
a { background-color: #EC702E; }
a { background-color: rgb(236,112,46); }
div.DivClassName
{
background-color: #EC702E;
}
.BgClassName
{
background-color: #EC702E;
}
</style>
border-color css
<style>
span { border-color: #EC702E; }
span { border-color: rgb(236,112,46); }
td.TdClassName
{
border-color: #EC702E;
}
.TagClassName
{
border-color: #EC702E;
}
</style>