Shades of Tahiti Gold #E67418
Tints of Tahiti Gold #E67418
RGB
CMYK
RGB Variations
Color information
#E67418 (or 0xE67418) is known color: Tahiti Gold. HEX triplet: E6, 74 and 18. RGB value is (230,116,24). Sum of RGB (Red+Green+Blue) = 230+116+24=370 (49% of max value = 765). Red value is 230 (90.23% from 255 or 62.16% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 230 - color contains mainly: red. Hex color #E67418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67418 is #198BE7. Grayscale: #8C8C8C. Windows color (decimal): -1674216 or 1602790. OLE color: 1602790.
HSL color Cylindrical-coordinate representation of color #E67418: hue angle of 26.8º 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 #E67418 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 24 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.10 |
| HSL | 26.8º | 0.81% | 0.5% | - |
| HSV(B) | 26.8º | 0.9% | 0.9% | - |
| XYZ | 39.04 | 29.38 | 4.48 | - |
| YUV | 139.6 | 62.77 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 24 | 0 | 0.50 | 0.90 | 0.10 | 26.8 | 0.81 | 0.5 |
| Hex | E6 | 74 | 18 | 0 | 32 | 5A | A | 1B | 51 | 32 |
| Octal | 346 | 164 | 30 | 0 | 62 | 132 | 12 | 33 | 121 | 62 |
| Binary | 11100110 | 1110100 | 11000 | 0 | 110010 | 1011010 | 1010 | 11011 | 1010001 | 110010 |
Color Harmonies of #E67418
Complementary color
Monochromatic Colors of #E67418
Black with #E67418
Text Example
Text Example
White with #E67418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67418; }
p { color: rgb(230,116,24); }
H1.HeaderClassName
{
color: #E67418;
}
.AnyTagClassName
{
color: #E67418;
}
</style>
background-color css
<style>
a { background-color: #E67418; }
a { background-color: rgb(230,116,24); }
div.DivClassName
{
background-color: #E67418;
}
.BgClassName
{
background-color: #E67418;
}
</style>
border-color css
<style>
span { border-color: #E67418; }
span { border-color: rgb(230,116,24); }
td.TdClassName
{
border-color: #E67418;
}
.TagClassName
{
border-color: #E67418;
}
</style>