Shades of Tahiti Gold #E47A1C
Tints of Tahiti Gold #E47A1C
RGB
CMYK
RGB Variations
Color information
#E47A1C (or 0xE47A1C) is known color: Tahiti Gold. HEX triplet: E4, 7A and 1C. RGB value is (228,122,28). Sum of RGB (Red+Green+Blue) = 228+122+28=378 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.32% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 228 - color contains mainly: red. Hex color #E47A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E47A1C is #1B85E3. Grayscale: #8F8F8F. Windows color (decimal): -1803748 or 1866468. OLE color: 1866468.
HSL color Cylindrical-coordinate representation of color #E47A1C: hue angle of 28.2º degrees, saturation: 0.79, 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 #E47A1C is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 122 | 28 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.11 |
| HSL | 28.2º | 0.79% | 0.5% | - |
| HSV(B) | 28.2º | 0.88% | 0.89% | - |
| XYZ | 39.16 | 30.5 | 4.92 | - |
| YUV | 142.98 | 63.12 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 122 | 28 | 0 | 0.46 | 0.88 | 0.11 | 28.2 | 0.79 | 0.5 |
| Hex | E4 | 7A | 1C | 0 | 2E | 58 | B | 1C | 4F | 32 |
| Octal | 344 | 172 | 34 | 0 | 56 | 130 | 13 | 34 | 117 | 62 |
| Binary | 11100100 | 1111010 | 11100 | 0 | 101110 | 1011000 | 1011 | 11100 | 1001111 | 110010 |
Color Harmonies of #E47A1C
Complementary color
Monochromatic Colors of #E47A1C
Black with #E47A1C
Text Example
Text Example
White with #E47A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E47A1C; }
p { color: rgb(228,122,28); }
H1.HeaderClassName
{
color: #E47A1C;
}
.AnyTagClassName
{
color: #E47A1C;
}
</style>
background-color css
<style>
a { background-color: #E47A1C; }
a { background-color: rgb(228,122,28); }
div.DivClassName
{
background-color: #E47A1C;
}
.BgClassName
{
background-color: #E47A1C;
}
</style>
border-color css
<style>
span { border-color: #E47A1C; }
span { border-color: rgb(228,122,28); }
td.TdClassName
{
border-color: #E47A1C;
}
.TagClassName
{
border-color: #E47A1C;
}
</style>