Shades of Tahiti Gold #E07B1D
Tints of Tahiti Gold #E07B1D
RGB
CMYK
RGB Variations
Color information
#E07B1D (or 0xE07B1D) is known color: Tahiti Gold. HEX triplet: E0, 7B and 1D. RGB value is (224,123,29). Sum of RGB (Red+Green+Blue) = 224+123+29=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07B1D is #1F84E2. Grayscale: #8E8E8E. Windows color (decimal): -2065635 or 1932256. OLE color: 1932256.
HSL color Cylindrical-coordinate representation of color #E07B1D: hue angle of 28.92º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E07B1D is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 29 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.12 |
| HSL | 28.92º | 0.77% | 0.5% | - |
| HSV(B) | 28.92º | 0.87% | 0.88% | - |
| XYZ | 38.05 | 30.1 | 4.97 | - |
| YUV | 142.48 | 63.96 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 29 | 0 | 0.45 | 0.87 | 0.12 | 28.92 | 0.77 | 0.5 |
| Hex | E0 | 7B | 1D | 0 | 2D | 57 | C | 1D | 4D | 32 |
| Octal | 340 | 173 | 35 | 0 | 55 | 127 | 14 | 35 | 115 | 62 |
| Binary | 11100000 | 1111011 | 11101 | 0 | 101101 | 1010111 | 1100 | 11101 | 1001101 | 110010 |
Color Harmonies of #E07B1D
Complementary color
Monochromatic Colors of #E07B1D
Black with #E07B1D
Text Example
Text Example
White with #E07B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B1D; }
p { color: rgb(224,123,29); }
H1.HeaderClassName
{
color: #E07B1D;
}
.AnyTagClassName
{
color: #E07B1D;
}
</style>
background-color css
<style>
a { background-color: #E07B1D; }
a { background-color: rgb(224,123,29); }
div.DivClassName
{
background-color: #E07B1D;
}
.BgClassName
{
background-color: #E07B1D;
}
</style>
border-color css
<style>
span { border-color: #E07B1D; }
span { border-color: rgb(224,123,29); }
td.TdClassName
{
border-color: #E07B1D;
}
.TagClassName
{
border-color: #E07B1D;
}
</style>