Shades of Tahiti Gold #EA7A29
Tints of Tahiti Gold #EA7A29
RGB
CMYK
RGB Variations
Color information
#EA7A29 (or 0xEA7A29) is known color: Tahiti Gold. HEX triplet: EA, 7A and 29. RGB value is (234,122,41). Sum of RGB (Red+Green+Blue) = 234+122+41=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A29 is #1585D6. Grayscale: #929292. Windows color (decimal): -1410519 or 2718442. OLE color: 2718442.
HSL color Cylindrical-coordinate representation of color #EA7A29: hue angle of 25.18º 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 #EA7A29 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 41 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.08 |
| HSL | 25.18º | 0.82% | 0.54% | - |
| HSV(B) | 25.18º | 0.82% | 0.92% | - |
| XYZ | 41.29 | 31.57 | 6.02 | - |
| YUV | 146.25 | 68.61 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 41 | 0 | 0.48 | 0.82 | 0.08 | 25.18 | 0.82 | 0.54 |
| Hex | EA | 7A | 29 | 0 | 30 | 52 | 8 | 19 | 52 | 36 |
| Octal | 352 | 172 | 51 | 0 | 60 | 122 | 10 | 31 | 122 | 66 |
| Binary | 11101010 | 1111010 | 101001 | 0 | 110000 | 1010010 | 1000 | 11001 | 1010010 | 110110 |
Color Harmonies of #EA7A29
Complementary color
Monochromatic Colors of #EA7A29
Black with #EA7A29
Text Example
Text Example
White with #EA7A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A29; }
p { color: rgb(234,122,41); }
H1.HeaderClassName
{
color: #EA7A29;
}
.AnyTagClassName
{
color: #EA7A29;
}
</style>
background-color css
<style>
a { background-color: #EA7A29; }
a { background-color: rgb(234,122,41); }
div.DivClassName
{
background-color: #EA7A29;
}
.BgClassName
{
background-color: #EA7A29;
}
</style>
border-color css
<style>
span { border-color: #EA7A29; }
span { border-color: rgb(234,122,41); }
td.TdClassName
{
border-color: #EA7A29;
}
.TagClassName
{
border-color: #EA7A29;
}
</style>