Shades of Tahiti Gold #EC712F
Tints of Tahiti Gold #EC712F
RGB
CMYK
RGB Variations
Color information
#EC712F (or 0xEC712F) is known color: Tahiti Gold. HEX triplet: EC, 71 and 2F. RGB value is (236,113,47). Sum of RGB (Red+Green+Blue) = 236+113+47=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 47 (18.75% from 255 or 11.87% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC712F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC712F is #138ED0. Grayscale: #8E8E8E. Windows color (decimal): -1281745 or 3109356. OLE color: 3109356.
HSL color Cylindrical-coordinate representation of color #EC712F: hue angle of 20.95º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC712F is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 47 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.07 |
| HSL | 20.95º | 0.83% | 0.55% | - |
| HSV(B) | 20.95º | 0.8% | 0.93% | - |
| XYZ | 41.01 | 29.85 | 6.29 | - |
| YUV | 142.25 | 74.25 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 47 | 0 | 0.52 | 0.80 | 0.07 | 20.95 | 0.83 | 0.55 |
| Hex | EC | 71 | 2F | 0 | 34 | 50 | 7 | 15 | 53 | 37 |
| Octal | 354 | 161 | 57 | 0 | 64 | 120 | 7 | 25 | 123 | 67 |
| Binary | 11101100 | 1110001 | 101111 | 0 | 110100 | 1010000 | 111 | 10101 | 1010011 | 110111 |
Color Harmonies of #EC712F
Complementary color
Monochromatic Colors of #EC712F
Black with #EC712F
Text Example
Text Example
White with #EC712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC712F; }
p { color: rgb(236,113,47); }
H1.HeaderClassName
{
color: #EC712F;
}
.AnyTagClassName
{
color: #EC712F;
}
</style>
background-color css
<style>
a { background-color: #EC712F; }
a { background-color: rgb(236,113,47); }
div.DivClassName
{
background-color: #EC712F;
}
.BgClassName
{
background-color: #EC712F;
}
</style>
border-color css
<style>
span { border-color: #EC712F; }
span { border-color: rgb(236,113,47); }
td.TdClassName
{
border-color: #EC712F;
}
.TagClassName
{
border-color: #EC712F;
}
</style>