Shades of Tahiti Gold #E8681D
Tints of Tahiti Gold #E8681D
RGB
CMYK
RGB Variations
Color information
#E8681D (or 0xE8681D) is known color: Tahiti Gold. HEX triplet: E8, 68 and 1D. RGB value is (232,104,29). Sum of RGB (Red+Green+Blue) = 232+104+29=365 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.56% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 232 - color contains mainly: red. Hex color #E8681D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8681D is #1797E2. Grayscale: #868686. Windows color (decimal): -1546211 or 1927400. OLE color: 1927400.
HSL color Cylindrical-coordinate representation of color #E8681D: hue angle of 22.17º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8681D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 29 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.09 |
| HSL | 22.17º | 0.82% | 0.51% | - |
| HSV(B) | 22.17º | 0.88% | 0.91% | - |
| XYZ | 38.45 | 27.15 | 4.38 | - |
| YUV | 133.72 | 68.91 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 29 | 0 | 0.55 | 0.88 | 0.09 | 22.17 | 0.82 | 0.51 |
| Hex | E8 | 68 | 1D | 0 | 37 | 58 | 9 | 16 | 52 | 33 |
| Octal | 350 | 150 | 35 | 0 | 67 | 130 | 11 | 26 | 122 | 63 |
| Binary | 11101000 | 1101000 | 11101 | 0 | 110111 | 1011000 | 1001 | 10110 | 1010010 | 110011 |
Color Harmonies of #E8681D
Complementary color
Monochromatic Colors of #E8681D
Black with #E8681D
Text Example
Text Example
White with #E8681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8681D; }
p { color: rgb(232,104,29); }
H1.HeaderClassName
{
color: #E8681D;
}
.AnyTagClassName
{
color: #E8681D;
}
</style>
background-color css
<style>
a { background-color: #E8681D; }
a { background-color: rgb(232,104,29); }
div.DivClassName
{
background-color: #E8681D;
}
.BgClassName
{
background-color: #E8681D;
}
</style>
border-color css
<style>
span { border-color: #E8681D; }
span { border-color: rgb(232,104,29); }
td.TdClassName
{
border-color: #E8681D;
}
.TagClassName
{
border-color: #E8681D;
}
</style>