Shades of Tahiti Gold #EA6C21
Tints of Tahiti Gold #EA6C21
RGB
CMYK
RGB Variations
Color information
#EA6C21 (or 0xEA6C21) is known color: Tahiti Gold. HEX triplet: EA, 6C and 21. RGB value is (234,108,33). Sum of RGB (Red+Green+Blue) = 234+108+33=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 33 (13.28% from 255 or 8.8% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6C21 is #1593DE. Grayscale: #898989. Windows color (decimal): -1414111 or 2190570. OLE color: 2190570.
HSL color Cylindrical-coordinate representation of color #EA6C21: hue angle of 22.39º 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 #EA6C21 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 108 | 33 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.08 |
| HSL | 22.39º | 0.83% | 0.52% | - |
| HSV(B) | 22.39º | 0.86% | 0.92% | - |
| XYZ | 39.57 | 28.33 | 4.82 | - |
| YUV | 137.12 | 69.24 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 33 | 0 | 0.54 | 0.86 | 0.08 | 22.39 | 0.83 | 0.52 |
| Hex | EA | 6C | 21 | 0 | 36 | 56 | 8 | 16 | 53 | 34 |
| Octal | 352 | 154 | 41 | 0 | 66 | 126 | 10 | 26 | 123 | 64 |
| Binary | 11101010 | 1101100 | 100001 | 0 | 110110 | 1010110 | 1000 | 10110 | 1010011 | 110100 |
Color Harmonies of #EA6C21
Complementary color
Monochromatic Colors of #EA6C21
Black with #EA6C21
Text Example
Text Example
White with #EA6C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6C21; }
p { color: rgb(234,108,33); }
H1.HeaderClassName
{
color: #EA6C21;
}
.AnyTagClassName
{
color: #EA6C21;
}
</style>
background-color css
<style>
a { background-color: #EA6C21; }
a { background-color: rgb(234,108,33); }
div.DivClassName
{
background-color: #EA6C21;
}
.BgClassName
{
background-color: #EA6C21;
}
</style>
border-color css
<style>
span { border-color: #EA6C21; }
span { border-color: rgb(234,108,33); }
td.TdClassName
{
border-color: #EA6C21;
}
.TagClassName
{
border-color: #EA6C21;
}
</style>