Shades of Tahiti Gold #E46522
Tints of Tahiti Gold #E46522
RGB
CMYK
RGB Variations
Color information
#E46522 (or 0xE46522) is known color: Tahiti Gold. HEX triplet: E4, 65 and 22. RGB value is (228,101,34). Sum of RGB (Red+Green+Blue) = 228+101+34=363 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.81% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 228 - color contains mainly: red. Hex color #E46522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46522 is #1B9ADD. Grayscale: #838383. Windows color (decimal): -1809118 or 2254308. OLE color: 2254308.
HSL color Cylindrical-coordinate representation of color #E46522: hue angle of 20.72º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E46522 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 101 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.11 |
| HSL | 20.72º | 0.78% | 0.51% | - |
| HSV(B) | 20.72º | 0.85% | 0.89% | - |
| XYZ | 36.94 | 25.92 | 4.57 | - |
| YUV | 131.34 | 73.08 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 101 | 34 | 0 | 0.56 | 0.85 | 0.11 | 20.72 | 0.78 | 0.51 |
| Hex | E4 | 65 | 22 | 0 | 38 | 55 | B | 15 | 4E | 33 |
| Octal | 344 | 145 | 42 | 0 | 70 | 125 | 13 | 25 | 116 | 63 |
| Binary | 11100100 | 1100101 | 100010 | 0 | 111000 | 1010101 | 1011 | 10101 | 1001110 | 110011 |
Color Harmonies of #E46522
Complementary color
Monochromatic Colors of #E46522
Black with #E46522
Text Example
Text Example
White with #E46522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46522; }
p { color: rgb(228,101,34); }
H1.HeaderClassName
{
color: #E46522;
}
.AnyTagClassName
{
color: #E46522;
}
</style>
background-color css
<style>
a { background-color: #E46522; }
a { background-color: rgb(228,101,34); }
div.DivClassName
{
background-color: #E46522;
}
.BgClassName
{
background-color: #E46522;
}
</style>
border-color css
<style>
span { border-color: #E46522; }
span { border-color: rgb(228,101,34); }
td.TdClassName
{
border-color: #E46522;
}
.TagClassName
{
border-color: #E46522;
}
</style>