Shades of Tahiti Gold #EA7527
Tints of Tahiti Gold #EA7527
RGB
CMYK
RGB Variations
Color information
#EA7527 (or 0xEA7527) is known color: Tahiti Gold. HEX triplet: EA, 75 and 27. RGB value is (234,117,39). Sum of RGB (Red+Green+Blue) = 234+117+39=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA7527 is #158AD8. Grayscale: #8F8F8F. Windows color (decimal): -1411801 or 2586090. OLE color: 2586090.
HSL color Cylindrical-coordinate representation of color #EA7527: hue angle of 24º 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 #EA7527 is Cyan = 0, Magento = 0.5, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 117 | 39 | - |
| CMYK | 0 | 0.5 | 0.83 | 0.08 |
| HSL | 24º | 0.82% | 0.54% | - |
| HSV(B) | 24º | 0.83% | 0.92% | - |
| XYZ | 40.66 | 30.36 | 5.64 | - |
| YUV | 143.09 | 69.26 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 117 | 39 | 0 | 0.5 | 0.83 | 0.08 | 24 | 0.82 | 0.54 |
| Hex | EA | 75 | 27 | 0 | 32 | 53 | 8 | 18 | 52 | 36 |
| Octal | 352 | 165 | 47 | 0 | 62 | 123 | 10 | 30 | 122 | 66 |
| Binary | 11101010 | 1110101 | 100111 | 0 | 110010 | 1010011 | 1000 | 11000 | 1010010 | 110110 |
Color Harmonies of #EA7527
Complementary color
Monochromatic Colors of #EA7527
Black with #EA7527
Text Example
Text Example
White with #EA7527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7527; }
p { color: rgb(234,117,39); }
H1.HeaderClassName
{
color: #EA7527;
}
.AnyTagClassName
{
color: #EA7527;
}
</style>
background-color css
<style>
a { background-color: #EA7527; }
a { background-color: rgb(234,117,39); }
div.DivClassName
{
background-color: #EA7527;
}
.BgClassName
{
background-color: #EA7527;
}
</style>
border-color css
<style>
span { border-color: #EA7527; }
span { border-color: rgb(234,117,39); }
td.TdClassName
{
border-color: #EA7527;
}
.TagClassName
{
border-color: #EA7527;
}
</style>