Shades of Tahiti Gold #E26528
Tints of Tahiti Gold #E26528
RGB
CMYK
RGB Variations
Color information
#E26528 (or 0xE26528) is known color: Tahiti Gold. HEX triplet: E2, 65 and 28. RGB value is (226,101,40). Sum of RGB (Red+Green+Blue) = 226+101+40=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E26528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26528 is #1D9AD7. Grayscale: #838383. Windows color (decimal): -1940184 or 2647522. OLE color: 2647522.
HSL color Cylindrical-coordinate representation of color #E26528: hue angle of 19.68º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E26528 is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 40 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.11 |
| HSL | 19.68º | 0.76% | 0.52% | - |
| HSV(B) | 19.68º | 0.82% | 0.89% | - |
| XYZ | 36.4 | 25.63 | 5.04 | - |
| YUV | 131.42 | 76.41 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 40 | 0 | 0.55 | 0.82 | 0.11 | 19.68 | 0.76 | 0.52 |
| Hex | E2 | 65 | 28 | 0 | 37 | 52 | B | 14 | 4C | 34 |
| Octal | 342 | 145 | 50 | 0 | 67 | 122 | 13 | 24 | 114 | 64 |
| Binary | 11100010 | 1100101 | 101000 | 0 | 110111 | 1010010 | 1011 | 10100 | 1001100 | 110100 |
Color Harmonies of #E26528
Complementary color
Monochromatic Colors of #E26528
Black with #E26528
Text Example
Text Example
White with #E26528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26528; }
p { color: rgb(226,101,40); }
H1.HeaderClassName
{
color: #E26528;
}
.AnyTagClassName
{
color: #E26528;
}
</style>
background-color css
<style>
a { background-color: #E26528; }
a { background-color: rgb(226,101,40); }
div.DivClassName
{
background-color: #E26528;
}
.BgClassName
{
background-color: #E26528;
}
</style>
border-color css
<style>
span { border-color: #E26528; }
span { border-color: rgb(226,101,40); }
td.TdClassName
{
border-color: #E26528;
}
.TagClassName
{
border-color: #E26528;
}
</style>