Shades of Tahiti Gold #E37D1B
Tints of Tahiti Gold #E37D1B
RGB
CMYK
RGB Variations
Color information
#E37D1B (or 0xE37D1B) is known color: Tahiti Gold. HEX triplet: E3, 7D and 1B. RGB value is (227,125,27). Sum of RGB (Red+Green+Blue) = 227+125+27=379 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.89% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 27 (10.94% from 255 or 7.12% from 379); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E37D1B is #1C82E4. Grayscale: #909090. Windows color (decimal): -1868517 or 1801699. OLE color: 1801699.
HSL color Cylindrical-coordinate representation of color #E37D1B: hue angle of 29.4º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E37D1B is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 27 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.11 |
| HSL | 29.4º | 0.79% | 0.5% | - |
| HSV(B) | 29.4º | 0.88% | 0.89% | - |
| XYZ | 39.21 | 31.08 | 4.97 | - |
| YUV | 144.33 | 61.79 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 27 | 0 | 0.45 | 0.88 | 0.11 | 29.4 | 0.79 | 0.5 |
| Hex | E3 | 7D | 1B | 0 | 2D | 58 | B | 1D | 4F | 32 |
| Octal | 343 | 175 | 33 | 0 | 55 | 130 | 13 | 35 | 117 | 62 |
| Binary | 11100011 | 1111101 | 11011 | 0 | 101101 | 1011000 | 1011 | 11101 | 1001111 | 110010 |
Color Harmonies of #E37D1B
Complementary color
Monochromatic Colors of #E37D1B
Black with #E37D1B
Text Example
Text Example
White with #E37D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D1B; }
p { color: rgb(227,125,27); }
H1.HeaderClassName
{
color: #E37D1B;
}
.AnyTagClassName
{
color: #E37D1B;
}
</style>
background-color css
<style>
a { background-color: #E37D1B; }
a { background-color: rgb(227,125,27); }
div.DivClassName
{
background-color: #E37D1B;
}
.BgClassName
{
background-color: #E37D1B;
}
</style>
border-color css
<style>
span { border-color: #E37D1B; }
span { border-color: rgb(227,125,27); }
td.TdClassName
{
border-color: #E37D1B;
}
.TagClassName
{
border-color: #E37D1B;
}
</style>