Shades of Tahiti Gold #E7781B
Tints of Tahiti Gold #E7781B
RGB
CMYK
RGB Variations
Color information
#E7781B (or 0xE7781B) is known color: Tahiti Gold. HEX triplet: E7, 78 and 1B. RGB value is (231,120,27). Sum of RGB (Red+Green+Blue) = 231+120+27=378 (50% of max value = 765). Red value is 231 (90.62% from 255 or 61.11% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 231 - color contains mainly: red. Hex color #E7781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7781B is #1887E4. Grayscale: #8F8F8F. Windows color (decimal): -1607653 or 1800423. OLE color: 1800423.
HSL color Cylindrical-coordinate representation of color #E7781B: hue angle of 27.35º 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 #E7781B is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 27 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.09 |
| HSL | 27.35º | 0.81% | 0.51% | - |
| HSV(B) | 27.35º | 0.88% | 0.91% | - |
| XYZ | 39.87 | 30.5 | 4.82 | - |
| YUV | 142.59 | 62.77 | 191.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 27 | 0 | 0.48 | 0.88 | 0.09 | 27.35 | 0.81 | 0.51 |
| Hex | E7 | 78 | 1B | 0 | 30 | 58 | 9 | 1B | 51 | 33 |
| Octal | 347 | 170 | 33 | 0 | 60 | 130 | 11 | 33 | 121 | 63 |
| Binary | 11100111 | 1111000 | 11011 | 0 | 110000 | 1011000 | 1001 | 11011 | 1010001 | 110011 |
Color Harmonies of #E7781B
Complementary color
Monochromatic Colors of #E7781B
Black with #E7781B
Text Example
Text Example
White with #E7781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7781B; }
p { color: rgb(231,120,27); }
H1.HeaderClassName
{
color: #E7781B;
}
.AnyTagClassName
{
color: #E7781B;
}
</style>
background-color css
<style>
a { background-color: #E7781B; }
a { background-color: rgb(231,120,27); }
div.DivClassName
{
background-color: #E7781B;
}
.BgClassName
{
background-color: #E7781B;
}
</style>
border-color css
<style>
span { border-color: #E7781B; }
span { border-color: rgb(231,120,27); }
td.TdClassName
{
border-color: #E7781B;
}
.TagClassName
{
border-color: #E7781B;
}
</style>