Shades of Tahiti Gold #E66A26
Tints of Tahiti Gold #E66A26
RGB
CMYK
RGB Variations
Color information
#E66A26 (or 0xE66A26) is known color: Tahiti Gold. HEX triplet: E6, 6A and 26. RGB value is (230,106,38). Sum of RGB (Red+Green+Blue) = 230+106+38=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66A26 is #1995D9. Grayscale: #878787. Windows color (decimal): -1676762 or 2517734. OLE color: 2517734.
HSL color Cylindrical-coordinate representation of color #E66A26: hue angle of 21.25º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E66A26 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 38 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.10 |
| HSL | 21.25º | 0.79% | 0.53% | - |
| HSV(B) | 21.25º | 0.83% | 0.9% | - |
| XYZ | 38.14 | 27.27 | 5.09 | - |
| YUV | 135.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 38 | 0 | 0.54 | 0.83 | 0.10 | 21.25 | 0.79 | 0.53 |
| Hex | E6 | 6A | 26 | 0 | 36 | 53 | A | 15 | 4F | 35 |
| Octal | 346 | 152 | 46 | 0 | 66 | 123 | 12 | 25 | 117 | 65 |
| Binary | 11100110 | 1101010 | 100110 | 0 | 110110 | 1010011 | 1010 | 10101 | 1001111 | 110101 |
Color Harmonies of #E66A26
Complementary color
Monochromatic Colors of #E66A26
Black with #E66A26
Text Example
Text Example
White with #E66A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A26; }
p { color: rgb(230,106,38); }
H1.HeaderClassName
{
color: #E66A26;
}
.AnyTagClassName
{
color: #E66A26;
}
</style>
background-color css
<style>
a { background-color: #E66A26; }
a { background-color: rgb(230,106,38); }
div.DivClassName
{
background-color: #E66A26;
}
.BgClassName
{
background-color: #E66A26;
}
</style>
border-color css
<style>
span { border-color: #E66A26; }
span { border-color: rgb(230,106,38); }
td.TdClassName
{
border-color: #E66A26;
}
.TagClassName
{
border-color: #E66A26;
}
</style>