Shades of Tahiti Gold #E27E1C
Tints of Tahiti Gold #E27E1C
RGB
CMYK
RGB Variations
Color information
#E27E1C (or 0xE27E1C) is known color: Tahiti Gold. HEX triplet: E2, 7E and 1C. RGB value is (226,126,28). Sum of RGB (Red+Green+Blue) = 226+126+28=380 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.47% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 226 - color contains mainly: red. Hex color #E27E1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27E1C is #1D81E3. Grayscale: #919191. Windows color (decimal): -1933796 or 1867490. OLE color: 1867490.
HSL color Cylindrical-coordinate representation of color #E27E1C: hue angle of 29.7º 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 #E27E1C is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 126 | 28 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.11 |
| HSL | 29.7º | 0.78% | 0.5% | - |
| HSV(B) | 29.7º | 0.88% | 0.89% | - |
| XYZ | 39.03 | 31.17 | 5.06 | - |
| YUV | 144.73 | 62.13 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 126 | 28 | 0 | 0.44 | 0.88 | 0.11 | 29.7 | 0.78 | 0.5 |
| Hex | E2 | 7E | 1C | 0 | 2C | 58 | B | 1E | 4E | 32 |
| Octal | 342 | 176 | 34 | 0 | 54 | 130 | 13 | 36 | 116 | 62 |
| Binary | 11100010 | 1111110 | 11100 | 0 | 101100 | 1011000 | 1011 | 11110 | 1001110 | 110010 |
Color Harmonies of #E27E1C
Complementary color
Monochromatic Colors of #E27E1C
Black with #E27E1C
Text Example
Text Example
White with #E27E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27E1C; }
p { color: rgb(226,126,28); }
H1.HeaderClassName
{
color: #E27E1C;
}
.AnyTagClassName
{
color: #E27E1C;
}
</style>
background-color css
<style>
a { background-color: #E27E1C; }
a { background-color: rgb(226,126,28); }
div.DivClassName
{
background-color: #E27E1C;
}
.BgClassName
{
background-color: #E27E1C;
}
</style>
border-color css
<style>
span { border-color: #E27E1C; }
span { border-color: rgb(226,126,28); }
td.TdClassName
{
border-color: #E27E1C;
}
.TagClassName
{
border-color: #E27E1C;
}
</style>