Shades of Tahiti Gold #E78027
Tints of Tahiti Gold #E78027
RGB
CMYK
RGB Variations
Color information
#E78027 (or 0xE78027) is known color: Tahiti Gold. HEX triplet: E7, 80 and 27. RGB value is (231,128,39). Sum of RGB (Red+Green+Blue) = 231+128+39=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 39 (15.62% from 255 or 9.80% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E78027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78027 is #187FD8. Grayscale: #959595. Windows color (decimal): -1605593 or 2588903. OLE color: 2588903.
HSL color Cylindrical-coordinate representation of color #E78027: hue angle of 27.81º 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 #E78027 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 39 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.09 |
| HSL | 27.81º | 0.8% | 0.53% | - |
| HSV(B) | 27.81º | 0.83% | 0.91% | - |
| XYZ | 41.04 | 32.57 | 6.04 | - |
| YUV | 148.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 39 | 0 | 0.45 | 0.83 | 0.09 | 27.81 | 0.8 | 0.53 |
| Hex | E7 | 80 | 27 | 0 | 2D | 53 | 9 | 1C | 50 | 35 |
| Octal | 347 | 200 | 47 | 0 | 55 | 123 | 11 | 34 | 120 | 65 |
| Binary | 11100111 | 10000000 | 100111 | 0 | 101101 | 1010011 | 1001 | 11100 | 1010000 | 110101 |
Color Harmonies of #E78027
Complementary color
Monochromatic Colors of #E78027
Black with #E78027
Text Example
Text Example
White with #E78027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78027; }
p { color: rgb(231,128,39); }
H1.HeaderClassName
{
color: #E78027;
}
.AnyTagClassName
{
color: #E78027;
}
</style>
background-color css
<style>
a { background-color: #E78027; }
a { background-color: rgb(231,128,39); }
div.DivClassName
{
background-color: #E78027;
}
.BgClassName
{
background-color: #E78027;
}
</style>
border-color css
<style>
span { border-color: #E78027; }
span { border-color: rgb(231,128,39); }
td.TdClassName
{
border-color: #E78027;
}
.TagClassName
{
border-color: #E78027;
}
</style>