Shades of Tahiti Gold #E26F27
Tints of Tahiti Gold #E26F27
RGB
CMYK
RGB Variations
Color information
#E26F27 (or 0xE26F27) is known color: Tahiti Gold. HEX triplet: E2, 6F and 27. RGB value is (226,111,39). Sum of RGB (Red+Green+Blue) = 226+111+39=376 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.11% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26F27 is #1D90D8. Grayscale: #898989. Windows color (decimal): -1937625 or 2584546. OLE color: 2584546.
HSL color Cylindrical-coordinate representation of color #E26F27: hue angle of 23.1º 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 #E26F27 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 39 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.11 |
| HSL | 23.1º | 0.76% | 0.52% | - |
| HSV(B) | 23.1º | 0.83% | 0.89% | - |
| XYZ | 37.41 | 27.68 | 5.29 | - |
| YUV | 137.18 | 72.6 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 39 | 0 | 0.51 | 0.83 | 0.11 | 23.1 | 0.76 | 0.52 |
| Hex | E2 | 6F | 27 | 0 | 33 | 53 | B | 17 | 4C | 34 |
| Octal | 342 | 157 | 47 | 0 | 63 | 123 | 13 | 27 | 114 | 64 |
| Binary | 11100010 | 1101111 | 100111 | 0 | 110011 | 1010011 | 1011 | 10111 | 1001100 | 110100 |
Color Harmonies of #E26F27
Complementary color
Monochromatic Colors of #E26F27
Black with #E26F27
Text Example
Text Example
White with #E26F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F27; }
p { color: rgb(226,111,39); }
H1.HeaderClassName
{
color: #E26F27;
}
.AnyTagClassName
{
color: #E26F27;
}
</style>
background-color css
<style>
a { background-color: #E26F27; }
a { background-color: rgb(226,111,39); }
div.DivClassName
{
background-color: #E26F27;
}
.BgClassName
{
background-color: #E26F27;
}
</style>
border-color css
<style>
span { border-color: #E26F27; }
span { border-color: rgb(226,111,39); }
td.TdClassName
{
border-color: #E26F27;
}
.TagClassName
{
border-color: #E26F27;
}
</style>