Shades of Tahiti Gold #EE6C21
Tints of Tahiti Gold #EE6C21
RGB
CMYK
RGB Variations
Color information
#EE6C21 (or 0xEE6C21) is known color: Tahiti Gold. HEX triplet: EE, 6C and 21. RGB value is (238,108,33). Sum of RGB (Red+Green+Blue) = 238+108+33=379 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.80% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE6C21 is #1193DE. Grayscale: #8A8A8A. Windows color (decimal): -1151967 or 2190574. OLE color: 2190574.
HSL color Cylindrical-coordinate representation of color #EE6C21: hue angle of 21.95º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE6C21 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 33 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.07 |
| HSL | 21.95º | 0.86% | 0.53% | - |
| HSV(B) | 21.95º | 0.86% | 0.93% | - |
| XYZ | 40.9 | 29.01 | 4.88 | - |
| YUV | 138.32 | 68.57 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 33 | 0 | 0.55 | 0.86 | 0.07 | 21.95 | 0.86 | 0.53 |
| Hex | EE | 6C | 21 | 0 | 37 | 56 | 7 | 16 | 56 | 35 |
| Octal | 356 | 154 | 41 | 0 | 67 | 126 | 7 | 26 | 126 | 65 |
| Binary | 11101110 | 1101100 | 100001 | 0 | 110111 | 1010110 | 111 | 10110 | 1010110 | 110101 |
Color Harmonies of #EE6C21
Complementary color
Monochromatic Colors of #EE6C21
Black with #EE6C21
Text Example
Text Example
White with #EE6C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6C21; }
p { color: rgb(238,108,33); }
H1.HeaderClassName
{
color: #EE6C21;
}
.AnyTagClassName
{
color: #EE6C21;
}
</style>
background-color css
<style>
a { background-color: #EE6C21; }
a { background-color: rgb(238,108,33); }
div.DivClassName
{
background-color: #EE6C21;
}
.BgClassName
{
background-color: #EE6C21;
}
</style>
border-color css
<style>
span { border-color: #EE6C21; }
span { border-color: rgb(238,108,33); }
td.TdClassName
{
border-color: #EE6C21;
}
.TagClassName
{
border-color: #EE6C21;
}
</style>