Shades of Tahiti Gold #E26426
Tints of Tahiti Gold #E26426
RGB
CMYK
RGB Variations
Color information
#E26426 (or 0xE26426) is known color: Tahiti Gold. HEX triplet: E2, 64 and 26. RGB value is (226,100,38). Sum of RGB (Red+Green+Blue) = 226+100+38=364 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.09% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 226 - color contains mainly: red. Hex color #E26426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26426 is #1D9BD9. Grayscale: #828282. Windows color (decimal): -1940442 or 2516194. OLE color: 2516194.
HSL color Cylindrical-coordinate representation of color #E26426: hue angle of 19.79º 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 #E26426 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 38 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.11 |
| HSL | 19.79º | 0.76% | 0.52% | - |
| HSV(B) | 19.79º | 0.83% | 0.89% | - |
| XYZ | 36.27 | 25.42 | 4.83 | - |
| YUV | 130.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 38 | 0 | 0.56 | 0.83 | 0.11 | 19.79 | 0.76 | 0.52 |
| Hex | E2 | 64 | 26 | 0 | 38 | 53 | B | 14 | 4C | 34 |
| Octal | 342 | 144 | 46 | 0 | 70 | 123 | 13 | 24 | 114 | 64 |
| Binary | 11100010 | 1100100 | 100110 | 0 | 111000 | 1010011 | 1011 | 10100 | 1001100 | 110100 |
Color Harmonies of #E26426
Complementary color
Monochromatic Colors of #E26426
Black with #E26426
Text Example
Text Example
White with #E26426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26426; }
p { color: rgb(226,100,38); }
H1.HeaderClassName
{
color: #E26426;
}
.AnyTagClassName
{
color: #E26426;
}
</style>
background-color css
<style>
a { background-color: #E26426; }
a { background-color: rgb(226,100,38); }
div.DivClassName
{
background-color: #E26426;
}
.BgClassName
{
background-color: #E26426;
}
</style>
border-color css
<style>
span { border-color: #E26426; }
span { border-color: rgb(226,100,38); }
td.TdClassName
{
border-color: #E26426;
}
.TagClassName
{
border-color: #E26426;
}
</style>