Shades of Tahiti Gold #EA7A1E
Tints of Tahiti Gold #EA7A1E
RGB
CMYK
RGB Variations
Color information
#EA7A1E (or 0xEA7A1E) is known color: Tahiti Gold. HEX triplet: EA, 7A and 1E. RGB value is (234,122,30). Sum of RGB (Red+Green+Blue) = 234+122+30=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7A1E is #1585E1. Grayscale: #919191. Windows color (decimal): -1410530 or 1997546. OLE color: 1997546.
HSL color Cylindrical-coordinate representation of color #EA7A1E: hue angle of 27.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA7A1E is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 30 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.08 |
| HSL | 27.06º | 0.83% | 0.52% | - |
| HSV(B) | 27.06º | 0.87% | 0.92% | - |
| XYZ | 41.13 | 31.51 | 5.14 | - |
| YUV | 145 | 63.11 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 30 | 0 | 0.48 | 0.87 | 0.08 | 27.06 | 0.83 | 0.52 |
| Hex | EA | 7A | 1E | 0 | 30 | 57 | 8 | 1B | 53 | 34 |
| Octal | 352 | 172 | 36 | 0 | 60 | 127 | 10 | 33 | 123 | 64 |
| Binary | 11101010 | 1111010 | 11110 | 0 | 110000 | 1010111 | 1000 | 11011 | 1010011 | 110100 |
Color Harmonies of #EA7A1E
Complementary color
Monochromatic Colors of #EA7A1E
Black with #EA7A1E
Text Example
Text Example
White with #EA7A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A1E; }
p { color: rgb(234,122,30); }
H1.HeaderClassName
{
color: #EA7A1E;
}
.AnyTagClassName
{
color: #EA7A1E;
}
</style>
background-color css
<style>
a { background-color: #EA7A1E; }
a { background-color: rgb(234,122,30); }
div.DivClassName
{
background-color: #EA7A1E;
}
.BgClassName
{
background-color: #EA7A1E;
}
</style>
border-color css
<style>
span { border-color: #EA7A1E; }
span { border-color: rgb(234,122,30); }
td.TdClassName
{
border-color: #EA7A1E;
}
.TagClassName
{
border-color: #EA7A1E;
}
</style>