Shades of Tahiti Gold #E27029
Tints of Tahiti Gold #E27029
RGB
CMYK
RGB Variations
Color information
#E27029 (or 0xE27029) is known color: Tahiti Gold. HEX triplet: E2, 70 and 29. RGB value is (226,112,41). Sum of RGB (Red+Green+Blue) = 226+112+41=379 (50% of max value = 765). Red value is 226 (88.67% from 255 or 59.63% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 41 (16.41% from 255 or 10.82% from 379); Max value from RGB is 226 - color contains mainly: red. Hex color #E27029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27029 is #1D8FD6. Grayscale: #8A8A8A. Windows color (decimal): -1937367 or 2715874. OLE color: 2715874.
HSL color Cylindrical-coordinate representation of color #E27029: hue angle of 23.03º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E27029 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 41 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.11 |
| HSL | 23.03º | 0.76% | 0.52% | - |
| HSV(B) | 23.03º | 0.82% | 0.89% | - |
| XYZ | 37.56 | 27.92 | 5.51 | - |
| YUV | 137.99 | 73.27 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 41 | 0 | 0.50 | 0.82 | 0.11 | 23.03 | 0.76 | 0.52 |
| Hex | E2 | 70 | 29 | 0 | 32 | 52 | B | 17 | 4C | 34 |
| Octal | 342 | 160 | 51 | 0 | 62 | 122 | 13 | 27 | 114 | 64 |
| Binary | 11100010 | 1110000 | 101001 | 0 | 110010 | 1010010 | 1011 | 10111 | 1001100 | 110100 |
Color Harmonies of #E27029
Complementary color
Monochromatic Colors of #E27029
Black with #E27029
Text Example
Text Example
White with #E27029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27029; }
p { color: rgb(226,112,41); }
H1.HeaderClassName
{
color: #E27029;
}
.AnyTagClassName
{
color: #E27029;
}
</style>
background-color css
<style>
a { background-color: #E27029; }
a { background-color: rgb(226,112,41); }
div.DivClassName
{
background-color: #E27029;
}
.BgClassName
{
background-color: #E27029;
}
</style>
border-color css
<style>
span { border-color: #E27029; }
span { border-color: rgb(226,112,41); }
td.TdClassName
{
border-color: #E27029;
}
.TagClassName
{
border-color: #E27029;
}
</style>