Shades of Tahiti Gold #E7661C
Tints of Tahiti Gold #E7661C
RGB
CMYK
RGB Variations
Color information
#E7661C (or 0xE7661C) is known color: Tahiti Gold. HEX triplet: E7, 66 and 1C. RGB value is (231,102,28). Sum of RGB (Red+Green+Blue) = 231+102+28=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E7661C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7661C is #1899E3. Grayscale: #848484. Windows color (decimal): -1612260 or 1861351. OLE color: 1861351.
HSL color Cylindrical-coordinate representation of color #E7661C: hue angle of 21.87º degrees, saturation: 0.81, 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 #E7661C is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 28 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.09 |
| HSL | 21.87º | 0.81% | 0.51% | - |
| HSV(B) | 21.87º | 0.88% | 0.91% | - |
| XYZ | 37.92 | 26.58 | 4.23 | - |
| YUV | 132.14 | 69.24 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 28 | 0 | 0.56 | 0.88 | 0.09 | 21.87 | 0.81 | 0.51 |
| Hex | E7 | 66 | 1C | 0 | 38 | 58 | 9 | 16 | 51 | 33 |
| Octal | 347 | 146 | 34 | 0 | 70 | 130 | 11 | 26 | 121 | 63 |
| Binary | 11100111 | 1100110 | 11100 | 0 | 111000 | 1011000 | 1001 | 10110 | 1010001 | 110011 |
Color Harmonies of #E7661C
Complementary color
Monochromatic Colors of #E7661C
Black with #E7661C
Text Example
Text Example
White with #E7661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7661C; }
p { color: rgb(231,102,28); }
H1.HeaderClassName
{
color: #E7661C;
}
.AnyTagClassName
{
color: #E7661C;
}
</style>
background-color css
<style>
a { background-color: #E7661C; }
a { background-color: rgb(231,102,28); }
div.DivClassName
{
background-color: #E7661C;
}
.BgClassName
{
background-color: #E7661C;
}
</style>
border-color css
<style>
span { border-color: #E7661C; }
span { border-color: rgb(231,102,28); }
td.TdClassName
{
border-color: #E7661C;
}
.TagClassName
{
border-color: #E7661C;
}
</style>