Shades of Tahiti Gold #E77D27
Tints of Tahiti Gold #E77D27
RGB
CMYK
RGB Variations
Color information
#E77D27 (or 0xE77D27) is known color: Tahiti Gold. HEX triplet: E7, 7D and 27. RGB value is (231,125,39). Sum of RGB (Red+Green+Blue) = 231+125+39=395 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.48% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77D27 is #1882D8. Grayscale: #939393. Windows color (decimal): -1606361 or 2588135. OLE color: 2588135.
HSL color Cylindrical-coordinate representation of color #E77D27: hue angle of 26.88º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E77D27 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 39 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.09 |
| HSL | 26.88º | 0.8% | 0.53% | - |
| HSV(B) | 26.88º | 0.83% | 0.91% | - |
| XYZ | 40.65 | 31.8 | 5.92 | - |
| YUV | 146.89 | 67.12 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 39 | 0 | 0.46 | 0.83 | 0.09 | 26.88 | 0.8 | 0.53 |
| Hex | E7 | 7D | 27 | 0 | 2E | 53 | 9 | 1B | 50 | 35 |
| Octal | 347 | 175 | 47 | 0 | 56 | 123 | 11 | 33 | 120 | 65 |
| Binary | 11100111 | 1111101 | 100111 | 0 | 101110 | 1010011 | 1001 | 11011 | 1010000 | 110101 |
Color Harmonies of #E77D27
Complementary color
Monochromatic Colors of #E77D27
Black with #E77D27
Text Example
Text Example
White with #E77D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D27; }
p { color: rgb(231,125,39); }
H1.HeaderClassName
{
color: #E77D27;
}
.AnyTagClassName
{
color: #E77D27;
}
</style>
background-color css
<style>
a { background-color: #E77D27; }
a { background-color: rgb(231,125,39); }
div.DivClassName
{
background-color: #E77D27;
}
.BgClassName
{
background-color: #E77D27;
}
</style>
border-color css
<style>
span { border-color: #E77D27; }
span { border-color: rgb(231,125,39); }
td.TdClassName
{
border-color: #E77D27;
}
.TagClassName
{
border-color: #E77D27;
}
</style>