Shades of Tahiti Gold #E8772F
Tints of Tahiti Gold #E8772F
RGB
CMYK
RGB Variations
Color information
#E8772F (or 0xE8772F) is known color: Tahiti Gold. HEX triplet: E8, 77 and 2F. RGB value is (232,119,47). Sum of RGB (Red+Green+Blue) = 232+119+47=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 47 (18.75% from 255 or 11.81% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E8772F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8772F is #1788D0. Grayscale: #909090. Windows color (decimal): -1542353 or 3110888. OLE color: 3110888.
HSL color Cylindrical-coordinate representation of color #E8772F: hue angle of 23.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8772F is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 119 | 47 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.09 |
| HSL | 23.35º | 0.8% | 0.55% | - |
| HSV(B) | 23.35º | 0.8% | 0.91% | - |
| XYZ | 40.39 | 30.55 | 6.46 | - |
| YUV | 144.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 119 | 47 | 0 | 0.49 | 0.80 | 0.09 | 23.35 | 0.8 | 0.55 |
| Hex | E8 | 77 | 2F | 0 | 31 | 50 | 9 | 17 | 50 | 37 |
| Octal | 350 | 167 | 57 | 0 | 61 | 120 | 11 | 27 | 120 | 67 |
| Binary | 11101000 | 1110111 | 101111 | 0 | 110001 | 1010000 | 1001 | 10111 | 1010000 | 110111 |
Color Harmonies of #E8772F
Complementary color
Monochromatic Colors of #E8772F
Black with #E8772F
Text Example
Text Example
White with #E8772F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8772F; }
p { color: rgb(232,119,47); }
H1.HeaderClassName
{
color: #E8772F;
}
.AnyTagClassName
{
color: #E8772F;
}
</style>
background-color css
<style>
a { background-color: #E8772F; }
a { background-color: rgb(232,119,47); }
div.DivClassName
{
background-color: #E8772F;
}
.BgClassName
{
background-color: #E8772F;
}
</style>
border-color css
<style>
span { border-color: #E8772F; }
span { border-color: rgb(232,119,47); }
td.TdClassName
{
border-color: #E8772F;
}
.TagClassName
{
border-color: #E8772F;
}
</style>