Shades of Tahiti Gold #E66E18
Tints of Tahiti Gold #E66E18
RGB
CMYK
RGB Variations
Color information
#E66E18 (or 0xE66E18) is known color: Tahiti Gold. HEX triplet: E6, 6E and 18. RGB value is (230,110,24). Sum of RGB (Red+Green+Blue) = 230+110+24=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66E18 is #1991E7. Grayscale: #888888. Windows color (decimal): -1675752 or 1601254. OLE color: 1601254.
HSL color Cylindrical-coordinate representation of color #E66E18: hue angle of 25.05º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E66E18 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 24 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.10 |
| HSL | 25.05º | 0.81% | 0.5% | - |
| HSV(B) | 25.05º | 0.9% | 0.9% | - |
| XYZ | 38.37 | 28.04 | 4.25 | - |
| YUV | 136.08 | 64.76 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 24 | 0 | 0.52 | 0.90 | 0.10 | 25.05 | 0.81 | 0.5 |
| Hex | E6 | 6E | 18 | 0 | 34 | 5A | A | 19 | 51 | 32 |
| Octal | 346 | 156 | 30 | 0 | 64 | 132 | 12 | 31 | 121 | 62 |
| Binary | 11100110 | 1101110 | 11000 | 0 | 110100 | 1011010 | 1010 | 11001 | 1010001 | 110010 |
Color Harmonies of #E66E18
Complementary color
Monochromatic Colors of #E66E18
Black with #E66E18
Text Example
Text Example
White with #E66E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E18; }
p { color: rgb(230,110,24); }
H1.HeaderClassName
{
color: #E66E18;
}
.AnyTagClassName
{
color: #E66E18;
}
</style>
background-color css
<style>
a { background-color: #E66E18; }
a { background-color: rgb(230,110,24); }
div.DivClassName
{
background-color: #E66E18;
}
.BgClassName
{
background-color: #E66E18;
}
</style>
border-color css
<style>
span { border-color: #E66E18; }
span { border-color: rgb(230,110,24); }
td.TdClassName
{
border-color: #E66E18;
}
.TagClassName
{
border-color: #E66E18;
}
</style>