Shades of Tahiti Gold #E67D1A
Tints of Tahiti Gold #E67D1A
RGB
CMYK
RGB Variations
Color information
#E67D1A (or 0xE67D1A) is known color: Tahiti Gold. HEX triplet: E6, 7D and 1A. RGB value is (230,125,26). Sum of RGB (Red+Green+Blue) = 230+125+26=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67D1A is #1982E5. Grayscale: #919191. Windows color (decimal): -1671910 or 1736166. OLE color: 1736166.
HSL color Cylindrical-coordinate representation of color #E67D1A: hue angle of 29.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E67D1A is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 26 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.10 |
| HSL | 29.12º | 0.8% | 0.5% | - |
| HSV(B) | 29.12º | 0.89% | 0.9% | - |
| XYZ | 40.15 | 31.56 | 4.95 | - |
| YUV | 145.11 | 60.79 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 26 | 0 | 0.46 | 0.89 | 0.10 | 29.12 | 0.8 | 0.5 |
| Hex | E6 | 7D | 1A | 0 | 2E | 59 | A | 1D | 50 | 32 |
| Octal | 346 | 175 | 32 | 0 | 56 | 131 | 12 | 35 | 120 | 62 |
| Binary | 11100110 | 1111101 | 11010 | 0 | 101110 | 1011001 | 1010 | 11101 | 1010000 | 110010 |
Color Harmonies of #E67D1A
Complementary color
Monochromatic Colors of #E67D1A
Black with #E67D1A
Text Example
Text Example
White with #E67D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D1A; }
p { color: rgb(230,125,26); }
H1.HeaderClassName
{
color: #E67D1A;
}
.AnyTagClassName
{
color: #E67D1A;
}
</style>
background-color css
<style>
a { background-color: #E67D1A; }
a { background-color: rgb(230,125,26); }
div.DivClassName
{
background-color: #E67D1A;
}
.BgClassName
{
background-color: #E67D1A;
}
</style>
border-color css
<style>
span { border-color: #E67D1A; }
span { border-color: rgb(230,125,26); }
td.TdClassName
{
border-color: #E67D1A;
}
.TagClassName
{
border-color: #E67D1A;
}
</style>