Shades of Tahiti Gold #E66D1D
Tints of Tahiti Gold #E66D1D
RGB
CMYK
RGB Variations
Color information
#E66D1D (or 0xE66D1D) is known color: Tahiti Gold. HEX triplet: E6, 6D and 1D. RGB value is (230,109,29). Sum of RGB (Red+Green+Blue) = 230+109+29=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66D1D is #1992E2. Grayscale: #888888. Windows color (decimal): -1676003 or 1928678. OLE color: 1928678.
HSL color Cylindrical-coordinate representation of color #E66D1D: hue angle of 23.88º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E66D1D is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 29 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.10 |
| HSL | 23.88º | 0.8% | 0.51% | - |
| HSV(B) | 23.88º | 0.87% | 0.9% | - |
| XYZ | 38.32 | 27.85 | 4.52 | - |
| YUV | 136.06 | 67.59 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 29 | 0 | 0.53 | 0.87 | 0.10 | 23.88 | 0.8 | 0.51 |
| Hex | E6 | 6D | 1D | 0 | 35 | 57 | A | 18 | 50 | 33 |
| Octal | 346 | 155 | 35 | 0 | 65 | 127 | 12 | 30 | 120 | 63 |
| Binary | 11100110 | 1101101 | 11101 | 0 | 110101 | 1010111 | 1010 | 11000 | 1010000 | 110011 |
Color Harmonies of #E66D1D
Complementary color
Monochromatic Colors of #E66D1D
Black with #E66D1D
Text Example
Text Example
White with #E66D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D1D; }
p { color: rgb(230,109,29); }
H1.HeaderClassName
{
color: #E66D1D;
}
.AnyTagClassName
{
color: #E66D1D;
}
</style>
background-color css
<style>
a { background-color: #E66D1D; }
a { background-color: rgb(230,109,29); }
div.DivClassName
{
background-color: #E66D1D;
}
.BgClassName
{
background-color: #E66D1D;
}
</style>
border-color css
<style>
span { border-color: #E66D1D; }
span { border-color: rgb(230,109,29); }
td.TdClassName
{
border-color: #E66D1D;
}
.TagClassName
{
border-color: #E66D1D;
}
</style>