Shades of Tahiti Gold #E67C1E
Tints of Tahiti Gold #E67C1E
RGB
CMYK
RGB Variations
Color information
#E67C1E (or 0xE67C1E) is known color: Tahiti Gold. HEX triplet: E6, 7C and 1E. RGB value is (230,124,30). Sum of RGB (Red+Green+Blue) = 230+124+30=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E67C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E67C1E is #1983E1. Grayscale: #919191. Windows color (decimal): -1672162 or 1998054. OLE color: 1998054.
HSL color Cylindrical-coordinate representation of color #E67C1E: hue angle of 28.2º 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 #E67C1E is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 124 | 30 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.10 |
| HSL | 28.2º | 0.8% | 0.51% | - |
| HSV(B) | 28.2º | 0.87% | 0.9% | - |
| XYZ | 40.08 | 31.33 | 5.16 | - |
| YUV | 144.98 | 63.12 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 124 | 30 | 0 | 0.46 | 0.87 | 0.10 | 28.2 | 0.8 | 0.51 |
| Hex | E6 | 7C | 1E | 0 | 2E | 57 | A | 1C | 50 | 33 |
| Octal | 346 | 174 | 36 | 0 | 56 | 127 | 12 | 34 | 120 | 63 |
| Binary | 11100110 | 1111100 | 11110 | 0 | 101110 | 1010111 | 1010 | 11100 | 1010000 | 110011 |
Color Harmonies of #E67C1E
Complementary color
Monochromatic Colors of #E67C1E
Black with #E67C1E
Text Example
Text Example
White with #E67C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67C1E; }
p { color: rgb(230,124,30); }
H1.HeaderClassName
{
color: #E67C1E;
}
.AnyTagClassName
{
color: #E67C1E;
}
</style>
background-color css
<style>
a { background-color: #E67C1E; }
a { background-color: rgb(230,124,30); }
div.DivClassName
{
background-color: #E67C1E;
}
.BgClassName
{
background-color: #E67C1E;
}
</style>
border-color css
<style>
span { border-color: #E67C1E; }
span { border-color: rgb(230,124,30); }
td.TdClassName
{
border-color: #E67C1E;
}
.TagClassName
{
border-color: #E67C1E;
}
</style>