Shades of Tahiti Gold #E26227
Tints of Tahiti Gold #E26227
RGB
CMYK
RGB Variations
Color information
#E26227 (or 0xE26227) is known color: Tahiti Gold. HEX triplet: E2, 62 and 27. RGB value is (226,98,39). Sum of RGB (Red+Green+Blue) = 226+98+39=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 39 (15.62% from 255 or 10.74% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E26227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26227 is #1D9DD8. Grayscale: #818181. Windows color (decimal): -1940953 or 2581218. OLE color: 2581218.
HSL color Cylindrical-coordinate representation of color #E26227: hue angle of 18.93º 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 #E26227 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 39 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.11 |
| HSL | 18.93º | 0.76% | 0.52% | - |
| HSV(B) | 18.93º | 0.83% | 0.89% | - |
| XYZ | 36.1 | 25.05 | 4.85 | - |
| YUV | 129.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 39 | 0 | 0.57 | 0.83 | 0.11 | 18.93 | 0.76 | 0.52 |
| Hex | E2 | 62 | 27 | 0 | 39 | 53 | B | 13 | 4C | 34 |
| Octal | 342 | 142 | 47 | 0 | 71 | 123 | 13 | 23 | 114 | 64 |
| Binary | 11100010 | 1100010 | 100111 | 0 | 111001 | 1010011 | 1011 | 10011 | 1001100 | 110100 |
Color Harmonies of #E26227
Complementary color
Monochromatic Colors of #E26227
Black with #E26227
Text Example
Text Example
White with #E26227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26227; }
p { color: rgb(226,98,39); }
H1.HeaderClassName
{
color: #E26227;
}
.AnyTagClassName
{
color: #E26227;
}
</style>
background-color css
<style>
a { background-color: #E26227; }
a { background-color: rgb(226,98,39); }
div.DivClassName
{
background-color: #E26227;
}
.BgClassName
{
background-color: #E26227;
}
</style>
border-color css
<style>
span { border-color: #E26227; }
span { border-color: rgb(226,98,39); }
td.TdClassName
{
border-color: #E26227;
}
.TagClassName
{
border-color: #E26227;
}
</style>