Shades of Tahiti Gold #EA731E
Tints of Tahiti Gold #EA731E
RGB
CMYK
RGB Variations
Color information
#EA731E (or 0xEA731E) is known color: Tahiti Gold. HEX triplet: EA, 73 and 1E. RGB value is (234,115,30). Sum of RGB (Red+Green+Blue) = 234+115+30=379 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.74% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 234 - color contains mainly: red. Hex color #EA731E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA731E is #158CE1. Grayscale: #8D8D8D. Windows color (decimal): -1412322 or 1995754. OLE color: 1995754.
HSL color Cylindrical-coordinate representation of color #EA731E: hue angle of 25º 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 #EA731E is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 30 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.08 |
| HSL | 25º | 0.83% | 0.52% | - |
| HSV(B) | 25º | 0.87% | 0.92% | - |
| XYZ | 40.3 | 29.85 | 4.87 | - |
| YUV | 140.89 | 65.42 | 194.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 30 | 0 | 0.51 | 0.87 | 0.08 | 25 | 0.83 | 0.52 |
| Hex | EA | 73 | 1E | 0 | 33 | 57 | 8 | 19 | 53 | 34 |
| Octal | 352 | 163 | 36 | 0 | 63 | 127 | 10 | 31 | 123 | 64 |
| Binary | 11101010 | 1110011 | 11110 | 0 | 110011 | 1010111 | 1000 | 11001 | 1010011 | 110100 |
Color Harmonies of #EA731E
Complementary color
Monochromatic Colors of #EA731E
Black with #EA731E
Text Example
Text Example
White with #EA731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA731E; }
p { color: rgb(234,115,30); }
H1.HeaderClassName
{
color: #EA731E;
}
.AnyTagClassName
{
color: #EA731E;
}
</style>
background-color css
<style>
a { background-color: #EA731E; }
a { background-color: rgb(234,115,30); }
div.DivClassName
{
background-color: #EA731E;
}
.BgClassName
{
background-color: #EA731E;
}
</style>
border-color css
<style>
span { border-color: #EA731E; }
span { border-color: rgb(234,115,30); }
td.TdClassName
{
border-color: #EA731E;
}
.TagClassName
{
border-color: #EA731E;
}
</style>