Shades of Tahiti Gold #EA7329
Tints of Tahiti Gold #EA7329
RGB
CMYK
RGB Variations
Color information
#EA7329 (or 0xEA7329) is known color: Tahiti Gold. HEX triplet: EA, 73 and 29. RGB value is (234,115,41). Sum of RGB (Red+Green+Blue) = 234+115+41=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7329 is #158CD6. Grayscale: #8E8E8E. Windows color (decimal): -1412311 or 2716650. OLE color: 2716650.
HSL color Cylindrical-coordinate representation of color #EA7329: hue angle of 23.01º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA7329 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 41 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.08 |
| HSL | 23.01º | 0.82% | 0.54% | - |
| HSV(B) | 23.01º | 0.82% | 0.92% | - |
| XYZ | 40.46 | 29.91 | 5.74 | - |
| YUV | 142.15 | 70.92 | 193.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 41 | 0 | 0.51 | 0.82 | 0.08 | 23.01 | 0.82 | 0.54 |
| Hex | EA | 73 | 29 | 0 | 33 | 52 | 8 | 17 | 52 | 36 |
| Octal | 352 | 163 | 51 | 0 | 63 | 122 | 10 | 27 | 122 | 66 |
| Binary | 11101010 | 1110011 | 101001 | 0 | 110011 | 1010010 | 1000 | 10111 | 1010010 | 110110 |
Color Harmonies of #EA7329
Complementary color
Monochromatic Colors of #EA7329
Black with #EA7329
Text Example
Text Example
White with #EA7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7329; }
p { color: rgb(234,115,41); }
H1.HeaderClassName
{
color: #EA7329;
}
.AnyTagClassName
{
color: #EA7329;
}
</style>
background-color css
<style>
a { background-color: #EA7329; }
a { background-color: rgb(234,115,41); }
div.DivClassName
{
background-color: #EA7329;
}
.BgClassName
{
background-color: #EA7329;
}
</style>
border-color css
<style>
span { border-color: #EA7329; }
span { border-color: rgb(234,115,41); }
td.TdClassName
{
border-color: #EA7329;
}
.TagClassName
{
border-color: #EA7329;
}
</style>