Shades of Golden Sand #EEC666
Tints of Golden Sand #EEC666
RGB
CMYK
RGB Variations
Color information
#EEC666 (or 0xEEC666) is known color: Golden Sand. HEX triplet: EE, C6 and 66. RGB value is (238,198,102). Sum of RGB (Red+Green+Blue) = 238+198+102=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC666 is #113999. Grayscale: #C7C7C7. Windows color (decimal): -1128858 or 6735598. OLE color: 6735598.
HSL color Cylindrical-coordinate representation of color #EEC666: hue angle of 42.35º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEC666 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 102 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.07 |
| HSL | 42.35º | 0.8% | 0.67% | - |
| HSV(B) | 42.35º | 0.57% | 0.93% | - |
| XYZ | 57.85 | 59.52 | 21.01 | - |
| YUV | 199.02 | 73.25 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 102 | 0 | 0.17 | 0.57 | 0.07 | 42.35 | 0.8 | 0.67 |
| Hex | EE | C6 | 66 | 0 | 11 | 39 | 7 | 2A | 50 | 43 |
| Octal | 356 | 306 | 146 | 0 | 21 | 71 | 7 | 52 | 120 | 103 |
| Binary | 11101110 | 11000110 | 1100110 | 0 | 10001 | 111001 | 111 | 101010 | 1010000 | 1000011 |
Color Harmonies of #EEC666
Complementary color
Monochromatic Colors of #EEC666
Black with #EEC666
Text Example
Text Example
White with #EEC666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC666; }
p { color: rgb(238,198,102); }
H1.HeaderClassName
{
color: #EEC666;
}
.AnyTagClassName
{
color: #EEC666;
}
</style>
background-color css
<style>
a { background-color: #EEC666; }
a { background-color: rgb(238,198,102); }
div.DivClassName
{
background-color: #EEC666;
}
.BgClassName
{
background-color: #EEC666;
}
</style>
border-color css
<style>
span { border-color: #EEC666; }
span { border-color: rgb(238,198,102); }
td.TdClassName
{
border-color: #EEC666;
}
.TagClassName
{
border-color: #EEC666;
}
</style>