Shades of Tahiti Gold #EA6E2A
Tints of Tahiti Gold #EA6E2A
RGB
CMYK
RGB Variations
Color information
#EA6E2A (or 0xEA6E2A) is known color: Tahiti Gold. HEX triplet: EA, 6E and 2A. RGB value is (234,110,42). Sum of RGB (Red+Green+Blue) = 234+110+42=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 42 (16.80% from 255 or 10.88% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6E2A is #1591D5. Grayscale: #8B8B8B. Windows color (decimal): -1413590 or 2780906. OLE color: 2780906.
HSL color Cylindrical-coordinate representation of color #EA6E2A: hue angle of 21.25º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EA6E2A is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 110 | 42 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.08 |
| HSL | 21.25º | 0.82% | 0.54% | - |
| HSV(B) | 21.25º | 0.82% | 0.92% | - |
| XYZ | 39.93 | 28.81 | 5.65 | - |
| YUV | 139.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 110 | 42 | 0 | 0.53 | 0.82 | 0.08 | 21.25 | 0.82 | 0.54 |
| Hex | EA | 6E | 2A | 0 | 35 | 52 | 8 | 15 | 52 | 36 |
| Octal | 352 | 156 | 52 | 0 | 65 | 122 | 10 | 25 | 122 | 66 |
| Binary | 11101010 | 1101110 | 101010 | 0 | 110101 | 1010010 | 1000 | 10101 | 1010010 | 110110 |
Color Harmonies of #EA6E2A
Complementary color
Monochromatic Colors of #EA6E2A
Black with #EA6E2A
Text Example
Text Example
White with #EA6E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6E2A; }
p { color: rgb(234,110,42); }
H1.HeaderClassName
{
color: #EA6E2A;
}
.AnyTagClassName
{
color: #EA6E2A;
}
</style>
background-color css
<style>
a { background-color: #EA6E2A; }
a { background-color: rgb(234,110,42); }
div.DivClassName
{
background-color: #EA6E2A;
}
.BgClassName
{
background-color: #EA6E2A;
}
</style>
border-color css
<style>
span { border-color: #EA6E2A; }
span { border-color: rgb(234,110,42); }
td.TdClassName
{
border-color: #EA6E2A;
}
.TagClassName
{
border-color: #EA6E2A;
}
</style>