Shades of Tahiti Gold #EA6621
Tints of Tahiti Gold #EA6621
RGB
CMYK
RGB Variations
Color information
#EA6621 (or 0xEA6621) is known color: Tahiti Gold. HEX triplet: EA, 66 and 21. RGB value is (234,102,33). Sum of RGB (Red+Green+Blue) = 234+102+33=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6621 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6621 is #1599DE. Grayscale: #868686. Windows color (decimal): -1415647 or 2189034. OLE color: 2189034.
HSL color Cylindrical-coordinate representation of color #EA6621: hue angle of 20.6º 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 #EA6621 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 33 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.08 |
| HSL | 20.6º | 0.83% | 0.52% | - |
| HSV(B) | 20.6º | 0.86% | 0.92% | - |
| XYZ | 38.96 | 27.1 | 4.62 | - |
| YUV | 133.6 | 71.23 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 33 | 0 | 0.56 | 0.86 | 0.08 | 20.6 | 0.83 | 0.52 |
| Hex | EA | 66 | 21 | 0 | 38 | 56 | 8 | 15 | 53 | 34 |
| Octal | 352 | 146 | 41 | 0 | 70 | 126 | 10 | 25 | 123 | 64 |
| Binary | 11101010 | 1100110 | 100001 | 0 | 111000 | 1010110 | 1000 | 10101 | 1010011 | 110100 |
Color Harmonies of #EA6621
Complementary color
Monochromatic Colors of #EA6621
Black with #EA6621
Text Example
Text Example
White with #EA6621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6621; }
p { color: rgb(234,102,33); }
H1.HeaderClassName
{
color: #EA6621;
}
.AnyTagClassName
{
color: #EA6621;
}
</style>
background-color css
<style>
a { background-color: #EA6621; }
a { background-color: rgb(234,102,33); }
div.DivClassName
{
background-color: #EA6621;
}
.BgClassName
{
background-color: #EA6621;
}
</style>
border-color css
<style>
span { border-color: #EA6621; }
span { border-color: rgb(234,102,33); }
td.TdClassName
{
border-color: #EA6621;
}
.TagClassName
{
border-color: #EA6621;
}
</style>