Shades of Tahiti Gold #EA6622
Tints of Tahiti Gold #EA6622
RGB
CMYK
RGB Variations
Color information
#EA6622 (or 0xEA6622) is known color: Tahiti Gold. HEX triplet: EA, 66 and 22. RGB value is (234,102,34). Sum of RGB (Red+Green+Blue) = 234+102+34=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6622 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6622 is #1599DD. Grayscale: #868686. Windows color (decimal): -1415646 or 2254570. OLE color: 2254570.
HSL color Cylindrical-coordinate representation of color #EA6622: hue angle of 20.4º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA6622 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.08 |
| HSL | 20.4º | 0.83% | 0.53% | - |
| HSV(B) | 20.4º | 0.85% | 0.92% | - |
| XYZ | 38.97 | 27.11 | 4.69 | - |
| YUV | 133.72 | 71.73 | 199.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 34 | 0 | 0.56 | 0.85 | 0.08 | 20.4 | 0.83 | 0.53 |
| Hex | EA | 66 | 22 | 0 | 38 | 55 | 8 | 14 | 53 | 35 |
| Octal | 352 | 146 | 42 | 0 | 70 | 125 | 10 | 24 | 123 | 65 |
| Binary | 11101010 | 1100110 | 100010 | 0 | 111000 | 1010101 | 1000 | 10100 | 1010011 | 110101 |
Color Harmonies of #EA6622
Complementary color
Monochromatic Colors of #EA6622
Black with #EA6622
Text Example
Text Example
White with #EA6622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6622; }
p { color: rgb(234,102,34); }
H1.HeaderClassName
{
color: #EA6622;
}
.AnyTagClassName
{
color: #EA6622;
}
</style>
background-color css
<style>
a { background-color: #EA6622; }
a { background-color: rgb(234,102,34); }
div.DivClassName
{
background-color: #EA6622;
}
.BgClassName
{
background-color: #EA6622;
}
</style>
border-color css
<style>
span { border-color: #EA6622; }
span { border-color: rgb(234,102,34); }
td.TdClassName
{
border-color: #EA6622;
}
.TagClassName
{
border-color: #EA6622;
}
</style>