Shades of Tahiti Gold #E2732C
Tints of Tahiti Gold #E2732C
RGB
CMYK
RGB Variations
Color information
#E2732C (or 0xE2732C) is known color: Tahiti Gold. HEX triplet: E2, 73 and 2C. RGB value is (226,115,44). Sum of RGB (Red+Green+Blue) = 226+115+44=385 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.70% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 226 - color contains mainly: red. Hex color #E2732C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2732C is #1D8CD3. Grayscale: #8C8C8C. Windows color (decimal): -1936596 or 2913250. OLE color: 2913250.
HSL color Cylindrical-coordinate representation of color #E2732C: hue angle of 23.41º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E2732C is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 44 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.11 |
| HSL | 23.41º | 0.76% | 0.53% | - |
| HSV(B) | 23.41º | 0.81% | 0.89% | - |
| XYZ | 37.95 | 28.61 | 5.91 | - |
| YUV | 140.1 | 73.77 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 44 | 0 | 0.49 | 0.81 | 0.11 | 23.41 | 0.76 | 0.53 |
| Hex | E2 | 73 | 2C | 0 | 31 | 51 | B | 17 | 4C | 35 |
| Octal | 342 | 163 | 54 | 0 | 61 | 121 | 13 | 27 | 114 | 65 |
| Binary | 11100010 | 1110011 | 101100 | 0 | 110001 | 1010001 | 1011 | 10111 | 1001100 | 110101 |
Color Harmonies of #E2732C
Complementary color
Monochromatic Colors of #E2732C
Black with #E2732C
Text Example
Text Example
White with #E2732C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2732C; }
p { color: rgb(226,115,44); }
H1.HeaderClassName
{
color: #E2732C;
}
.AnyTagClassName
{
color: #E2732C;
}
</style>
background-color css
<style>
a { background-color: #E2732C; }
a { background-color: rgb(226,115,44); }
div.DivClassName
{
background-color: #E2732C;
}
.BgClassName
{
background-color: #E2732C;
}
</style>
border-color css
<style>
span { border-color: #E2732C; }
span { border-color: rgb(226,115,44); }
td.TdClassName
{
border-color: #E2732C;
}
.TagClassName
{
border-color: #E2732C;
}
</style>