Shades of Tahiti Gold #E76522
Tints of Tahiti Gold #E76522
RGB
CMYK
RGB Variations
Color information
#E76522 (or 0xE76522) is known color: Tahiti Gold. HEX triplet: E7, 65 and 22. RGB value is (231,101,34). Sum of RGB (Red+Green+Blue) = 231+101+34=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E76522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76522 is #189ADD. Grayscale: #848484. Windows color (decimal): -1612510 or 2254311. OLE color: 2254311.
HSL color Cylindrical-coordinate representation of color #E76522: hue angle of 20.41º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E76522 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.09 |
| HSL | 20.41º | 0.8% | 0.52% | - |
| HSV(B) | 20.41º | 0.85% | 0.91% | - |
| XYZ | 37.9 | 26.41 | 4.61 | - |
| YUV | 132.23 | 72.57 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 34 | 0 | 0.56 | 0.85 | 0.09 | 20.41 | 0.8 | 0.52 |
| Hex | E7 | 65 | 22 | 0 | 38 | 55 | 9 | 14 | 50 | 34 |
| Octal | 347 | 145 | 42 | 0 | 70 | 125 | 11 | 24 | 120 | 64 |
| Binary | 11100111 | 1100101 | 100010 | 0 | 111000 | 1010101 | 1001 | 10100 | 1010000 | 110100 |
Color Harmonies of #E76522
Complementary color
Monochromatic Colors of #E76522
Black with #E76522
Text Example
Text Example
White with #E76522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76522; }
p { color: rgb(231,101,34); }
H1.HeaderClassName
{
color: #E76522;
}
.AnyTagClassName
{
color: #E76522;
}
</style>
background-color css
<style>
a { background-color: #E76522; }
a { background-color: rgb(231,101,34); }
div.DivClassName
{
background-color: #E76522;
}
.BgClassName
{
background-color: #E76522;
}
</style>
border-color css
<style>
span { border-color: #E76522; }
span { border-color: rgb(231,101,34); }
td.TdClassName
{
border-color: #E76522;
}
.TagClassName
{
border-color: #E76522;
}
</style>