Shades of Tahiti Gold #E2711F
Tints of Tahiti Gold #E2711F
RGB
CMYK
RGB Variations
Color information
#E2711F (or 0xE2711F) is known color: Tahiti Gold. HEX triplet: E2, 71 and 1F. RGB value is (226,113,31). Sum of RGB (Red+Green+Blue) = 226+113+31=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 31 (12.5% from 255 or 8.38% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E2711F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2711F is #1D8EE0. Grayscale: #898989. Windows color (decimal): -1937121 or 2060770. OLE color: 2060770.
HSL color Cylindrical-coordinate representation of color #E2711F: hue angle of 25.23º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2711F is Cyan = 0, Magento = 0.5, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 113 | 31 | - |
| CMYK | 0 | 0.5 | 0.86 | 0.11 |
| HSL | 25.23º | 0.77% | 0.5% | - |
| HSV(B) | 25.23º | 0.86% | 0.89% | - |
| XYZ | 37.52 | 28.08 | 4.74 | - |
| YUV | 137.44 | 67.94 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 113 | 31 | 0 | 0.5 | 0.86 | 0.11 | 25.23 | 0.77 | 0.5 |
| Hex | E2 | 71 | 1F | 0 | 32 | 56 | B | 19 | 4D | 32 |
| Octal | 342 | 161 | 37 | 0 | 62 | 126 | 13 | 31 | 115 | 62 |
| Binary | 11100010 | 1110001 | 11111 | 0 | 110010 | 1010110 | 1011 | 11001 | 1001101 | 110010 |
Color Harmonies of #E2711F
Complementary color
Monochromatic Colors of #E2711F
Black with #E2711F
Text Example
Text Example
White with #E2711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2711F; }
p { color: rgb(226,113,31); }
H1.HeaderClassName
{
color: #E2711F;
}
.AnyTagClassName
{
color: #E2711F;
}
</style>
background-color css
<style>
a { background-color: #E2711F; }
a { background-color: rgb(226,113,31); }
div.DivClassName
{
background-color: #E2711F;
}
.BgClassName
{
background-color: #E2711F;
}
</style>
border-color css
<style>
span { border-color: #E2711F; }
span { border-color: rgb(226,113,31); }
td.TdClassName
{
border-color: #E2711F;
}
.TagClassName
{
border-color: #E2711F;
}
</style>