Shades of Golden Sand #EED666
Tints of Golden Sand #EED666
RGB
CMYK
RGB Variations
Color information
#EED666 (or 0xEED666) is known color: Golden Sand. HEX triplet: EE, D6 and 66. RGB value is (238,214,102). Sum of RGB (Red+Green+Blue) = 238+214+102=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 102 (40.23% from 255 or 18.41% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EED666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED666 is #112999. Grayscale: #D0D0D0. Windows color (decimal): -1124762 or 6739694. OLE color: 6739694.
HSL color Cylindrical-coordinate representation of color #EED666: hue angle of 49.41º 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 #EED666 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 102 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.07 |
| HSL | 49.41º | 0.8% | 0.67% | - |
| HSV(B) | 49.41º | 0.57% | 0.93% | - |
| XYZ | 61.7 | 67.23 | 22.29 | - |
| YUV | 208.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 102 | 0 | 0.10 | 0.57 | 0.07 | 49.41 | 0.8 | 0.67 |
| Hex | EE | D6 | 66 | 0 | A | 39 | 7 | 31 | 50 | 43 |
| Octal | 356 | 326 | 146 | 0 | 12 | 71 | 7 | 61 | 120 | 103 |
| Binary | 11101110 | 11010110 | 1100110 | 0 | 1010 | 111001 | 111 | 110001 | 1010000 | 1000011 |
Color Harmonies of #EED666
Complementary color
Monochromatic Colors of #EED666
Black with #EED666
Text Example
Text Example
White with #EED666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED666; }
p { color: rgb(238,214,102); }
H1.HeaderClassName
{
color: #EED666;
}
.AnyTagClassName
{
color: #EED666;
}
</style>
background-color css
<style>
a { background-color: #EED666; }
a { background-color: rgb(238,214,102); }
div.DivClassName
{
background-color: #EED666;
}
.BgClassName
{
background-color: #EED666;
}
</style>
border-color css
<style>
span { border-color: #EED666; }
span { border-color: rgb(238,214,102); }
td.TdClassName
{
border-color: #EED666;
}
.TagClassName
{
border-color: #EED666;
}
</style>