Shades of Tahiti Gold #EF772C
Tints of Tahiti Gold #EF772C
RGB
CMYK
RGB Variations
Color information
#EF772C (or 0xEF772C) is known color: Tahiti Gold. HEX triplet: EF, 77 and 2C. RGB value is (239,119,44). Sum of RGB (Red+Green+Blue) = 239+119+44=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF772C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF772C is #1088D3. Grayscale: #929292. Windows color (decimal): -1083604 or 2914287. OLE color: 2914287.
HSL color Cylindrical-coordinate representation of color #EF772C: hue angle of 23.08º 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 #EF772C is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 119 | 44 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.06 |
| HSL | 23.08º | 0.86% | 0.55% | - |
| HSV(B) | 23.08º | 0.82% | 0.94% | - |
| XYZ | 42.65 | 31.73 | 6.26 | - |
| YUV | 146.33 | 70.26 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 119 | 44 | 0 | 0.50 | 0.82 | 0.06 | 23.08 | 0.86 | 0.55 |
| Hex | EF | 77 | 2C | 0 | 32 | 52 | 6 | 17 | 56 | 37 |
| Octal | 357 | 167 | 54 | 0 | 62 | 122 | 6 | 27 | 126 | 67 |
| Binary | 11101111 | 1110111 | 101100 | 0 | 110010 | 1010010 | 110 | 10111 | 1010110 | 110111 |
Color Harmonies of #EF772C
Complementary color
Monochromatic Colors of #EF772C
Black with #EF772C
Text Example
Text Example
White with #EF772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF772C; }
p { color: rgb(239,119,44); }
H1.HeaderClassName
{
color: #EF772C;
}
.AnyTagClassName
{
color: #EF772C;
}
</style>
background-color css
<style>
a { background-color: #EF772C; }
a { background-color: rgb(239,119,44); }
div.DivClassName
{
background-color: #EF772C;
}
.BgClassName
{
background-color: #EF772C;
}
</style>
border-color css
<style>
span { border-color: #EF772C; }
span { border-color: rgb(239,119,44); }
td.TdClassName
{
border-color: #EF772C;
}
.TagClassName
{
border-color: #EF772C;
}
</style>