Shades of Tahiti Gold #E77B1C
Tints of Tahiti Gold #E77B1C
RGB
CMYK
RGB Variations
Color information
#E77B1C (or 0xE77B1C) is known color: Tahiti Gold. HEX triplet: E7, 7B and 1C. RGB value is (231,123,28). Sum of RGB (Red+Green+Blue) = 231+123+28=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E77B1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77B1C is #1884E3. Grayscale: #909090. Windows color (decimal): -1606884 or 1866727. OLE color: 1866727.
HSL color Cylindrical-coordinate representation of color #E77B1C: hue angle of 28.08º 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 #E77B1C is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 123 | 28 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.09 |
| HSL | 28.08º | 0.81% | 0.51% | - |
| HSV(B) | 28.08º | 0.88% | 0.91% | - |
| XYZ | 40.25 | 31.24 | 5.01 | - |
| YUV | 144.46 | 62.28 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 123 | 28 | 0 | 0.47 | 0.88 | 0.09 | 28.08 | 0.81 | 0.51 |
| Hex | E7 | 7B | 1C | 0 | 2F | 58 | 9 | 1C | 51 | 33 |
| Octal | 347 | 173 | 34 | 0 | 57 | 130 | 11 | 34 | 121 | 63 |
| Binary | 11100111 | 1111011 | 11100 | 0 | 101111 | 1011000 | 1001 | 11100 | 1010001 | 110011 |
Color Harmonies of #E77B1C
Complementary color
Monochromatic Colors of #E77B1C
Black with #E77B1C
Text Example
Text Example
White with #E77B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77B1C; }
p { color: rgb(231,123,28); }
H1.HeaderClassName
{
color: #E77B1C;
}
.AnyTagClassName
{
color: #E77B1C;
}
</style>
background-color css
<style>
a { background-color: #E77B1C; }
a { background-color: rgb(231,123,28); }
div.DivClassName
{
background-color: #E77B1C;
}
.BgClassName
{
background-color: #E77B1C;
}
</style>
border-color css
<style>
span { border-color: #E77B1C; }
span { border-color: rgb(231,123,28); }
td.TdClassName
{
border-color: #E77B1C;
}
.TagClassName
{
border-color: #E77B1C;
}
</style>