Shades of Tahiti Gold #EC701E
Tints of Tahiti Gold #EC701E
RGB
CMYK
RGB Variations
Color information
#EC701E (or 0xEC701E) is known color: Tahiti Gold. HEX triplet: EC, 70 and 1E. RGB value is (236,112,30). Sum of RGB (Red+Green+Blue) = 236+112+30=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC701E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC701E is #138FE1. Grayscale: #8C8C8C. Windows color (decimal): -1282018 or 1994988. OLE color: 1994988.
HSL color Cylindrical-coordinate representation of color #EC701E: hue angle of 23.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC701E is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 30 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.07 |
| HSL | 23.88º | 0.84% | 0.52% | - |
| HSV(B) | 23.88º | 0.87% | 0.93% | - |
| XYZ | 40.62 | 29.51 | 4.78 | - |
| YUV | 139.73 | 66.08 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 30 | 0 | 0.53 | 0.87 | 0.07 | 23.88 | 0.84 | 0.52 |
| Hex | EC | 70 | 1E | 0 | 35 | 57 | 7 | 18 | 54 | 34 |
| Octal | 354 | 160 | 36 | 0 | 65 | 127 | 7 | 30 | 124 | 64 |
| Binary | 11101100 | 1110000 | 11110 | 0 | 110101 | 1010111 | 111 | 11000 | 1010100 | 110100 |
Color Harmonies of #EC701E
Complementary color
Monochromatic Colors of #EC701E
Black with #EC701E
Text Example
Text Example
White with #EC701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC701E; }
p { color: rgb(236,112,30); }
H1.HeaderClassName
{
color: #EC701E;
}
.AnyTagClassName
{
color: #EC701E;
}
</style>
background-color css
<style>
a { background-color: #EC701E; }
a { background-color: rgb(236,112,30); }
div.DivClassName
{
background-color: #EC701E;
}
.BgClassName
{
background-color: #EC701E;
}
</style>
border-color css
<style>
span { border-color: #EC701E; }
span { border-color: rgb(236,112,30); }
td.TdClassName
{
border-color: #EC701E;
}
.TagClassName
{
border-color: #EC701E;
}
</style>