Shades of Tahiti Gold #E7751A
Tints of Tahiti Gold #E7751A
RGB
CMYK
RGB Variations
Color information
#E7751A (or 0xE7751A) is known color: Tahiti Gold. HEX triplet: E7, 75 and 1A. RGB value is (231,117,26). Sum of RGB (Red+Green+Blue) = 231+117+26=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E7751A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7751A is #188AE5. Grayscale: #8D8D8D. Windows color (decimal): -1608422 or 1734119. OLE color: 1734119.
HSL color Cylindrical-coordinate representation of color #E7751A: hue angle of 26.63º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E7751A is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 117 | 26 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.09 |
| HSL | 26.63º | 0.81% | 0.5% | - |
| HSV(B) | 26.63º | 0.89% | 0.91% | - |
| XYZ | 39.5 | 29.79 | 4.64 | - |
| YUV | 140.71 | 63.27 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 117 | 26 | 0 | 0.49 | 0.89 | 0.09 | 26.63 | 0.81 | 0.5 |
| Hex | E7 | 75 | 1A | 0 | 31 | 59 | 9 | 1B | 51 | 32 |
| Octal | 347 | 165 | 32 | 0 | 61 | 131 | 11 | 33 | 121 | 62 |
| Binary | 11100111 | 1110101 | 11010 | 0 | 110001 | 1011001 | 1001 | 11011 | 1010001 | 110010 |
Color Harmonies of #E7751A
Complementary color
Monochromatic Colors of #E7751A
Black with #E7751A
Text Example
Text Example
White with #E7751A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7751A; }
p { color: rgb(231,117,26); }
H1.HeaderClassName
{
color: #E7751A;
}
.AnyTagClassName
{
color: #E7751A;
}
</style>
background-color css
<style>
a { background-color: #E7751A; }
a { background-color: rgb(231,117,26); }
div.DivClassName
{
background-color: #E7751A;
}
.BgClassName
{
background-color: #E7751A;
}
</style>
border-color css
<style>
span { border-color: #E7751A; }
span { border-color: rgb(231,117,26); }
td.TdClassName
{
border-color: #E7751A;
}
.TagClassName
{
border-color: #E7751A;
}
</style>