Shades of Tahiti Gold #EE7529
Tints of Tahiti Gold #EE7529
RGB
CMYK
RGB Variations
Color information
#EE7529 (or 0xEE7529) is known color: Tahiti Gold. HEX triplet: EE, 75 and 29. RGB value is (238,117,41). Sum of RGB (Red+Green+Blue) = 238+117+41=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 41 (16.41% from 255 or 10.35% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE7529 is #118AD6. Grayscale: #909090. Windows color (decimal): -1149655 or 2717166. OLE color: 2717166.
HSL color Cylindrical-coordinate representation of color #EE7529: hue angle of 23.15º 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 #EE7529 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 41 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.07 |
| HSL | 23.15º | 0.85% | 0.55% | - |
| HSV(B) | 23.15º | 0.83% | 0.93% | - |
| XYZ | 42.02 | 31.06 | 5.88 | - |
| YUV | 144.52 | 69.59 | 194.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 41 | 0 | 0.51 | 0.83 | 0.07 | 23.15 | 0.85 | 0.55 |
| Hex | EE | 75 | 29 | 0 | 33 | 53 | 7 | 17 | 55 | 37 |
| Octal | 356 | 165 | 51 | 0 | 63 | 123 | 7 | 27 | 125 | 67 |
| Binary | 11101110 | 1110101 | 101001 | 0 | 110011 | 1010011 | 111 | 10111 | 1010101 | 110111 |
Color Harmonies of #EE7529
Complementary color
Monochromatic Colors of #EE7529
Black with #EE7529
Text Example
Text Example
White with #EE7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7529; }
p { color: rgb(238,117,41); }
H1.HeaderClassName
{
color: #EE7529;
}
.AnyTagClassName
{
color: #EE7529;
}
</style>
background-color css
<style>
a { background-color: #EE7529; }
a { background-color: rgb(238,117,41); }
div.DivClassName
{
background-color: #EE7529;
}
.BgClassName
{
background-color: #EE7529;
}
</style>
border-color css
<style>
span { border-color: #EE7529; }
span { border-color: rgb(238,117,41); }
td.TdClassName
{
border-color: #EE7529;
}
.TagClassName
{
border-color: #EE7529;
}
</style>