Shades of Tahiti Gold #E2731C
Tints of Tahiti Gold #E2731C
RGB
CMYK
RGB Variations
Color information
#E2731C (or 0xE2731C) is known color: Tahiti Gold. HEX triplet: E2, 73 and 1C. RGB value is (226,115,28). Sum of RGB (Red+Green+Blue) = 226+115+28=369 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.25% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 226 - color contains mainly: red. Hex color #E2731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2731C is #1D8CE3. Grayscale: #8A8A8A. Windows color (decimal): -1936612 or 1864674. OLE color: 1864674.
HSL color Cylindrical-coordinate representation of color #E2731C: hue angle of 26.36º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2731C is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 28 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.11 |
| HSL | 26.36º | 0.78% | 0.5% | - |
| HSV(B) | 26.36º | 0.88% | 0.89% | - |
| XYZ | 37.7 | 28.51 | 4.62 | - |
| YUV | 138.27 | 65.77 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 28 | 0 | 0.49 | 0.88 | 0.11 | 26.36 | 0.78 | 0.5 |
| Hex | E2 | 73 | 1C | 0 | 31 | 58 | B | 1A | 4E | 32 |
| Octal | 342 | 163 | 34 | 0 | 61 | 130 | 13 | 32 | 116 | 62 |
| Binary | 11100010 | 1110011 | 11100 | 0 | 110001 | 1011000 | 1011 | 11010 | 1001110 | 110010 |
Color Harmonies of #E2731C
Complementary color
Monochromatic Colors of #E2731C
Black with #E2731C
Text Example
Text Example
White with #E2731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2731C; }
p { color: rgb(226,115,28); }
H1.HeaderClassName
{
color: #E2731C;
}
.AnyTagClassName
{
color: #E2731C;
}
</style>
background-color css
<style>
a { background-color: #E2731C; }
a { background-color: rgb(226,115,28); }
div.DivClassName
{
background-color: #E2731C;
}
.BgClassName
{
background-color: #E2731C;
}
</style>
border-color css
<style>
span { border-color: #E2731C; }
span { border-color: rgb(226,115,28); }
td.TdClassName
{
border-color: #E2731C;
}
.TagClassName
{
border-color: #E2731C;
}
</style>