Shades of Tahiti Gold #E66E29
Tints of Tahiti Gold #E66E29
RGB
CMYK
RGB Variations
Color information
#E66E29 (or 0xE66E29) is known color: Tahiti Gold. HEX triplet: E6, 6E and 29. RGB value is (230,110,41). Sum of RGB (Red+Green+Blue) = 230+110+41=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66E29 is #1991D6. Grayscale: #8A8A8A. Windows color (decimal): -1675735 or 2715366. OLE color: 2715366.
HSL color Cylindrical-coordinate representation of color #E66E29: hue angle of 21.9º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E66E29 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 41 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.10 |
| HSL | 21.9º | 0.79% | 0.53% | - |
| HSV(B) | 21.9º | 0.82% | 0.9% | - |
| XYZ | 38.61 | 28.13 | 5.49 | - |
| YUV | 138.01 | 73.26 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 41 | 0 | 0.52 | 0.82 | 0.10 | 21.9 | 0.79 | 0.53 |
| Hex | E6 | 6E | 29 | 0 | 34 | 52 | A | 16 | 4F | 35 |
| Octal | 346 | 156 | 51 | 0 | 64 | 122 | 12 | 26 | 117 | 65 |
| Binary | 11100110 | 1101110 | 101001 | 0 | 110100 | 1010010 | 1010 | 10110 | 1001111 | 110101 |
Color Harmonies of #E66E29
Complementary color
Monochromatic Colors of #E66E29
Black with #E66E29
Text Example
Text Example
White with #E66E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E29; }
p { color: rgb(230,110,41); }
H1.HeaderClassName
{
color: #E66E29;
}
.AnyTagClassName
{
color: #E66E29;
}
</style>
background-color css
<style>
a { background-color: #E66E29; }
a { background-color: rgb(230,110,41); }
div.DivClassName
{
background-color: #E66E29;
}
.BgClassName
{
background-color: #E66E29;
}
</style>
border-color css
<style>
span { border-color: #E66E29; }
span { border-color: rgb(230,110,41); }
td.TdClassName
{
border-color: #E66E29;
}
.TagClassName
{
border-color: #E66E29;
}
</style>