Shades of Tahiti Gold #EA6121
Tints of Tahiti Gold #EA6121
RGB
CMYK
RGB Variations
Color information
#EA6121 (or 0xEA6121) is known color: Tahiti Gold. HEX triplet: EA, 61 and 21. RGB value is (234,97,33). Sum of RGB (Red+Green+Blue) = 234+97+33=364 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.29% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6121 is #159EDE. Grayscale: #838383. Windows color (decimal): -1416927 or 2187754. OLE color: 2187754.
HSL color Cylindrical-coordinate representation of color #EA6121: hue angle of 19.1º 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 #EA6121 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 33 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.08 |
| HSL | 19.1º | 0.83% | 0.52% | - |
| HSV(B) | 19.1º | 0.86% | 0.92% | - |
| XYZ | 38.48 | 26.15 | 4.46 | - |
| YUV | 130.67 | 72.89 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 33 | 0 | 0.59 | 0.86 | 0.08 | 19.1 | 0.83 | 0.52 |
| Hex | EA | 61 | 21 | 0 | 3B | 56 | 8 | 13 | 53 | 34 |
| Octal | 352 | 141 | 41 | 0 | 73 | 126 | 10 | 23 | 123 | 64 |
| Binary | 11101010 | 1100001 | 100001 | 0 | 111011 | 1010110 | 1000 | 10011 | 1010011 | 110100 |
Color Harmonies of #EA6121
Complementary color
Monochromatic Colors of #EA6121
Black with #EA6121
Text Example
Text Example
White with #EA6121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6121; }
p { color: rgb(234,97,33); }
H1.HeaderClassName
{
color: #EA6121;
}
.AnyTagClassName
{
color: #EA6121;
}
</style>
background-color css
<style>
a { background-color: #EA6121; }
a { background-color: rgb(234,97,33); }
div.DivClassName
{
background-color: #EA6121;
}
.BgClassName
{
background-color: #EA6121;
}
</style>
border-color css
<style>
span { border-color: #EA6121; }
span { border-color: rgb(234,97,33); }
td.TdClassName
{
border-color: #EA6121;
}
.TagClassName
{
border-color: #EA6121;
}
</style>