Shades of Tahiti Gold #EE6520
Tints of Tahiti Gold #EE6520
RGB
CMYK
RGB Variations
Color information
#EE6520 (or 0xEE6520) is known color: Tahiti Gold. HEX triplet: EE, 65 and 20. RGB value is (238,101,32). Sum of RGB (Red+Green+Blue) = 238+101+32=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6520 is #119ADF. Grayscale: #868686. Windows color (decimal): -1153760 or 2123246. OLE color: 2123246.
HSL color Cylindrical-coordinate representation of color #EE6520: hue angle of 20.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE6520 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 101 | 32 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.07 |
| HSL | 20.1º | 0.86% | 0.53% | - |
| HSV(B) | 20.1º | 0.87% | 0.93% | - |
| XYZ | 40.17 | 27.59 | 4.57 | - |
| YUV | 134.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 101 | 32 | 0 | 0.58 | 0.87 | 0.07 | 20.1 | 0.86 | 0.53 |
| Hex | EE | 65 | 20 | 0 | 3A | 57 | 7 | 14 | 56 | 35 |
| Octal | 356 | 145 | 40 | 0 | 72 | 127 | 7 | 24 | 126 | 65 |
| Binary | 11101110 | 1100101 | 100000 | 0 | 111010 | 1010111 | 111 | 10100 | 1010110 | 110101 |
Color Harmonies of #EE6520
Complementary color
Monochromatic Colors of #EE6520
Black with #EE6520
Text Example
Text Example
White with #EE6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6520; }
p { color: rgb(238,101,32); }
H1.HeaderClassName
{
color: #EE6520;
}
.AnyTagClassName
{
color: #EE6520;
}
</style>
background-color css
<style>
a { background-color: #EE6520; }
a { background-color: rgb(238,101,32); }
div.DivClassName
{
background-color: #EE6520;
}
.BgClassName
{
background-color: #EE6520;
}
</style>
border-color css
<style>
span { border-color: #EE6520; }
span { border-color: rgb(238,101,32); }
td.TdClassName
{
border-color: #EE6520;
}
.TagClassName
{
border-color: #EE6520;
}
</style>