Shades of Tahiti Gold #E2771E
Tints of Tahiti Gold #E2771E
RGB
CMYK
RGB Variations
Color information
#E2771E (or 0xE2771E) is known color: Tahiti Gold. HEX triplet: E2, 77 and 1E. RGB value is (226,119,30). Sum of RGB (Red+Green+Blue) = 226+119+30=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2771E is #1D88E1. Grayscale: #8D8D8D. Windows color (decimal): -1935586 or 1996770. OLE color: 1996770.
HSL color Cylindrical-coordinate representation of color #E2771E: hue angle of 27.24º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E2771E is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 119 | 30 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.11 |
| HSL | 27.24º | 0.77% | 0.5% | - |
| HSV(B) | 27.24º | 0.87% | 0.89% | - |
| XYZ | 38.2 | 29.46 | 4.9 | - |
| YUV | 140.85 | 65.45 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 119 | 30 | 0 | 0.47 | 0.87 | 0.11 | 27.24 | 0.77 | 0.5 |
| Hex | E2 | 77 | 1E | 0 | 2F | 57 | B | 1B | 4D | 32 |
| Octal | 342 | 167 | 36 | 0 | 57 | 127 | 13 | 33 | 115 | 62 |
| Binary | 11100010 | 1110111 | 11110 | 0 | 101111 | 1010111 | 1011 | 11011 | 1001101 | 110010 |
Color Harmonies of #E2771E
Complementary color
Monochromatic Colors of #E2771E
Black with #E2771E
Text Example
Text Example
White with #E2771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2771E; }
p { color: rgb(226,119,30); }
H1.HeaderClassName
{
color: #E2771E;
}
.AnyTagClassName
{
color: #E2771E;
}
</style>
background-color css
<style>
a { background-color: #E2771E; }
a { background-color: rgb(226,119,30); }
div.DivClassName
{
background-color: #E2771E;
}
.BgClassName
{
background-color: #E2771E;
}
</style>
border-color css
<style>
span { border-color: #E2771E; }
span { border-color: rgb(226,119,30); }
td.TdClassName
{
border-color: #E2771E;
}
.TagClassName
{
border-color: #E2771E;
}
</style>