Shades of Tahiti Gold #E76926
Tints of Tahiti Gold #E76926
RGB
CMYK
RGB Variations
Color information
#E76926 (or 0xE76926) is known color: Tahiti Gold. HEX triplet: E7, 69 and 26. RGB value is (231,105,38). Sum of RGB (Red+Green+Blue) = 231+105+38=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E76926 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76926 is #1896D9. Grayscale: #878787. Windows color (decimal): -1611482 or 2517479. OLE color: 2517479.
HSL color Cylindrical-coordinate representation of color #E76926: hue angle of 20.83º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E76926 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 38 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.09 |
| HSL | 20.83º | 0.8% | 0.53% | - |
| HSV(B) | 20.83º | 0.84% | 0.91% | - |
| XYZ | 38.36 | 27.23 | 5.07 | - |
| YUV | 135.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 38 | 0 | 0.55 | 0.84 | 0.09 | 20.83 | 0.8 | 0.53 |
| Hex | E7 | 69 | 26 | 0 | 37 | 54 | 9 | 15 | 50 | 35 |
| Octal | 347 | 151 | 46 | 0 | 67 | 124 | 11 | 25 | 120 | 65 |
| Binary | 11100111 | 1101001 | 100110 | 0 | 110111 | 1010100 | 1001 | 10101 | 1010000 | 110101 |
Color Harmonies of #E76926
Complementary color
Monochromatic Colors of #E76926
Black with #E76926
Text Example
Text Example
White with #E76926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76926; }
p { color: rgb(231,105,38); }
H1.HeaderClassName
{
color: #E76926;
}
.AnyTagClassName
{
color: #E76926;
}
</style>
background-color css
<style>
a { background-color: #E76926; }
a { background-color: rgb(231,105,38); }
div.DivClassName
{
background-color: #E76926;
}
.BgClassName
{
background-color: #E76926;
}
</style>
border-color css
<style>
span { border-color: #E76926; }
span { border-color: rgb(231,105,38); }
td.TdClassName
{
border-color: #E76926;
}
.TagClassName
{
border-color: #E76926;
}
</style>