Shades of Tahiti Gold #E26A27
Tints of Tahiti Gold #E26A27
RGB
CMYK
RGB Variations
Color information
#E26A27 (or 0xE26A27) is known color: Tahiti Gold. HEX triplet: E2, 6A and 27. RGB value is (226,106,39). Sum of RGB (Red+Green+Blue) = 226+106+39=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26A27 is #1D95D8. Grayscale: #868686. Windows color (decimal): -1938905 or 2583266. OLE color: 2583266.
HSL color Cylindrical-coordinate representation of color #E26A27: hue angle of 21.5º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E26A27 is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 39 | - |
| CMYK | 0 | 0.53 | 0.83 | 0.11 |
| HSL | 21.5º | 0.76% | 0.52% | - |
| HSV(B) | 21.5º | 0.83% | 0.89% | - |
| XYZ | 36.88 | 26.62 | 5.11 | - |
| YUV | 134.24 | 74.26 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 39 | 0 | 0.53 | 0.83 | 0.11 | 21.5 | 0.76 | 0.52 |
| Hex | E2 | 6A | 27 | 0 | 35 | 53 | B | 15 | 4C | 34 |
| Octal | 342 | 152 | 47 | 0 | 65 | 123 | 13 | 25 | 114 | 64 |
| Binary | 11100010 | 1101010 | 100111 | 0 | 110101 | 1010011 | 1011 | 10101 | 1001100 | 110100 |
Color Harmonies of #E26A27
Complementary color
Monochromatic Colors of #E26A27
Black with #E26A27
Text Example
Text Example
White with #E26A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A27; }
p { color: rgb(226,106,39); }
H1.HeaderClassName
{
color: #E26A27;
}
.AnyTagClassName
{
color: #E26A27;
}
</style>
background-color css
<style>
a { background-color: #E26A27; }
a { background-color: rgb(226,106,39); }
div.DivClassName
{
background-color: #E26A27;
}
.BgClassName
{
background-color: #E26A27;
}
</style>
border-color css
<style>
span { border-color: #E26A27; }
span { border-color: rgb(226,106,39); }
td.TdClassName
{
border-color: #E26A27;
}
.TagClassName
{
border-color: #E26A27;
}
</style>