Shades of Tahiti Gold #EA702F
Tints of Tahiti Gold #EA702F
RGB
CMYK
RGB Variations
Color information
#EA702F (or 0xEA702F) is known color: Tahiti Gold. HEX triplet: EA, 70 and 2F. RGB value is (234,112,47). Sum of RGB (Red+Green+Blue) = 234+112+47=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 47 (18.75% from 255 or 11.96% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA702F is #158FD0. Grayscale: #8D8D8D. Windows color (decimal): -1413073 or 3109098. OLE color: 3109098.
HSL color Cylindrical-coordinate representation of color #EA702F: hue angle of 20.86º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA702F is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 112 | 47 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.08 |
| HSL | 20.86º | 0.82% | 0.55% | - |
| HSV(B) | 20.86º | 0.8% | 0.92% | - |
| XYZ | 40.24 | 29.29 | 6.22 | - |
| YUV | 141.07 | 74.92 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 112 | 47 | 0 | 0.52 | 0.80 | 0.08 | 20.86 | 0.82 | 0.55 |
| Hex | EA | 70 | 2F | 0 | 34 | 50 | 8 | 15 | 52 | 37 |
| Octal | 352 | 160 | 57 | 0 | 64 | 120 | 10 | 25 | 122 | 67 |
| Binary | 11101010 | 1110000 | 101111 | 0 | 110100 | 1010000 | 1000 | 10101 | 1010010 | 110111 |
Color Harmonies of #EA702F
Complementary color
Monochromatic Colors of #EA702F
Black with #EA702F
Text Example
Text Example
White with #EA702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA702F; }
p { color: rgb(234,112,47); }
H1.HeaderClassName
{
color: #EA702F;
}
.AnyTagClassName
{
color: #EA702F;
}
</style>
background-color css
<style>
a { background-color: #EA702F; }
a { background-color: rgb(234,112,47); }
div.DivClassName
{
background-color: #EA702F;
}
.BgClassName
{
background-color: #EA702F;
}
</style>
border-color css
<style>
span { border-color: #EA702F; }
span { border-color: rgb(234,112,47); }
td.TdClassName
{
border-color: #EA702F;
}
.TagClassName
{
border-color: #EA702F;
}
</style>