Shades of Tahiti Gold #EF7629
Tints of Tahiti Gold #EF7629
RGB
CMYK
RGB Variations
Color information
#EF7629 (or 0xEF7629) is known color: Tahiti Gold. HEX triplet: EF, 76 and 29. RGB value is (239,118,41). Sum of RGB (Red+Green+Blue) = 239+118+41=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7629 is #1089D6. Grayscale: #919191. Windows color (decimal): -1083863 or 2717423. OLE color: 2717423.
HSL color Cylindrical-coordinate representation of color #EF7629: hue angle of 23.33º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EF7629 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 118 | 41 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.06 |
| HSL | 23.33º | 0.86% | 0.55% | - |
| HSV(B) | 23.33º | 0.83% | 0.94% | - |
| XYZ | 42.48 | 31.47 | 5.93 | - |
| YUV | 145.4 | 69.09 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 118 | 41 | 0 | 0.51 | 0.83 | 0.06 | 23.33 | 0.86 | 0.55 |
| Hex | EF | 76 | 29 | 0 | 33 | 53 | 6 | 17 | 56 | 37 |
| Octal | 357 | 166 | 51 | 0 | 63 | 123 | 6 | 27 | 126 | 67 |
| Binary | 11101111 | 1110110 | 101001 | 0 | 110011 | 1010011 | 110 | 10111 | 1010110 | 110111 |
Color Harmonies of #EF7629
Complementary color
Monochromatic Colors of #EF7629
Black with #EF7629
Text Example
Text Example
White with #EF7629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7629; }
p { color: rgb(239,118,41); }
H1.HeaderClassName
{
color: #EF7629;
}
.AnyTagClassName
{
color: #EF7629;
}
</style>
background-color css
<style>
a { background-color: #EF7629; }
a { background-color: rgb(239,118,41); }
div.DivClassName
{
background-color: #EF7629;
}
.BgClassName
{
background-color: #EF7629;
}
</style>
border-color css
<style>
span { border-color: #EF7629; }
span { border-color: rgb(239,118,41); }
td.TdClassName
{
border-color: #EF7629;
}
.TagClassName
{
border-color: #EF7629;
}
</style>