Shades of Tahiti Gold #E7682A
Tints of Tahiti Gold #E7682A
RGB
CMYK
RGB Variations
Color information
#E7682A (or 0xE7682A) is known color: Tahiti Gold. HEX triplet: E7, 68 and 2A. RGB value is (231,104,42). Sum of RGB (Red+Green+Blue) = 231+104+42=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 42 (16.80% from 255 or 11.14% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E7682A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7682A is #1897D5. Grayscale: #878787. Windows color (decimal): -1611734 or 2779367. OLE color: 2779367.
HSL color Cylindrical-coordinate representation of color #E7682A: hue angle of 19.68º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7682A is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 42 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.09 |
| HSL | 19.68º | 0.8% | 0.54% | - |
| HSV(B) | 19.68º | 0.82% | 0.91% | - |
| XYZ | 38.32 | 27.06 | 5.39 | - |
| YUV | 134.91 | 75.58 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 42 | 0 | 0.55 | 0.82 | 0.09 | 19.68 | 0.8 | 0.54 |
| Hex | E7 | 68 | 2A | 0 | 37 | 52 | 9 | 14 | 50 | 36 |
| Octal | 347 | 150 | 52 | 0 | 67 | 122 | 11 | 24 | 120 | 66 |
| Binary | 11100111 | 1101000 | 101010 | 0 | 110111 | 1010010 | 1001 | 10100 | 1010000 | 110110 |
Color Harmonies of #E7682A
Complementary color
Monochromatic Colors of #E7682A
Black with #E7682A
Text Example
Text Example
White with #E7682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7682A; }
p { color: rgb(231,104,42); }
H1.HeaderClassName
{
color: #E7682A;
}
.AnyTagClassName
{
color: #E7682A;
}
</style>
background-color css
<style>
a { background-color: #E7682A; }
a { background-color: rgb(231,104,42); }
div.DivClassName
{
background-color: #E7682A;
}
.BgClassName
{
background-color: #E7682A;
}
</style>
border-color css
<style>
span { border-color: #E7682A; }
span { border-color: rgb(231,104,42); }
td.TdClassName
{
border-color: #E7682A;
}
.TagClassName
{
border-color: #E7682A;
}
</style>