Shades of Tahiti Gold #EA6322
Tints of Tahiti Gold #EA6322
RGB
CMYK
RGB Variations
Color information
#EA6322 (or 0xEA6322) is known color: Tahiti Gold. HEX triplet: EA, 63 and 22. RGB value is (234,99,34). Sum of RGB (Red+Green+Blue) = 234+99+34=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA6322 is #159CDD. Grayscale: #848484. Windows color (decimal): -1416414 or 2253802. OLE color: 2253802.
HSL color Cylindrical-coordinate representation of color #EA6322: hue angle of 19.5º 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 #EA6322 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 99 | 34 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.08 |
| HSL | 19.5º | 0.83% | 0.53% | - |
| HSV(B) | 19.5º | 0.85% | 0.92% | - |
| XYZ | 38.68 | 26.53 | 4.6 | - |
| YUV | 131.96 | 72.73 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 99 | 34 | 0 | 0.58 | 0.85 | 0.08 | 19.5 | 0.83 | 0.53 |
| Hex | EA | 63 | 22 | 0 | 3A | 55 | 8 | 14 | 53 | 35 |
| Octal | 352 | 143 | 42 | 0 | 72 | 125 | 10 | 24 | 123 | 65 |
| Binary | 11101010 | 1100011 | 100010 | 0 | 111010 | 1010101 | 1000 | 10100 | 1010011 | 110101 |
Color Harmonies of #EA6322
Complementary color
Monochromatic Colors of #EA6322
Black with #EA6322
Text Example
Text Example
White with #EA6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6322; }
p { color: rgb(234,99,34); }
H1.HeaderClassName
{
color: #EA6322;
}
.AnyTagClassName
{
color: #EA6322;
}
</style>
background-color css
<style>
a { background-color: #EA6322; }
a { background-color: rgb(234,99,34); }
div.DivClassName
{
background-color: #EA6322;
}
.BgClassName
{
background-color: #EA6322;
}
</style>
border-color css
<style>
span { border-color: #EA6322; }
span { border-color: rgb(234,99,34); }
td.TdClassName
{
border-color: #EA6322;
}
.TagClassName
{
border-color: #EA6322;
}
</style>