Shades of Tahiti Gold #ED7429
Tints of Tahiti Gold #ED7429
RGB
CMYK
RGB Variations
Color information
#ED7429 (or 0xED7429) is known color: Tahiti Gold. HEX triplet: ED, 74 and 29. RGB value is (237,116,41). Sum of RGB (Red+Green+Blue) = 237+116+41=394 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60.15% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7429 is #128BD6. Grayscale: #909090. Windows color (decimal): -1215447 or 2716909. OLE color: 2716909.
HSL color Cylindrical-coordinate representation of color #ED7429: hue angle of 22.96º 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 #ED7429 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 116 | 41 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.07 |
| HSL | 22.96º | 0.84% | 0.55% | - |
| HSV(B) | 22.96º | 0.83% | 0.93% | - |
| XYZ | 41.57 | 30.66 | 5.82 | - |
| YUV | 143.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 116 | 41 | 0 | 0.51 | 0.83 | 0.07 | 22.96 | 0.84 | 0.55 |
| Hex | ED | 74 | 29 | 0 | 33 | 53 | 7 | 17 | 54 | 37 |
| Octal | 355 | 164 | 51 | 0 | 63 | 123 | 7 | 27 | 124 | 67 |
| Binary | 11101101 | 1110100 | 101001 | 0 | 110011 | 1010011 | 111 | 10111 | 1010100 | 110111 |
Color Harmonies of #ED7429
Complementary color
Monochromatic Colors of #ED7429
Black with #ED7429
Text Example
Text Example
White with #ED7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7429; }
p { color: rgb(237,116,41); }
H1.HeaderClassName
{
color: #ED7429;
}
.AnyTagClassName
{
color: #ED7429;
}
</style>
background-color css
<style>
a { background-color: #ED7429; }
a { background-color: rgb(237,116,41); }
div.DivClassName
{
background-color: #ED7429;
}
.BgClassName
{
background-color: #ED7429;
}
</style>
border-color css
<style>
span { border-color: #ED7429; }
span { border-color: rgb(237,116,41); }
td.TdClassName
{
border-color: #ED7429;
}
.TagClassName
{
border-color: #ED7429;
}
</style>