Shades of Tahiti Gold #EA712C
Tints of Tahiti Gold #EA712C
RGB
CMYK
RGB Variations
Color information
#EA712C (or 0xEA712C) is known color: Tahiti Gold. HEX triplet: EA, 71 and 2C. RGB value is (234,113,44). Sum of RGB (Red+Green+Blue) = 234+113+44=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA712C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA712C is #158ED3. Grayscale: #8D8D8D. Windows color (decimal): -1412820 or 2912746. OLE color: 2912746.
HSL color Cylindrical-coordinate representation of color #EA712C: hue angle of 21.79º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA712C is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 44 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.08 |
| HSL | 21.79º | 0.82% | 0.55% | - |
| HSV(B) | 21.79º | 0.81% | 0.92% | - |
| XYZ | 40.29 | 29.48 | 5.95 | - |
| YUV | 141.31 | 73.09 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 44 | 0 | 0.52 | 0.81 | 0.08 | 21.79 | 0.82 | 0.55 |
| Hex | EA | 71 | 2C | 0 | 34 | 51 | 8 | 16 | 52 | 37 |
| Octal | 352 | 161 | 54 | 0 | 64 | 121 | 10 | 26 | 122 | 67 |
| Binary | 11101010 | 1110001 | 101100 | 0 | 110100 | 1010001 | 1000 | 10110 | 1010010 | 110111 |
Color Harmonies of #EA712C
Complementary color
Monochromatic Colors of #EA712C
Black with #EA712C
Text Example
Text Example
White with #EA712C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA712C; }
p { color: rgb(234,113,44); }
H1.HeaderClassName
{
color: #EA712C;
}
.AnyTagClassName
{
color: #EA712C;
}
</style>
background-color css
<style>
a { background-color: #EA712C; }
a { background-color: rgb(234,113,44); }
div.DivClassName
{
background-color: #EA712C;
}
.BgClassName
{
background-color: #EA712C;
}
</style>
border-color css
<style>
span { border-color: #EA712C; }
span { border-color: rgb(234,113,44); }
td.TdClassName
{
border-color: #EA712C;
}
.TagClassName
{
border-color: #EA712C;
}
</style>