Shades of Tahiti Gold #EA5E20
Tints of Tahiti Gold #EA5E20
RGB
CMYK
RGB Variations
Color information
#EA5E20 (or 0xEA5E20) is known color: Tahiti Gold. HEX triplet: EA, 5E and 20. RGB value is (234,94,32). Sum of RGB (Red+Green+Blue) = 234+94+32=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA5E20 is #15A1DF. Grayscale: #818181. Windows color (decimal): -1417696 or 2121450. OLE color: 2121450.
HSL color Cylindrical-coordinate representation of color #EA5E20: hue angle of 18.42º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA5E20 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 32 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.08 |
| HSL | 18.42º | 0.83% | 0.52% | - |
| HSV(B) | 18.42º | 0.86% | 0.92% | - |
| XYZ | 38.2 | 25.6 | 4.3 | - |
| YUV | 128.79 | 73.38 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 32 | 0 | 0.60 | 0.86 | 0.08 | 18.42 | 0.83 | 0.52 |
| Hex | EA | 5E | 20 | 0 | 3C | 56 | 8 | 12 | 53 | 34 |
| Octal | 352 | 136 | 40 | 0 | 74 | 126 | 10 | 22 | 123 | 64 |
| Binary | 11101010 | 1011110 | 100000 | 0 | 111100 | 1010110 | 1000 | 10010 | 1010011 | 110100 |
Color Harmonies of #EA5E20
Complementary color
Monochromatic Colors of #EA5E20
Black with #EA5E20
Text Example
Text Example
White with #EA5E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E20; }
p { color: rgb(234,94,32); }
H1.HeaderClassName
{
color: #EA5E20;
}
.AnyTagClassName
{
color: #EA5E20;
}
</style>
background-color css
<style>
a { background-color: #EA5E20; }
a { background-color: rgb(234,94,32); }
div.DivClassName
{
background-color: #EA5E20;
}
.BgClassName
{
background-color: #EA5E20;
}
</style>
border-color css
<style>
span { border-color: #EA5E20; }
span { border-color: rgb(234,94,32); }
td.TdClassName
{
border-color: #EA5E20;
}
.TagClassName
{
border-color: #EA5E20;
}
</style>