Shades of Tahiti Gold #E7761D
Tints of Tahiti Gold #E7761D
RGB
CMYK
RGB Variations
Color information
#E7761D (or 0xE7761D) is known color: Tahiti Gold. HEX triplet: E7, 76 and 1D. RGB value is (231,118,29). Sum of RGB (Red+Green+Blue) = 231+118+29=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E7761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7761D is #1889E2. Grayscale: #8E8E8E. Windows color (decimal): -1608163 or 1930983. OLE color: 1930983.
HSL color Cylindrical-coordinate representation of color #E7761D: hue angle of 26.44º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7761D is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 118 | 29 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.09 |
| HSL | 26.44º | 0.81% | 0.51% | - |
| HSV(B) | 26.44º | 0.87% | 0.91% | - |
| XYZ | 39.66 | 30.03 | 4.87 | - |
| YUV | 141.64 | 64.44 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 118 | 29 | 0 | 0.49 | 0.87 | 0.09 | 26.44 | 0.81 | 0.51 |
| Hex | E7 | 76 | 1D | 0 | 31 | 57 | 9 | 1A | 51 | 33 |
| Octal | 347 | 166 | 35 | 0 | 61 | 127 | 11 | 32 | 121 | 63 |
| Binary | 11100111 | 1110110 | 11101 | 0 | 110001 | 1010111 | 1001 | 11010 | 1010001 | 110011 |
Color Harmonies of #E7761D
Complementary color
Monochromatic Colors of #E7761D
Black with #E7761D
Text Example
Text Example
White with #E7761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7761D; }
p { color: rgb(231,118,29); }
H1.HeaderClassName
{
color: #E7761D;
}
.AnyTagClassName
{
color: #E7761D;
}
</style>
background-color css
<style>
a { background-color: #E7761D; }
a { background-color: rgb(231,118,29); }
div.DivClassName
{
background-color: #E7761D;
}
.BgClassName
{
background-color: #E7761D;
}
</style>
border-color css
<style>
span { border-color: #E7761D; }
span { border-color: rgb(231,118,29); }
td.TdClassName
{
border-color: #E7761D;
}
.TagClassName
{
border-color: #E7761D;
}
</style>