Shades of Tahiti Gold #E66A2C
Tints of Tahiti Gold #E66A2C
RGB
CMYK
RGB Variations
Color information
#E66A2C (or 0xE66A2C) is known color: Tahiti Gold. HEX triplet: E6, 6A and 2C. RGB value is (230,106,44). Sum of RGB (Red+Green+Blue) = 230+106+44=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 44 (17.58% from 255 or 11.58% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66A2C is #1995D3. Grayscale: #888888. Windows color (decimal): -1676756 or 2910950. OLE color: 2910950.
HSL color Cylindrical-coordinate representation of color #E66A2C: hue angle of 20º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E66A2C is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 44 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.10 |
| HSL | 20º | 0.79% | 0.54% | - |
| HSV(B) | 20º | 0.81% | 0.9% | - |
| XYZ | 38.24 | 27.31 | 5.64 | - |
| YUV | 136.01 | 76.08 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 44 | 0 | 0.54 | 0.81 | 0.10 | 20 | 0.79 | 0.54 |
| Hex | E6 | 6A | 2C | 0 | 36 | 51 | A | 14 | 4F | 36 |
| Octal | 346 | 152 | 54 | 0 | 66 | 121 | 12 | 24 | 117 | 66 |
| Binary | 11100110 | 1101010 | 101100 | 0 | 110110 | 1010001 | 1010 | 10100 | 1001111 | 110110 |
Color Harmonies of #E66A2C
Complementary color
Monochromatic Colors of #E66A2C
Black with #E66A2C
Text Example
Text Example
White with #E66A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A2C; }
p { color: rgb(230,106,44); }
H1.HeaderClassName
{
color: #E66A2C;
}
.AnyTagClassName
{
color: #E66A2C;
}
</style>
background-color css
<style>
a { background-color: #E66A2C; }
a { background-color: rgb(230,106,44); }
div.DivClassName
{
background-color: #E66A2C;
}
.BgClassName
{
background-color: #E66A2C;
}
</style>
border-color css
<style>
span { border-color: #E66A2C; }
span { border-color: rgb(230,106,44); }
td.TdClassName
{
border-color: #E66A2C;
}
.TagClassName
{
border-color: #E66A2C;
}
</style>