Shades of Tahiti Gold #E36522
Tints of Tahiti Gold #E36522
RGB
CMYK
RGB Variations
Color information
#E36522 (or 0xE36522) is known color: Tahiti Gold. HEX triplet: E3, 65 and 22. RGB value is (227,101,34). Sum of RGB (Red+Green+Blue) = 227+101+34=362 (47% of max value = 765). Red value is 227 (89.06% from 255 or 62.71% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 227 - color contains mainly: red. Hex color #E36522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36522 is #1C9ADD. Grayscale: #838383. Windows color (decimal): -1874654 or 2254307. OLE color: 2254307.
HSL color Cylindrical-coordinate representation of color #E36522: hue angle of 20.83º 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 #E36522 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 101 | 34 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.11 |
| HSL | 20.83º | 0.78% | 0.51% | - |
| HSV(B) | 20.83º | 0.85% | 0.89% | - |
| XYZ | 36.62 | 25.75 | 4.55 | - |
| YUV | 131.04 | 73.24 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 101 | 34 | 0 | 0.56 | 0.85 | 0.11 | 20.83 | 0.78 | 0.51 |
| Hex | E3 | 65 | 22 | 0 | 38 | 55 | B | 15 | 4E | 33 |
| Octal | 343 | 145 | 42 | 0 | 70 | 125 | 13 | 25 | 116 | 63 |
| Binary | 11100011 | 1100101 | 100010 | 0 | 111000 | 1010101 | 1011 | 10101 | 1001110 | 110011 |
Color Harmonies of #E36522
Complementary color
Monochromatic Colors of #E36522
Black with #E36522
Text Example
Text Example
White with #E36522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E36522; }
p { color: rgb(227,101,34); }
H1.HeaderClassName
{
color: #E36522;
}
.AnyTagClassName
{
color: #E36522;
}
</style>
background-color css
<style>
a { background-color: #E36522; }
a { background-color: rgb(227,101,34); }
div.DivClassName
{
background-color: #E36522;
}
.BgClassName
{
background-color: #E36522;
}
</style>
border-color css
<style>
span { border-color: #E36522; }
span { border-color: rgb(227,101,34); }
td.TdClassName
{
border-color: #E36522;
}
.TagClassName
{
border-color: #E36522;
}
</style>