Shades of Tahiti Gold #E66D18
Tints of Tahiti Gold #E66D18
RGB
CMYK
RGB Variations
Color information
#E66D18 (or 0xE66D18) is known color: Tahiti Gold. HEX triplet: E6, 6D and 18. RGB value is (230,109,24). Sum of RGB (Red+Green+Blue) = 230+109+24=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 24 (9.77% from 255 or 6.61% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66D18 is #1992E7. Grayscale: #878787. Windows color (decimal): -1676008 or 1600998. OLE color: 1600998.
HSL color Cylindrical-coordinate representation of color #E66D18: hue angle of 24.76º 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 #E66D18 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 24 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.10 |
| HSL | 24.76º | 0.81% | 0.5% | - |
| HSV(B) | 24.76º | 0.9% | 0.9% | - |
| XYZ | 38.27 | 27.83 | 4.22 | - |
| YUV | 135.49 | 65.09 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 24 | 0 | 0.53 | 0.90 | 0.10 | 24.76 | 0.81 | 0.5 |
| Hex | E6 | 6D | 18 | 0 | 35 | 5A | A | 19 | 51 | 32 |
| Octal | 346 | 155 | 30 | 0 | 65 | 132 | 12 | 31 | 121 | 62 |
| Binary | 11100110 | 1101101 | 11000 | 0 | 110101 | 1011010 | 1010 | 11001 | 1010001 | 110010 |
Color Harmonies of #E66D18
Complementary color
Monochromatic Colors of #E66D18
Black with #E66D18
Text Example
Text Example
White with #E66D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D18; }
p { color: rgb(230,109,24); }
H1.HeaderClassName
{
color: #E66D18;
}
.AnyTagClassName
{
color: #E66D18;
}
</style>
background-color css
<style>
a { background-color: #E66D18; }
a { background-color: rgb(230,109,24); }
div.DivClassName
{
background-color: #E66D18;
}
.BgClassName
{
background-color: #E66D18;
}
</style>
border-color css
<style>
span { border-color: #E66D18; }
span { border-color: rgb(230,109,24); }
td.TdClassName
{
border-color: #E66D18;
}
.TagClassName
{
border-color: #E66D18;
}
</style>