Shades of Tahiti Gold #E77130
Tints of Tahiti Gold #E77130
RGB
CMYK
RGB Variations
Color information
#E77130 (or 0xE77130) is known color: Tahiti Gold. HEX triplet: E7, 71 and 30. RGB value is (231,113,48). Sum of RGB (Red+Green+Blue) = 231+113+48=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E77130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E77130 is #188ECF. Grayscale: #8D8D8D. Windows color (decimal): -1609424 or 3174887. OLE color: 3174887.
HSL color Cylindrical-coordinate representation of color #E77130: hue angle of 21.31º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E77130 is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 113 | 48 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.09 |
| HSL | 21.31º | 0.79% | 0.55% | - |
| HSV(B) | 21.31º | 0.79% | 0.91% | - |
| XYZ | 39.39 | 29.01 | 6.32 | - |
| YUV | 140.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 113 | 48 | 0 | 0.51 | 0.79 | 0.09 | 21.31 | 0.79 | 0.55 |
| Hex | E7 | 71 | 30 | 0 | 33 | 4F | 9 | 15 | 4F | 37 |
| Octal | 347 | 161 | 60 | 0 | 63 | 117 | 11 | 25 | 117 | 67 |
| Binary | 11100111 | 1110001 | 110000 | 0 | 110011 | 1001111 | 1001 | 10101 | 1001111 | 110111 |
Color Harmonies of #E77130
Complementary color
Monochromatic Colors of #E77130
Black with #E77130
Text Example
Text Example
White with #E77130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77130; }
p { color: rgb(231,113,48); }
H1.HeaderClassName
{
color: #E77130;
}
.AnyTagClassName
{
color: #E77130;
}
</style>
background-color css
<style>
a { background-color: #E77130; }
a { background-color: rgb(231,113,48); }
div.DivClassName
{
background-color: #E77130;
}
.BgClassName
{
background-color: #E77130;
}
</style>
border-color css
<style>
span { border-color: #E77130; }
span { border-color: rgb(231,113,48); }
td.TdClassName
{
border-color: #E77130;
}
.TagClassName
{
border-color: #E77130;
}
</style>