Shades of Tahiti Gold #EE7629
Tints of Tahiti Gold #EE7629
RGB
CMYK
RGB Variations
Color information
#EE7629 (or 0xEE7629) is known color: Tahiti Gold. HEX triplet: EE, 76 and 29. RGB value is (238,118,41). Sum of RGB (Red+Green+Blue) = 238+118+41=397 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.95% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 41 (16.41% from 255 or 10.33% from 397); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7629 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7629 is #1189D6. Grayscale: #919191. Windows color (decimal): -1149399 or 2717422. OLE color: 2717422.
HSL color Cylindrical-coordinate representation of color #EE7629: hue angle of 23.45º degrees, saturation: 0.85, 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 #EE7629 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 41 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.07 |
| HSL | 23.45º | 0.85% | 0.55% | - |
| HSV(B) | 23.45º | 0.83% | 0.93% | - |
| XYZ | 42.14 | 31.29 | 5.92 | - |
| YUV | 145.1 | 69.26 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 41 | 0 | 0.50 | 0.83 | 0.07 | 23.45 | 0.85 | 0.55 |
| Hex | EE | 76 | 29 | 0 | 32 | 53 | 7 | 17 | 55 | 37 |
| Octal | 356 | 166 | 51 | 0 | 62 | 123 | 7 | 27 | 125 | 67 |
| Binary | 11101110 | 1110110 | 101001 | 0 | 110010 | 1010011 | 111 | 10111 | 1010101 | 110111 |
Color Harmonies of #EE7629
Complementary color
Monochromatic Colors of #EE7629
Black with #EE7629
Text Example
Text Example
White with #EE7629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7629; }
p { color: rgb(238,118,41); }
H1.HeaderClassName
{
color: #EE7629;
}
.AnyTagClassName
{
color: #EE7629;
}
</style>
background-color css
<style>
a { background-color: #EE7629; }
a { background-color: rgb(238,118,41); }
div.DivClassName
{
background-color: #EE7629;
}
.BgClassName
{
background-color: #EE7629;
}
</style>
border-color css
<style>
span { border-color: #EE7629; }
span { border-color: rgb(238,118,41); }
td.TdClassName
{
border-color: #EE7629;
}
.TagClassName
{
border-color: #EE7629;
}
</style>