Shades of Tahiti Gold #EE6527
Tints of Tahiti Gold #EE6527
RGB
CMYK
RGB Variations
Color information
#EE6527 (or 0xEE6527) is known color: Tahiti Gold. HEX triplet: EE, 65 and 27. RGB value is (238,101,39). Sum of RGB (Red+Green+Blue) = 238+101+39=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6527 is #119AD8. Grayscale: #878787. Windows color (decimal): -1153753 or 2581998. OLE color: 2581998.
HSL color Cylindrical-coordinate representation of color #EE6527: hue angle of 18.69º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE6527 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 39 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.07 |
| HSL | 18.69º | 0.85% | 0.54% | - |
| HSV(B) | 18.69º | 0.84% | 0.93% | - |
| XYZ | 40.28 | 27.63 | 5.13 | - |
| YUV | 134.9 | 73.89 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 39 | 0 | 0.58 | 0.84 | 0.07 | 18.69 | 0.85 | 0.54 |
| Hex | EE | 65 | 27 | 0 | 3A | 54 | 7 | 13 | 55 | 36 |
| Octal | 356 | 145 | 47 | 0 | 72 | 124 | 7 | 23 | 125 | 66 |
| Binary | 11101110 | 1100101 | 100111 | 0 | 111010 | 1010100 | 111 | 10011 | 1010101 | 110110 |
Color Harmonies of #EE6527
Complementary color
Monochromatic Colors of #EE6527
Black with #EE6527
Text Example
Text Example
White with #EE6527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6527; }
p { color: rgb(238,101,39); }
H1.HeaderClassName
{
color: #EE6527;
}
.AnyTagClassName
{
color: #EE6527;
}
</style>
background-color css
<style>
a { background-color: #EE6527; }
a { background-color: rgb(238,101,39); }
div.DivClassName
{
background-color: #EE6527;
}
.BgClassName
{
background-color: #EE6527;
}
</style>
border-color css
<style>
span { border-color: #EE6527; }
span { border-color: rgb(238,101,39); }
td.TdClassName
{
border-color: #EE6527;
}
.TagClassName
{
border-color: #EE6527;
}
</style>