Shades of Tahiti Gold #E7701B
Tints of Tahiti Gold #E7701B
RGB
CMYK
RGB Variations
Color information
#E7701B (or 0xE7701B) is known color: Tahiti Gold. HEX triplet: E7, 70 and 1B. RGB value is (231,112,27). Sum of RGB (Red+Green+Blue) = 231+112+27=370 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.43% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 231 - color contains mainly: red. Hex color #E7701B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7701B is #188FE4. Grayscale: #8A8A8A. Windows color (decimal): -1609701 or 1798375. OLE color: 1798375.
HSL color Cylindrical-coordinate representation of color #E7701B: hue angle of 25º 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 #E7701B is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 27 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.09 |
| HSL | 25º | 0.81% | 0.51% | - |
| HSV(B) | 25º | 0.88% | 0.91% | - |
| XYZ | 38.95 | 28.66 | 4.52 | - |
| YUV | 137.89 | 65.42 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 27 | 0 | 0.52 | 0.88 | 0.09 | 25 | 0.81 | 0.51 |
| Hex | E7 | 70 | 1B | 0 | 34 | 58 | 9 | 19 | 51 | 33 |
| Octal | 347 | 160 | 33 | 0 | 64 | 130 | 11 | 31 | 121 | 63 |
| Binary | 11100111 | 1110000 | 11011 | 0 | 110100 | 1011000 | 1001 | 11001 | 1010001 | 110011 |
Color Harmonies of #E7701B
Complementary color
Monochromatic Colors of #E7701B
Black with #E7701B
Text Example
Text Example
White with #E7701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7701B; }
p { color: rgb(231,112,27); }
H1.HeaderClassName
{
color: #E7701B;
}
.AnyTagClassName
{
color: #E7701B;
}
</style>
background-color css
<style>
a { background-color: #E7701B; }
a { background-color: rgb(231,112,27); }
div.DivClassName
{
background-color: #E7701B;
}
.BgClassName
{
background-color: #E7701B;
}
</style>
border-color css
<style>
span { border-color: #E7701B; }
span { border-color: rgb(231,112,27); }
td.TdClassName
{
border-color: #E7701B;
}
.TagClassName
{
border-color: #E7701B;
}
</style>