Shades of Tahiti Gold #EA7A1D
Tints of Tahiti Gold #EA7A1D
RGB
CMYK
RGB Variations
Color information
#EA7A1D (or 0xEA7A1D) is known color: Tahiti Gold. HEX triplet: EA, 7A and 1D. RGB value is (234,122,29). Sum of RGB (Red+Green+Blue) = 234+122+29=385 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.78% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A1D is #1585E2. Grayscale: #919191. Windows color (decimal): -1410531 or 1932010. OLE color: 1932010.
HSL color Cylindrical-coordinate representation of color #EA7A1D: hue angle of 27.22º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA7A1D is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 29 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.08 |
| HSL | 27.22º | 0.83% | 0.52% | - |
| HSV(B) | 27.22º | 0.88% | 0.92% | - |
| XYZ | 41.11 | 31.5 | 5.08 | - |
| YUV | 144.89 | 62.61 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 29 | 0 | 0.48 | 0.88 | 0.08 | 27.22 | 0.83 | 0.52 |
| Hex | EA | 7A | 1D | 0 | 30 | 58 | 8 | 1B | 53 | 34 |
| Octal | 352 | 172 | 35 | 0 | 60 | 130 | 10 | 33 | 123 | 64 |
| Binary | 11101010 | 1111010 | 11101 | 0 | 110000 | 1011000 | 1000 | 11011 | 1010011 | 110100 |
Color Harmonies of #EA7A1D
Complementary color
Monochromatic Colors of #EA7A1D
Black with #EA7A1D
Text Example
Text Example
White with #EA7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A1D; }
p { color: rgb(234,122,29); }
H1.HeaderClassName
{
color: #EA7A1D;
}
.AnyTagClassName
{
color: #EA7A1D;
}
</style>
background-color css
<style>
a { background-color: #EA7A1D; }
a { background-color: rgb(234,122,29); }
div.DivClassName
{
background-color: #EA7A1D;
}
.BgClassName
{
background-color: #EA7A1D;
}
</style>
border-color css
<style>
span { border-color: #EA7A1D; }
span { border-color: rgb(234,122,29); }
td.TdClassName
{
border-color: #EA7A1D;
}
.TagClassName
{
border-color: #EA7A1D;
}
</style>