Shades of Tahiti Gold #E66620
Tints of Tahiti Gold #E66620
RGB
CMYK
RGB Variations
Color information
#E66620 (or 0xE66620) is known color: Tahiti Gold. HEX triplet: E6, 66 and 20. RGB value is (230,102,32). Sum of RGB (Red+Green+Blue) = 230+102+32=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E66620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66620 is #1999DF. Grayscale: #848484. Windows color (decimal): -1677792 or 2123494. OLE color: 2123494.
HSL color Cylindrical-coordinate representation of color #E66620: hue angle of 21.21º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E66620 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 32 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.10 |
| HSL | 21.21º | 0.8% | 0.51% | - |
| HSV(B) | 21.21º | 0.86% | 0.9% | - |
| XYZ | 37.65 | 26.43 | 4.48 | - |
| YUV | 132.29 | 71.41 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 32 | 0 | 0.56 | 0.86 | 0.10 | 21.21 | 0.8 | 0.51 |
| Hex | E6 | 66 | 20 | 0 | 38 | 56 | A | 15 | 50 | 33 |
| Octal | 346 | 146 | 40 | 0 | 70 | 126 | 12 | 25 | 120 | 63 |
| Binary | 11100110 | 1100110 | 100000 | 0 | 111000 | 1010110 | 1010 | 10101 | 1010000 | 110011 |
Color Harmonies of #E66620
Complementary color
Monochromatic Colors of #E66620
Black with #E66620
Text Example
Text Example
White with #E66620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66620; }
p { color: rgb(230,102,32); }
H1.HeaderClassName
{
color: #E66620;
}
.AnyTagClassName
{
color: #E66620;
}
</style>
background-color css
<style>
a { background-color: #E66620; }
a { background-color: rgb(230,102,32); }
div.DivClassName
{
background-color: #E66620;
}
.BgClassName
{
background-color: #E66620;
}
</style>
border-color css
<style>
span { border-color: #E66620; }
span { border-color: rgb(230,102,32); }
td.TdClassName
{
border-color: #E66620;
}
.TagClassName
{
border-color: #E66620;
}
</style>