Shades of Golden Sand #EEC66A
Tints of Golden Sand #EEC66A
RGB
CMYK
RGB Variations
Color information
#EEC66A (or 0xEEC66A) is known color: Golden Sand. HEX triplet: EE, C6 and 6A. RGB value is (238,198,106). Sum of RGB (Red+Green+Blue) = 238+198+106=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC66A is #113995. Grayscale: #C7C7C7. Windows color (decimal): -1128854 or 6997742. OLE color: 6997742.
HSL color Cylindrical-coordinate representation of color #EEC66A: hue angle of 41.82º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEC66A is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 106 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.07 |
| HSL | 41.82º | 0.8% | 0.67% | - |
| HSV(B) | 41.82º | 0.55% | 0.93% | - |
| XYZ | 58.06 | 59.61 | 22.08 | - |
| YUV | 199.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 106 | 0 | 0.17 | 0.55 | 0.07 | 41.82 | 0.8 | 0.67 |
| Hex | EE | C6 | 6A | 0 | 11 | 37 | 7 | 2A | 50 | 43 |
| Octal | 356 | 306 | 152 | 0 | 21 | 67 | 7 | 52 | 120 | 103 |
| Binary | 11101110 | 11000110 | 1101010 | 0 | 10001 | 110111 | 111 | 101010 | 1010000 | 1000011 |
Color Harmonies of #EEC66A
Complementary color
Monochromatic Colors of #EEC66A
Black with #EEC66A
Text Example
Text Example
White with #EEC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC66A; }
p { color: rgb(238,198,106); }
H1.HeaderClassName
{
color: #EEC66A;
}
.AnyTagClassName
{
color: #EEC66A;
}
</style>
background-color css
<style>
a { background-color: #EEC66A; }
a { background-color: rgb(238,198,106); }
div.DivClassName
{
background-color: #EEC66A;
}
.BgClassName
{
background-color: #EEC66A;
}
</style>
border-color css
<style>
span { border-color: #EEC66A; }
span { border-color: rgb(238,198,106); }
td.TdClassName
{
border-color: #EEC66A;
}
.TagClassName
{
border-color: #EEC66A;
}
</style>