Shades of Tahiti Gold #EA791F
Tints of Tahiti Gold #EA791F
RGB
CMYK
RGB Variations
Color information
#EA791F (or 0xEA791F) is known color: Tahiti Gold. HEX triplet: EA, 79 and 1F. RGB value is (234,121,31). Sum of RGB (Red+Green+Blue) = 234+121+31=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA791F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA791F is #1586E0. Grayscale: #919191. Windows color (decimal): -1410785 or 2062826. OLE color: 2062826.
HSL color Cylindrical-coordinate representation of color #EA791F: hue angle of 26.6º 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 #EA791F is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 121 | 31 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.08 |
| HSL | 26.6º | 0.83% | 0.52% | - |
| HSV(B) | 26.6º | 0.87% | 0.92% | - |
| XYZ | 41.02 | 31.27 | 5.17 | - |
| YUV | 144.53 | 63.94 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 31 | 0 | 0.48 | 0.87 | 0.08 | 26.6 | 0.83 | 0.52 |
| Hex | EA | 79 | 1F | 0 | 30 | 57 | 8 | 1B | 53 | 34 |
| Octal | 352 | 171 | 37 | 0 | 60 | 127 | 10 | 33 | 123 | 64 |
| Binary | 11101010 | 1111001 | 11111 | 0 | 110000 | 1010111 | 1000 | 11011 | 1010011 | 110100 |
Color Harmonies of #EA791F
Complementary color
Monochromatic Colors of #EA791F
Black with #EA791F
Text Example
Text Example
White with #EA791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA791F; }
p { color: rgb(234,121,31); }
H1.HeaderClassName
{
color: #EA791F;
}
.AnyTagClassName
{
color: #EA791F;
}
</style>
background-color css
<style>
a { background-color: #EA791F; }
a { background-color: rgb(234,121,31); }
div.DivClassName
{
background-color: #EA791F;
}
.BgClassName
{
background-color: #EA791F;
}
</style>
border-color css
<style>
span { border-color: #EA791F; }
span { border-color: rgb(234,121,31); }
td.TdClassName
{
border-color: #EA791F;
}
.TagClassName
{
border-color: #EA791F;
}
</style>