Shades of Tahiti Gold #E7751E
Tints of Tahiti Gold #E7751E
RGB
CMYK
RGB Variations
Color information
#E7751E (or 0xE7751E) is known color: Tahiti Gold. HEX triplet: E7, 75 and 1E. RGB value is (231,117,30). Sum of RGB (Red+Green+Blue) = 231+117+30=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E7751E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7751E is #188AE1. Grayscale: #8D8D8D. Windows color (decimal): -1608418 or 1996263. OLE color: 1996263.
HSL color Cylindrical-coordinate representation of color #E7751E: hue angle of 25.97º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7751E is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 30 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.09 |
| HSL | 25.97º | 0.81% | 0.51% | - |
| HSV(B) | 25.97º | 0.87% | 0.91% | - |
| XYZ | 39.55 | 29.81 | 4.9 | - |
| YUV | 141.17 | 65.27 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 30 | 0 | 0.49 | 0.87 | 0.09 | 25.97 | 0.81 | 0.51 |
| Hex | E7 | 75 | 1E | 0 | 31 | 57 | 9 | 1A | 51 | 33 |
| Octal | 347 | 165 | 36 | 0 | 61 | 127 | 11 | 32 | 121 | 63 |
| Binary | 11100111 | 1110101 | 11110 | 0 | 110001 | 1010111 | 1001 | 11010 | 1010001 | 110011 |
Color Harmonies of #E7751E
Complementary color
Monochromatic Colors of #E7751E
Black with #E7751E
Text Example
Text Example
White with #E7751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7751E; }
p { color: rgb(231,117,30); }
H1.HeaderClassName
{
color: #E7751E;
}
.AnyTagClassName
{
color: #E7751E;
}
</style>
background-color css
<style>
a { background-color: #E7751E; }
a { background-color: rgb(231,117,30); }
div.DivClassName
{
background-color: #E7751E;
}
.BgClassName
{
background-color: #E7751E;
}
</style>
border-color css
<style>
span { border-color: #E7751E; }
span { border-color: rgb(231,117,30); }
td.TdClassName
{
border-color: #E7751E;
}
.TagClassName
{
border-color: #E7751E;
}
</style>