Shades of Golden Sand #EEC66E
Tints of Golden Sand #EEC66E
RGB
CMYK
RGB Variations
Color information
#EEC66E (or 0xEEC66E) is known color: Golden Sand. HEX triplet: EE, C6 and 6E. RGB value is (238,198,110). Sum of RGB (Red+Green+Blue) = 238+198+110=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC66E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC66E is #113991. Grayscale: #C8C8C8. Windows color (decimal): -1128850 or 7259886. OLE color: 7259886.
HSL color Cylindrical-coordinate representation of color #EEC66E: hue angle of 41.25º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEC66E is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 110 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.07 |
| HSL | 41.25º | 0.79% | 0.68% | - |
| HSV(B) | 41.25º | 0.54% | 0.93% | - |
| XYZ | 58.27 | 59.69 | 23.2 | - |
| YUV | 199.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 110 | 0 | 0.17 | 0.54 | 0.07 | 41.25 | 0.79 | 0.68 |
| Hex | EE | C6 | 6E | 0 | 11 | 36 | 7 | 29 | 4F | 44 |
| Octal | 356 | 306 | 156 | 0 | 21 | 66 | 7 | 51 | 117 | 104 |
| Binary | 11101110 | 11000110 | 1101110 | 0 | 10001 | 110110 | 111 | 101001 | 1001111 | 1000100 |
Color Harmonies of #EEC66E
Complementary color
Monochromatic Colors of #EEC66E
Black with #EEC66E
Text Example
Text Example
White with #EEC66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC66E; }
p { color: rgb(238,198,110); }
H1.HeaderClassName
{
color: #EEC66E;
}
.AnyTagClassName
{
color: #EEC66E;
}
</style>
background-color css
<style>
a { background-color: #EEC66E; }
a { background-color: rgb(238,198,110); }
div.DivClassName
{
background-color: #EEC66E;
}
.BgClassName
{
background-color: #EEC66E;
}
</style>
border-color css
<style>
span { border-color: #EEC66E; }
span { border-color: rgb(238,198,110); }
td.TdClassName
{
border-color: #EEC66E;
}
.TagClassName
{
border-color: #EEC66E;
}
</style>