Shades of Tahiti Gold #E1771C
Tints of Tahiti Gold #E1771C
RGB
CMYK
RGB Variations
Color information
#E1771C (or 0xE1771C) is known color: Tahiti Gold. HEX triplet: E1, 77 and 1C. RGB value is (225,119,28). Sum of RGB (Red+Green+Blue) = 225+119+28=372 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.48% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 225 - color contains mainly: red. Hex color #E1771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1771C is #1E88E3. Grayscale: #8C8C8C. Windows color (decimal): -2001124 or 1865697. OLE color: 1865697.
HSL color Cylindrical-coordinate representation of color #E1771C: hue angle of 27.72º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1771C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 119 | 28 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.12 |
| HSL | 27.72º | 0.78% | 0.5% | - |
| HSV(B) | 27.72º | 0.88% | 0.88% | - |
| XYZ | 37.86 | 29.29 | 4.76 | - |
| YUV | 140.32 | 64.62 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 119 | 28 | 0 | 0.47 | 0.88 | 0.12 | 27.72 | 0.78 | 0.5 |
| Hex | E1 | 77 | 1C | 0 | 2F | 58 | C | 1C | 4E | 32 |
| Octal | 341 | 167 | 34 | 0 | 57 | 130 | 14 | 34 | 116 | 62 |
| Binary | 11100001 | 1110111 | 11100 | 0 | 101111 | 1011000 | 1100 | 11100 | 1001110 | 110010 |
Color Harmonies of #E1771C
Complementary color
Monochromatic Colors of #E1771C
Black with #E1771C
Text Example
Text Example
White with #E1771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1771C; }
p { color: rgb(225,119,28); }
H1.HeaderClassName
{
color: #E1771C;
}
.AnyTagClassName
{
color: #E1771C;
}
</style>
background-color css
<style>
a { background-color: #E1771C; }
a { background-color: rgb(225,119,28); }
div.DivClassName
{
background-color: #E1771C;
}
.BgClassName
{
background-color: #E1771C;
}
</style>
border-color css
<style>
span { border-color: #E1771C; }
span { border-color: rgb(225,119,28); }
td.TdClassName
{
border-color: #E1771C;
}
.TagClassName
{
border-color: #E1771C;
}
</style>