Shades of Tahiti Gold #E27A1C
Tints of Tahiti Gold #E27A1C
RGB
CMYK
RGB Variations
Color information
#E27A1C (or 0xE27A1C) is known color: Tahiti Gold. HEX triplet: E2, 7A and 1C. RGB value is (226,122,28). Sum of RGB (Red+Green+Blue) = 226+122+28=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27A1C is #1D85E3. Grayscale: #8E8E8E. Windows color (decimal): -1934820 or 1866466. OLE color: 1866466.
HSL color Cylindrical-coordinate representation of color #E27A1C: hue angle of 28.48º 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 #E27A1C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 28 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.11 |
| HSL | 28.48º | 0.78% | 0.5% | - |
| HSV(B) | 28.48º | 0.88% | 0.89% | - |
| XYZ | 38.53 | 30.17 | 4.89 | - |
| YUV | 142.38 | 63.46 | 187.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 28 | 0 | 0.46 | 0.88 | 0.11 | 28.48 | 0.78 | 0.5 |
| Hex | E2 | 7A | 1C | 0 | 2E | 58 | B | 1C | 4E | 32 |
| Octal | 342 | 172 | 34 | 0 | 56 | 130 | 13 | 34 | 116 | 62 |
| Binary | 11100010 | 1111010 | 11100 | 0 | 101110 | 1011000 | 1011 | 11100 | 1001110 | 110010 |
Color Harmonies of #E27A1C
Complementary color
Monochromatic Colors of #E27A1C
Black with #E27A1C
Text Example
Text Example
White with #E27A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A1C; }
p { color: rgb(226,122,28); }
H1.HeaderClassName
{
color: #E27A1C;
}
.AnyTagClassName
{
color: #E27A1C;
}
</style>
background-color css
<style>
a { background-color: #E27A1C; }
a { background-color: rgb(226,122,28); }
div.DivClassName
{
background-color: #E27A1C;
}
.BgClassName
{
background-color: #E27A1C;
}
</style>
border-color css
<style>
span { border-color: #E27A1C; }
span { border-color: rgb(226,122,28); }
td.TdClassName
{
border-color: #E27A1C;
}
.TagClassName
{
border-color: #E27A1C;
}
</style>