Shades of Tahiti Gold #EA7C1E
Tints of Tahiti Gold #EA7C1E
RGB
CMYK
RGB Variations
Color information
#EA7C1E (or 0xEA7C1E) is known color: Tahiti Gold. HEX triplet: EA, 7C and 1E. RGB value is (234,124,30). Sum of RGB (Red+Green+Blue) = 234+124+30=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7C1E is #1583E1. Grayscale: #929292. Windows color (decimal): -1410018 or 1998058. OLE color: 1998058.
HSL color Cylindrical-coordinate representation of color #EA7C1E: hue angle of 27.65º 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 #EA7C1E is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 124 | 30 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.08 |
| HSL | 27.65º | 0.83% | 0.52% | - |
| HSV(B) | 27.65º | 0.87% | 0.92% | - |
| XYZ | 41.37 | 32 | 5.22 | - |
| YUV | 146.17 | 62.44 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 124 | 30 | 0 | 0.47 | 0.87 | 0.08 | 27.65 | 0.83 | 0.52 |
| Hex | EA | 7C | 1E | 0 | 2F | 57 | 8 | 1C | 53 | 34 |
| Octal | 352 | 174 | 36 | 0 | 57 | 127 | 10 | 34 | 123 | 64 |
| Binary | 11101010 | 1111100 | 11110 | 0 | 101111 | 1010111 | 1000 | 11100 | 1010011 | 110100 |
Color Harmonies of #EA7C1E
Complementary color
Monochromatic Colors of #EA7C1E
Black with #EA7C1E
Text Example
Text Example
White with #EA7C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7C1E; }
p { color: rgb(234,124,30); }
H1.HeaderClassName
{
color: #EA7C1E;
}
.AnyTagClassName
{
color: #EA7C1E;
}
</style>
background-color css
<style>
a { background-color: #EA7C1E; }
a { background-color: rgb(234,124,30); }
div.DivClassName
{
background-color: #EA7C1E;
}
.BgClassName
{
background-color: #EA7C1E;
}
</style>
border-color css
<style>
span { border-color: #EA7C1E; }
span { border-color: rgb(234,124,30); }
td.TdClassName
{
border-color: #EA7C1E;
}
.TagClassName
{
border-color: #EA7C1E;
}
</style>