Shades of Tahiti Gold #E27A16
Tints of Tahiti Gold #E27A16
RGB
CMYK
RGB Variations
Color information
#E27A16 (or 0xE27A16) is known color: Tahiti Gold. HEX triplet: E2, 7A and 16. RGB value is (226,122,22). Sum of RGB (Red+Green+Blue) = 226+122+22=370 (49% of max value = 765). Red value is 226 (88.67% from 255 or 61.08% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E27A16 is #1D85E9. Grayscale: #8E8E8E. Windows color (decimal): -1934826 or 1473250. OLE color: 1473250.
HSL color Cylindrical-coordinate representation of color #E27A16: hue angle of 29.41º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E27A16 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 22 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.11 |
| HSL | 29.41º | 0.82% | 0.49% | - |
| HSV(B) | 29.41º | 0.9% | 0.89% | - |
| XYZ | 38.47 | 30.15 | 4.55 | - |
| YUV | 141.7 | 60.46 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 22 | 0 | 0.46 | 0.90 | 0.11 | 29.41 | 0.82 | 0.49 |
| Hex | E2 | 7A | 16 | 0 | 2E | 5A | B | 1D | 52 | 31 |
| Octal | 342 | 172 | 26 | 0 | 56 | 132 | 13 | 35 | 122 | 61 |
| Binary | 11100010 | 1111010 | 10110 | 0 | 101110 | 1011010 | 1011 | 11101 | 1010010 | 110001 |
Color Harmonies of #E27A16
Complementary color
Monochromatic Colors of #E27A16
Black with #E27A16
Text Example
Text Example
White with #E27A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A16; }
p { color: rgb(226,122,22); }
H1.HeaderClassName
{
color: #E27A16;
}
.AnyTagClassName
{
color: #E27A16;
}
</style>
background-color css
<style>
a { background-color: #E27A16; }
a { background-color: rgb(226,122,22); }
div.DivClassName
{
background-color: #E27A16;
}
.BgClassName
{
background-color: #E27A16;
}
</style>
border-color css
<style>
span { border-color: #E27A16; }
span { border-color: rgb(226,122,22); }
td.TdClassName
{
border-color: #E27A16;
}
.TagClassName
{
border-color: #E27A16;
}
</style>