Shades of Tahiti Gold #E16D29
Tints of Tahiti Gold #E16D29
RGB
CMYK
RGB Variations
Color information
#E16D29 (or 0xE16D29) is known color: Tahiti Gold. HEX triplet: E1, 6D and 29. RGB value is (225,109,41). Sum of RGB (Red+Green+Blue) = 225+109+41=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 41 (16.41% from 255 or 10.93% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E16D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E16D29 is #1E92D6. Grayscale: #888888. Windows color (decimal): -2003671 or 2715105. OLE color: 2715105.
HSL color Cylindrical-coordinate representation of color #E16D29: hue angle of 22.17º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E16D29 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 109 | 41 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.12 |
| HSL | 22.17º | 0.75% | 0.52% | - |
| HSV(B) | 22.17º | 0.82% | 0.88% | - |
| XYZ | 36.92 | 27.1 | 5.38 | - |
| YUV | 135.93 | 74.43 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 109 | 41 | 0 | 0.52 | 0.82 | 0.12 | 22.17 | 0.75 | 0.52 |
| Hex | E1 | 6D | 29 | 0 | 34 | 52 | C | 16 | 4B | 34 |
| Octal | 341 | 155 | 51 | 0 | 64 | 122 | 14 | 26 | 113 | 64 |
| Binary | 11100001 | 1101101 | 101001 | 0 | 110100 | 1010010 | 1100 | 10110 | 1001011 | 110100 |
Color Harmonies of #E16D29
Complementary color
Monochromatic Colors of #E16D29
Black with #E16D29
Text Example
Text Example
White with #E16D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16D29; }
p { color: rgb(225,109,41); }
H1.HeaderClassName
{
color: #E16D29;
}
.AnyTagClassName
{
color: #E16D29;
}
</style>
background-color css
<style>
a { background-color: #E16D29; }
a { background-color: rgb(225,109,41); }
div.DivClassName
{
background-color: #E16D29;
}
.BgClassName
{
background-color: #E16D29;
}
</style>
border-color css
<style>
span { border-color: #E16D29; }
span { border-color: rgb(225,109,41); }
td.TdClassName
{
border-color: #E16D29;
}
.TagClassName
{
border-color: #E16D29;
}
</style>