Shades of Tahiti Gold #E07D1B
Tints of Tahiti Gold #E07D1B
RGB
CMYK
RGB Variations
Color information
#E07D1B (or 0xE07D1B) is known color: Tahiti Gold. HEX triplet: E0, 7D and 1B. RGB value is (224,125,27). Sum of RGB (Red+Green+Blue) = 224+125+27=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07D1B is #1F82E4. Grayscale: #8F8F8F. Windows color (decimal): -2065125 or 1801696. OLE color: 1801696.
HSL color Cylindrical-coordinate representation of color #E07D1B: hue angle of 29.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E07D1B is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 27 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.12 |
| HSL | 29.85º | 0.78% | 0.49% | - |
| HSV(B) | 29.85º | 0.88% | 0.88% | - |
| XYZ | 38.27 | 30.59 | 4.92 | - |
| YUV | 143.43 | 62.3 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 27 | 0 | 0.44 | 0.88 | 0.12 | 29.85 | 0.78 | 0.49 |
| Hex | E0 | 7D | 1B | 0 | 2C | 58 | C | 1E | 4E | 31 |
| Octal | 340 | 175 | 33 | 0 | 54 | 130 | 14 | 36 | 116 | 61 |
| Binary | 11100000 | 1111101 | 11011 | 0 | 101100 | 1011000 | 1100 | 11110 | 1001110 | 110001 |
Color Harmonies of #E07D1B
Complementary color
Monochromatic Colors of #E07D1B
Black with #E07D1B
Text Example
Text Example
White with #E07D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D1B; }
p { color: rgb(224,125,27); }
H1.HeaderClassName
{
color: #E07D1B;
}
.AnyTagClassName
{
color: #E07D1B;
}
</style>
background-color css
<style>
a { background-color: #E07D1B; }
a { background-color: rgb(224,125,27); }
div.DivClassName
{
background-color: #E07D1B;
}
.BgClassName
{
background-color: #E07D1B;
}
</style>
border-color css
<style>
span { border-color: #E07D1B; }
span { border-color: rgb(224,125,27); }
td.TdClassName
{
border-color: #E07D1B;
}
.TagClassName
{
border-color: #E07D1B;
}
</style>