Shades of Tahiti Gold #EC791F
Tints of Tahiti Gold #EC791F
RGB
CMYK
RGB Variations
Color information
#EC791F (or 0xEC791F) is known color: Tahiti Gold. HEX triplet: EC, 79 and 1F. RGB value is (236,121,31). Sum of RGB (Red+Green+Blue) = 236+121+31=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC791F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC791F is #1386E0. Grayscale: #919191. Windows color (decimal): -1279713 or 2062828. OLE color: 2062828.
HSL color Cylindrical-coordinate representation of color #EC791F: hue angle of 26.34º 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 #EC791F is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 31 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.07 |
| HSL | 26.34º | 0.84% | 0.52% | - |
| HSV(B) | 26.34º | 0.87% | 0.93% | - |
| XYZ | 41.68 | 31.61 | 5.2 | - |
| YUV | 145.13 | 63.6 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 31 | 0 | 0.49 | 0.87 | 0.07 | 26.34 | 0.84 | 0.52 |
| Hex | EC | 79 | 1F | 0 | 31 | 57 | 7 | 1A | 54 | 34 |
| Octal | 354 | 171 | 37 | 0 | 61 | 127 | 7 | 32 | 124 | 64 |
| Binary | 11101100 | 1111001 | 11111 | 0 | 110001 | 1010111 | 111 | 11010 | 1010100 | 110100 |
Color Harmonies of #EC791F
Complementary color
Monochromatic Colors of #EC791F
Black with #EC791F
Text Example
Text Example
White with #EC791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC791F; }
p { color: rgb(236,121,31); }
H1.HeaderClassName
{
color: #EC791F;
}
.AnyTagClassName
{
color: #EC791F;
}
</style>
background-color css
<style>
a { background-color: #EC791F; }
a { background-color: rgb(236,121,31); }
div.DivClassName
{
background-color: #EC791F;
}
.BgClassName
{
background-color: #EC791F;
}
</style>
border-color css
<style>
span { border-color: #EC791F; }
span { border-color: rgb(236,121,31); }
td.TdClassName
{
border-color: #EC791F;
}
.TagClassName
{
border-color: #EC791F;
}
</style>