Shades of Tahiti Gold #E2731B
Tints of Tahiti Gold #E2731B
RGB
CMYK
RGB Variations
Color information
#E2731B (or 0xE2731B) is known color: Tahiti Gold. HEX triplet: E2, 73 and 1B. RGB value is (226,115,27). Sum of RGB (Red+Green+Blue) = 226+115+27=368 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.41% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 226 - color contains mainly: red. Hex color #E2731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2731B is #1D8CE4. Grayscale: #8A8A8A. Windows color (decimal): -1936613 or 1799138. OLE color: 1799138.
HSL color Cylindrical-coordinate representation of color #E2731B: hue angle of 26.53º degrees, saturation: 0.79, 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 #E2731B is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 115 | 27 | - |
| CMYK | 0 | 0.49 | 0.88 | 0.11 |
| HSL | 26.53º | 0.79% | 0.5% | - |
| HSV(B) | 26.53º | 0.88% | 0.89% | - |
| XYZ | 37.69 | 28.51 | 4.55 | - |
| YUV | 138.16 | 65.27 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 115 | 27 | 0 | 0.49 | 0.88 | 0.11 | 26.53 | 0.79 | 0.5 |
| Hex | E2 | 73 | 1B | 0 | 31 | 58 | B | 1B | 4F | 32 |
| Octal | 342 | 163 | 33 | 0 | 61 | 130 | 13 | 33 | 117 | 62 |
| Binary | 11100010 | 1110011 | 11011 | 0 | 110001 | 1011000 | 1011 | 11011 | 1001111 | 110010 |
Color Harmonies of #E2731B
Complementary color
Monochromatic Colors of #E2731B
Black with #E2731B
Text Example
Text Example
White with #E2731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2731B; }
p { color: rgb(226,115,27); }
H1.HeaderClassName
{
color: #E2731B;
}
.AnyTagClassName
{
color: #E2731B;
}
</style>
background-color css
<style>
a { background-color: #E2731B; }
a { background-color: rgb(226,115,27); }
div.DivClassName
{
background-color: #E2731B;
}
.BgClassName
{
background-color: #E2731B;
}
</style>
border-color css
<style>
span { border-color: #E2731B; }
span { border-color: rgb(226,115,27); }
td.TdClassName
{
border-color: #E2731B;
}
.TagClassName
{
border-color: #E2731B;
}
</style>