Shades of Tahiti Gold #E77429
Tints of Tahiti Gold #E77429
RGB
CMYK
RGB Variations
Color information
#E77429 (or 0xE77429) is known color: Tahiti Gold. HEX triplet: E7, 74 and 29. RGB value is (231,116,41). Sum of RGB (Red+Green+Blue) = 231+116+41=388 (51% of max value = 765). Red value is 231 (90.62% from 255 or 59.54% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 231 - color contains mainly: red. Hex color #E77429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77429 is #188BD6. Grayscale: #8E8E8E. Windows color (decimal): -1608663 or 2716903. OLE color: 2716903.
HSL color Cylindrical-coordinate representation of color #E77429: hue angle of 23.68º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E77429 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 116 | 41 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.09 |
| HSL | 23.68º | 0.8% | 0.53% | - |
| HSV(B) | 23.68º | 0.82% | 0.91% | - |
| XYZ | 39.6 | 29.64 | 5.73 | - |
| YUV | 141.84 | 71.1 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 116 | 41 | 0 | 0.50 | 0.82 | 0.09 | 23.68 | 0.8 | 0.53 |
| Hex | E7 | 74 | 29 | 0 | 32 | 52 | 9 | 18 | 50 | 35 |
| Octal | 347 | 164 | 51 | 0 | 62 | 122 | 11 | 30 | 120 | 65 |
| Binary | 11100111 | 1110100 | 101001 | 0 | 110010 | 1010010 | 1001 | 11000 | 1010000 | 110101 |
Color Harmonies of #E77429
Complementary color
Monochromatic Colors of #E77429
Black with #E77429
Text Example
Text Example
White with #E77429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77429; }
p { color: rgb(231,116,41); }
H1.HeaderClassName
{
color: #E77429;
}
.AnyTagClassName
{
color: #E77429;
}
</style>
background-color css
<style>
a { background-color: #E77429; }
a { background-color: rgb(231,116,41); }
div.DivClassName
{
background-color: #E77429;
}
.BgClassName
{
background-color: #E77429;
}
</style>
border-color css
<style>
span { border-color: #E77429; }
span { border-color: rgb(231,116,41); }
td.TdClassName
{
border-color: #E77429;
}
.TagClassName
{
border-color: #E77429;
}
</style>