Shades of Tahiti Gold #E76A28
Tints of Tahiti Gold #E76A28
RGB
CMYK
RGB Variations
Color information
#E76A28 (or 0xE76A28) is known color: Tahiti Gold. HEX triplet: E7, 6A and 28. RGB value is (231,106,40). Sum of RGB (Red+Green+Blue) = 231+106+40=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 40 (16.02% from 255 or 10.61% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76A28 is #1895D7. Grayscale: #888888. Windows color (decimal): -1611224 or 2648807. OLE color: 2648807.
HSL color Cylindrical-coordinate representation of color #E76A28: hue angle of 20.73º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E76A28 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 106 | 40 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.09 |
| HSL | 20.73º | 0.8% | 0.53% | - |
| HSV(B) | 20.73º | 0.83% | 0.91% | - |
| XYZ | 38.49 | 27.45 | 5.28 | - |
| YUV | 135.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 106 | 40 | 0 | 0.54 | 0.83 | 0.09 | 20.73 | 0.8 | 0.53 |
| Hex | E7 | 6A | 28 | 0 | 36 | 53 | 9 | 15 | 50 | 35 |
| Octal | 347 | 152 | 50 | 0 | 66 | 123 | 11 | 25 | 120 | 65 |
| Binary | 11100111 | 1101010 | 101000 | 0 | 110110 | 1010011 | 1001 | 10101 | 1010000 | 110101 |
Color Harmonies of #E76A28
Complementary color
Monochromatic Colors of #E76A28
Black with #E76A28
Text Example
Text Example
White with #E76A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76A28; }
p { color: rgb(231,106,40); }
H1.HeaderClassName
{
color: #E76A28;
}
.AnyTagClassName
{
color: #E76A28;
}
</style>
background-color css
<style>
a { background-color: #E76A28; }
a { background-color: rgb(231,106,40); }
div.DivClassName
{
background-color: #E76A28;
}
.BgClassName
{
background-color: #E76A28;
}
</style>
border-color css
<style>
span { border-color: #E76A28; }
span { border-color: rgb(231,106,40); }
td.TdClassName
{
border-color: #E76A28;
}
.TagClassName
{
border-color: #E76A28;
}
</style>