Shades of Tahiti Gold #EA7C27
Tints of Tahiti Gold #EA7C27
RGB
CMYK
RGB Variations
Color information
#EA7C27 (or 0xEA7C27) is known color: Tahiti Gold. HEX triplet: EA, 7C and 27. RGB value is (234,124,39). Sum of RGB (Red+Green+Blue) = 234+124+39=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7C27 is #1583D8. Grayscale: #939393. Windows color (decimal): -1410009 or 2587882. OLE color: 2587882.
HSL color Cylindrical-coordinate representation of color #EA7C27: hue angle of 26.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EA7C27 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 124 | 39 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.08 |
| HSL | 26.15º | 0.82% | 0.54% | - |
| HSV(B) | 26.15º | 0.83% | 0.92% | - |
| XYZ | 41.51 | 32.05 | 5.92 | - |
| YUV | 147.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 124 | 39 | 0 | 0.47 | 0.83 | 0.08 | 26.15 | 0.82 | 0.54 |
| Hex | EA | 7C | 27 | 0 | 2F | 53 | 8 | 1A | 52 | 36 |
| Octal | 352 | 174 | 47 | 0 | 57 | 123 | 10 | 32 | 122 | 66 |
| Binary | 11101010 | 1111100 | 100111 | 0 | 101111 | 1010011 | 1000 | 11010 | 1010010 | 110110 |
Color Harmonies of #EA7C27
Complementary color
Monochromatic Colors of #EA7C27
Black with #EA7C27
Text Example
Text Example
White with #EA7C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7C27; }
p { color: rgb(234,124,39); }
H1.HeaderClassName
{
color: #EA7C27;
}
.AnyTagClassName
{
color: #EA7C27;
}
</style>
background-color css
<style>
a { background-color: #EA7C27; }
a { background-color: rgb(234,124,39); }
div.DivClassName
{
background-color: #EA7C27;
}
.BgClassName
{
background-color: #EA7C27;
}
</style>
border-color css
<style>
span { border-color: #EA7C27; }
span { border-color: rgb(234,124,39); }
td.TdClassName
{
border-color: #EA7C27;
}
.TagClassName
{
border-color: #EA7C27;
}
</style>