Shades of Tahiti Gold #EF762C
Tints of Tahiti Gold #EF762C
RGB
CMYK
RGB Variations
Color information
#EF762C (or 0xEF762C) is known color: Tahiti Gold. HEX triplet: EF, 76 and 2C. RGB value is (239,118,44). Sum of RGB (Red+Green+Blue) = 239+118+44=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 44 (17.58% from 255 or 10.97% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF762C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF762C is #1089D3. Grayscale: #929292. Windows color (decimal): -1083860 or 2914031. OLE color: 2914031.
HSL color Cylindrical-coordinate representation of color #EF762C: hue angle of 22.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF762C is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 44 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.06 |
| HSL | 22.77º | 0.86% | 0.55% | - |
| HSV(B) | 22.77º | 0.82% | 0.94% | - |
| XYZ | 42.53 | 31.49 | 6.22 | - |
| YUV | 145.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 44 | 0 | 0.51 | 0.82 | 0.06 | 22.77 | 0.86 | 0.55 |
| Hex | EF | 76 | 2C | 0 | 33 | 52 | 6 | 17 | 56 | 37 |
| Octal | 357 | 166 | 54 | 0 | 63 | 122 | 6 | 27 | 126 | 67 |
| Binary | 11101111 | 1110110 | 101100 | 0 | 110011 | 1010010 | 110 | 10111 | 1010110 | 110111 |
Color Harmonies of #EF762C
Complementary color
Monochromatic Colors of #EF762C
Black with #EF762C
Text Example
Text Example
White with #EF762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF762C; }
p { color: rgb(239,118,44); }
H1.HeaderClassName
{
color: #EF762C;
}
.AnyTagClassName
{
color: #EF762C;
}
</style>
background-color css
<style>
a { background-color: #EF762C; }
a { background-color: rgb(239,118,44); }
div.DivClassName
{
background-color: #EF762C;
}
.BgClassName
{
background-color: #EF762C;
}
</style>
border-color css
<style>
span { border-color: #EF762C; }
span { border-color: rgb(239,118,44); }
td.TdClassName
{
border-color: #EF762C;
}
.TagClassName
{
border-color: #EF762C;
}
</style>