Shades of Tahiti Gold #E27529
Tints of Tahiti Gold #E27529
RGB
CMYK
RGB Variations
Color information
#E27529 (or 0xE27529) is known color: Tahiti Gold. HEX triplet: E2, 75 and 29. RGB value is (226,117,41). Sum of RGB (Red+Green+Blue) = 226+117+41=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E27529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27529 is #1D8AD6. Grayscale: #8D8D8D. Windows color (decimal): -1936087 or 2717154. OLE color: 2717154.
HSL color Cylindrical-coordinate representation of color #E27529: hue angle of 24.65º 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 #E27529 is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 117 | 41 | - |
| CMYK | 0 | 0.48 | 0.82 | 0.11 |
| HSL | 24.65º | 0.76% | 0.52% | - |
| HSV(B) | 24.65º | 0.82% | 0.89% | - |
| XYZ | 38.13 | 29.05 | 5.7 | - |
| YUV | 140.93 | 71.61 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 117 | 41 | 0 | 0.48 | 0.82 | 0.11 | 24.65 | 0.76 | 0.52 |
| Hex | E2 | 75 | 29 | 0 | 30 | 52 | B | 19 | 4C | 34 |
| Octal | 342 | 165 | 51 | 0 | 60 | 122 | 13 | 31 | 114 | 64 |
| Binary | 11100010 | 1110101 | 101001 | 0 | 110000 | 1010010 | 1011 | 11001 | 1001100 | 110100 |
Color Harmonies of #E27529
Complementary color
Monochromatic Colors of #E27529
Black with #E27529
Text Example
Text Example
White with #E27529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27529; }
p { color: rgb(226,117,41); }
H1.HeaderClassName
{
color: #E27529;
}
.AnyTagClassName
{
color: #E27529;
}
</style>
background-color css
<style>
a { background-color: #E27529; }
a { background-color: rgb(226,117,41); }
div.DivClassName
{
background-color: #E27529;
}
.BgClassName
{
background-color: #E27529;
}
</style>
border-color css
<style>
span { border-color: #E27529; }
span { border-color: rgb(226,117,41); }
td.TdClassName
{
border-color: #E27529;
}
.TagClassName
{
border-color: #E27529;
}
</style>