Shades of Tahiti Gold #E77331
Tints of Tahiti Gold #E77331
RGB
CMYK
RGB Variations
Color information
#E77331 (or 0xE77331) is known color: Tahiti Gold. HEX triplet: E7, 73 and 31. RGB value is (231,115,49). Sum of RGB (Red+Green+Blue) = 231+115+49=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E77331 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77331 is #188CCE. Grayscale: #8E8E8E. Windows color (decimal): -1608911 or 3240935. OLE color: 3240935.
HSL color Cylindrical-coordinate representation of color #E77331: hue angle of 21.76º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E77331 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 115 | 49 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.09 |
| HSL | 21.76º | 0.79% | 0.55% | - |
| HSV(B) | 21.76º | 0.79% | 0.91% | - |
| XYZ | 39.64 | 29.47 | 6.51 | - |
| YUV | 142.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 115 | 49 | 0 | 0.50 | 0.79 | 0.09 | 21.76 | 0.79 | 0.55 |
| Hex | E7 | 73 | 31 | 0 | 32 | 4F | 9 | 16 | 4F | 37 |
| Octal | 347 | 163 | 61 | 0 | 62 | 117 | 11 | 26 | 117 | 67 |
| Binary | 11100111 | 1110011 | 110001 | 0 | 110010 | 1001111 | 1001 | 10110 | 1001111 | 110111 |
Color Harmonies of #E77331
Complementary color
Monochromatic Colors of #E77331
Black with #E77331
Text Example
Text Example
White with #E77331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77331; }
p { color: rgb(231,115,49); }
H1.HeaderClassName
{
color: #E77331;
}
.AnyTagClassName
{
color: #E77331;
}
</style>
background-color css
<style>
a { background-color: #E77331; }
a { background-color: rgb(231,115,49); }
div.DivClassName
{
background-color: #E77331;
}
.BgClassName
{
background-color: #E77331;
}
</style>
border-color css
<style>
span { border-color: #E77331; }
span { border-color: rgb(231,115,49); }
td.TdClassName
{
border-color: #E77331;
}
.TagClassName
{
border-color: #E77331;
}
</style>