Shades of Tahiti Gold #E3771C
Tints of Tahiti Gold #E3771C
RGB
CMYK
RGB Variations
Color information
#E3771C (or 0xE3771C) is known color: Tahiti Gold. HEX triplet: E3, 77 and 1C. RGB value is (227,119,28). Sum of RGB (Red+Green+Blue) = 227+119+28=374 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.70% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 227 - color contains mainly: red. Hex color #E3771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3771C is #1C88E3. Grayscale: #8D8D8D. Windows color (decimal): -1870052 or 1865699. OLE color: 1865699.
HSL color Cylindrical-coordinate representation of color #E3771C: hue angle of 27.44º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3771C is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 119 | 28 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.11 |
| HSL | 27.44º | 0.78% | 0.5% | - |
| HSV(B) | 27.44º | 0.88% | 0.89% | - |
| XYZ | 38.48 | 29.61 | 4.79 | - |
| YUV | 140.92 | 64.28 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 119 | 28 | 0 | 0.48 | 0.88 | 0.11 | 27.44 | 0.78 | 0.5 |
| Hex | E3 | 77 | 1C | 0 | 30 | 58 | B | 1B | 4E | 32 |
| Octal | 343 | 167 | 34 | 0 | 60 | 130 | 13 | 33 | 116 | 62 |
| Binary | 11100011 | 1110111 | 11100 | 0 | 110000 | 1011000 | 1011 | 11011 | 1001110 | 110010 |
Color Harmonies of #E3771C
Complementary color
Monochromatic Colors of #E3771C
Black with #E3771C
Text Example
Text Example
White with #E3771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3771C; }
p { color: rgb(227,119,28); }
H1.HeaderClassName
{
color: #E3771C;
}
.AnyTagClassName
{
color: #E3771C;
}
</style>
background-color css
<style>
a { background-color: #E3771C; }
a { background-color: rgb(227,119,28); }
div.DivClassName
{
background-color: #E3771C;
}
.BgClassName
{
background-color: #E3771C;
}
</style>
border-color css
<style>
span { border-color: #E3771C; }
span { border-color: rgb(227,119,28); }
td.TdClassName
{
border-color: #E3771C;
}
.TagClassName
{
border-color: #E3771C;
}
</style>