Shades of Tahiti Gold #ED7129
Tints of Tahiti Gold #ED7129
RGB
CMYK
RGB Variations
Color information
#ED7129 (or 0xED7129) is known color: Tahiti Gold. HEX triplet: ED, 71 and 29. RGB value is (237,113,41). Sum of RGB (Red+Green+Blue) = 237+113+41=391 (51% of max value = 765). Red value is 237 (92.97% from 255 or 60.61% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7129 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7129 is #128ED6. Grayscale: #8E8E8E. Windows color (decimal): -1216215 or 2716141. OLE color: 2716141.
HSL color Cylindrical-coordinate representation of color #ED7129: hue angle of 22.04º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED7129 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 41 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.07 |
| HSL | 22.04º | 0.84% | 0.55% | - |
| HSV(B) | 22.04º | 0.83% | 0.93% | - |
| XYZ | 41.23 | 29.97 | 5.71 | - |
| YUV | 141.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 41 | 0 | 0.52 | 0.83 | 0.07 | 22.04 | 0.84 | 0.55 |
| Hex | ED | 71 | 29 | 0 | 34 | 53 | 7 | 16 | 54 | 37 |
| Octal | 355 | 161 | 51 | 0 | 64 | 123 | 7 | 26 | 124 | 67 |
| Binary | 11101101 | 1110001 | 101001 | 0 | 110100 | 1010011 | 111 | 10110 | 1010100 | 110111 |
Color Harmonies of #ED7129
Complementary color
Monochromatic Colors of #ED7129
Black with #ED7129
Text Example
Text Example
White with #ED7129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7129; }
p { color: rgb(237,113,41); }
H1.HeaderClassName
{
color: #ED7129;
}
.AnyTagClassName
{
color: #ED7129;
}
</style>
background-color css
<style>
a { background-color: #ED7129; }
a { background-color: rgb(237,113,41); }
div.DivClassName
{
background-color: #ED7129;
}
.BgClassName
{
background-color: #ED7129;
}
</style>
border-color css
<style>
span { border-color: #ED7129; }
span { border-color: rgb(237,113,41); }
td.TdClassName
{
border-color: #ED7129;
}
.TagClassName
{
border-color: #ED7129;
}
</style>