Shades of Tahiti Gold #E46A1D
Tints of Tahiti Gold #E46A1D
RGB
CMYK
RGB Variations
Color information
#E46A1D (or 0xE46A1D) is known color: Tahiti Gold. HEX triplet: E4, 6A and 1D. RGB value is (228,106,29). Sum of RGB (Red+Green+Blue) = 228+106+29=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46A1D is #1B95E2. Grayscale: #868686. Windows color (decimal): -1807843 or 1927908. OLE color: 1927908.
HSL color Cylindrical-coordinate representation of color #E46A1D: hue angle of 23.22º degrees, saturation: 0.79, 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 #E46A1D is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 29 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.11 |
| HSL | 23.22º | 0.79% | 0.5% | - |
| HSV(B) | 23.22º | 0.87% | 0.89% | - |
| XYZ | 37.37 | 26.89 | 4.38 | - |
| YUV | 133.7 | 68.92 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 29 | 0 | 0.54 | 0.87 | 0.11 | 23.22 | 0.79 | 0.5 |
| Hex | E4 | 6A | 1D | 0 | 36 | 57 | B | 17 | 4F | 32 |
| Octal | 344 | 152 | 35 | 0 | 66 | 127 | 13 | 27 | 117 | 62 |
| Binary | 11100100 | 1101010 | 11101 | 0 | 110110 | 1010111 | 1011 | 10111 | 1001111 | 110010 |
Color Harmonies of #E46A1D
Complementary color
Monochromatic Colors of #E46A1D
Black with #E46A1D
Text Example
Text Example
White with #E46A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46A1D; }
p { color: rgb(228,106,29); }
H1.HeaderClassName
{
color: #E46A1D;
}
.AnyTagClassName
{
color: #E46A1D;
}
</style>
background-color css
<style>
a { background-color: #E46A1D; }
a { background-color: rgb(228,106,29); }
div.DivClassName
{
background-color: #E46A1D;
}
.BgClassName
{
background-color: #E46A1D;
}
</style>
border-color css
<style>
span { border-color: #E46A1D; }
span { border-color: rgb(228,106,29); }
td.TdClassName
{
border-color: #E46A1D;
}
.TagClassName
{
border-color: #E46A1D;
}
</style>