Shades of Tahiti Gold #E26521
Tints of Tahiti Gold #E26521
RGB
CMYK
RGB Variations
Color information
#E26521 (or 0xE26521) is known color: Tahiti Gold. HEX triplet: E2, 65 and 21. RGB value is (226,101,33). Sum of RGB (Red+Green+Blue) = 226+101+33=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E26521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26521 is #1D9ADE. Grayscale: #838383. Windows color (decimal): -1940191 or 2188770. OLE color: 2188770.
HSL color Cylindrical-coordinate representation of color #E26521: hue angle of 21.14º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E26521 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 33 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.11 |
| HSL | 21.14º | 0.77% | 0.51% | - |
| HSV(B) | 21.14º | 0.85% | 0.89% | - |
| XYZ | 36.29 | 25.59 | 4.46 | - |
| YUV | 130.62 | 72.91 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 33 | 0 | 0.55 | 0.85 | 0.11 | 21.14 | 0.77 | 0.51 |
| Hex | E2 | 65 | 21 | 0 | 37 | 55 | B | 15 | 4D | 33 |
| Octal | 342 | 145 | 41 | 0 | 67 | 125 | 13 | 25 | 115 | 63 |
| Binary | 11100010 | 1100101 | 100001 | 0 | 110111 | 1010101 | 1011 | 10101 | 1001101 | 110011 |
Color Harmonies of #E26521
Complementary color
Monochromatic Colors of #E26521
Black with #E26521
Text Example
Text Example
White with #E26521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26521; }
p { color: rgb(226,101,33); }
H1.HeaderClassName
{
color: #E26521;
}
.AnyTagClassName
{
color: #E26521;
}
</style>
background-color css
<style>
a { background-color: #E26521; }
a { background-color: rgb(226,101,33); }
div.DivClassName
{
background-color: #E26521;
}
.BgClassName
{
background-color: #E26521;
}
</style>
border-color css
<style>
span { border-color: #E26521; }
span { border-color: rgb(226,101,33); }
td.TdClassName
{
border-color: #E26521;
}
.TagClassName
{
border-color: #E26521;
}
</style>