Shades of Tahiti Gold #E26527
Tints of Tahiti Gold #E26527
RGB
CMYK
RGB Variations
Color information
#E26527 (or 0xE26527) is known color: Tahiti Gold. HEX triplet: E2, 65 and 27. RGB value is (226,101,39). Sum of RGB (Red+Green+Blue) = 226+101+39=366 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.75% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 226 - color contains mainly: red. Hex color #E26527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26527 is #1D9AD8. Grayscale: #838383. Windows color (decimal): -1940185 or 2581986. OLE color: 2581986.
HSL color Cylindrical-coordinate representation of color #E26527: hue angle of 19.89º 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 #E26527 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 39 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.11 |
| HSL | 19.89º | 0.76% | 0.52% | - |
| HSV(B) | 19.89º | 0.83% | 0.89% | - |
| XYZ | 36.38 | 25.62 | 4.95 | - |
| YUV | 131.31 | 75.91 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 39 | 0 | 0.55 | 0.83 | 0.11 | 19.89 | 0.76 | 0.52 |
| Hex | E2 | 65 | 27 | 0 | 37 | 53 | B | 14 | 4C | 34 |
| Octal | 342 | 145 | 47 | 0 | 67 | 123 | 13 | 24 | 114 | 64 |
| Binary | 11100010 | 1100101 | 100111 | 0 | 110111 | 1010011 | 1011 | 10100 | 1001100 | 110100 |
Color Harmonies of #E26527
Complementary color
Monochromatic Colors of #E26527
Black with #E26527
Text Example
Text Example
White with #E26527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26527; }
p { color: rgb(226,101,39); }
H1.HeaderClassName
{
color: #E26527;
}
.AnyTagClassName
{
color: #E26527;
}
</style>
background-color css
<style>
a { background-color: #E26527; }
a { background-color: rgb(226,101,39); }
div.DivClassName
{
background-color: #E26527;
}
.BgClassName
{
background-color: #E26527;
}
</style>
border-color css
<style>
span { border-color: #E26527; }
span { border-color: rgb(226,101,39); }
td.TdClassName
{
border-color: #E26527;
}
.TagClassName
{
border-color: #E26527;
}
</style>