Shades of Tahiti Gold #E27A1E
Tints of Tahiti Gold #E27A1E
RGB
CMYK
RGB Variations
Color information
#E27A1E (or 0xE27A1E) is known color: Tahiti Gold. HEX triplet: E2, 7A and 1E. RGB value is (226,122,30). Sum of RGB (Red+Green+Blue) = 226+122+30=378 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.79% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27A1E is #1D85E1. Grayscale: #8F8F8F. Windows color (decimal): -1934818 or 1997538. OLE color: 1997538.
HSL color Cylindrical-coordinate representation of color #E27A1E: hue angle of 28.16º 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 #E27A1E is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 30 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.11 |
| HSL | 28.16º | 0.77% | 0.5% | - |
| HSV(B) | 28.16º | 0.87% | 0.89% | - |
| XYZ | 38.56 | 30.18 | 5.02 | - |
| YUV | 142.61 | 64.46 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 30 | 0 | 0.46 | 0.87 | 0.11 | 28.16 | 0.77 | 0.5 |
| Hex | E2 | 7A | 1E | 0 | 2E | 57 | B | 1C | 4D | 32 |
| Octal | 342 | 172 | 36 | 0 | 56 | 127 | 13 | 34 | 115 | 62 |
| Binary | 11100010 | 1111010 | 11110 | 0 | 101110 | 1010111 | 1011 | 11100 | 1001101 | 110010 |
Color Harmonies of #E27A1E
Complementary color
Monochromatic Colors of #E27A1E
Black with #E27A1E
Text Example
Text Example
White with #E27A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A1E; }
p { color: rgb(226,122,30); }
H1.HeaderClassName
{
color: #E27A1E;
}
.AnyTagClassName
{
color: #E27A1E;
}
</style>
background-color css
<style>
a { background-color: #E27A1E; }
a { background-color: rgb(226,122,30); }
div.DivClassName
{
background-color: #E27A1E;
}
.BgClassName
{
background-color: #E27A1E;
}
</style>
border-color css
<style>
span { border-color: #E27A1E; }
span { border-color: rgb(226,122,30); }
td.TdClassName
{
border-color: #E27A1E;
}
.TagClassName
{
border-color: #E27A1E;
}
</style>