Shades of Tahiti Gold #E07730
Tints of Tahiti Gold #E07730
RGB
CMYK
RGB Variations
Color information
#E07730 (or 0xE07730) is known color: Tahiti Gold. HEX triplet: E0, 77 and 30. RGB value is (224,119,48). Sum of RGB (Red+Green+Blue) = 224+119+48=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E07730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07730 is #1F88CF. Grayscale: #8E8E8E. Windows color (decimal): -2066640 or 3176416. OLE color: 3176416.
HSL color Cylindrical-coordinate representation of color #E07730: hue angle of 24.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E07730 is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 119 | 48 | - |
| CMYK | 0 | 0.47 | 0.79 | 0.12 |
| HSL | 24.2º | 0.74% | 0.53% | - |
| HSV(B) | 24.2º | 0.79% | 0.88% | - |
| XYZ | 37.87 | 29.25 | 6.45 | - |
| YUV | 142.3 | 74.79 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 119 | 48 | 0 | 0.47 | 0.79 | 0.12 | 24.2 | 0.74 | 0.53 |
| Hex | E0 | 77 | 30 | 0 | 2F | 4F | C | 18 | 4A | 35 |
| Octal | 340 | 167 | 60 | 0 | 57 | 117 | 14 | 30 | 112 | 65 |
| Binary | 11100000 | 1110111 | 110000 | 0 | 101111 | 1001111 | 1100 | 11000 | 1001010 | 110101 |
Color Harmonies of #E07730
Complementary color
Monochromatic Colors of #E07730
Black with #E07730
Text Example
Text Example
White with #E07730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07730; }
p { color: rgb(224,119,48); }
H1.HeaderClassName
{
color: #E07730;
}
.AnyTagClassName
{
color: #E07730;
}
</style>
background-color css
<style>
a { background-color: #E07730; }
a { background-color: rgb(224,119,48); }
div.DivClassName
{
background-color: #E07730;
}
.BgClassName
{
background-color: #E07730;
}
</style>
border-color css
<style>
span { border-color: #E07730; }
span { border-color: rgb(224,119,48); }
td.TdClassName
{
border-color: #E07730;
}
.TagClassName
{
border-color: #E07730;
}
</style>