Shades of Golden Sand #EED066
Tints of Golden Sand #EED066
RGB
CMYK
RGB Variations
Color information
#EED066 (or 0xEED066) is known color: Golden Sand. HEX triplet: EE, D0 and 66. RGB value is (238,208,102). Sum of RGB (Red+Green+Blue) = 238+208+102=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 208 (81.64% from 255 or 37.96% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EED066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED066 is #112F99. Grayscale: #CDCDCD. Windows color (decimal): -1126298 or 6738158. OLE color: 6738158.
HSL color Cylindrical-coordinate representation of color #EED066: hue angle of 46.76º 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 #EED066 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 102 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.07 |
| HSL | 46.76º | 0.8% | 0.67% | - |
| HSV(B) | 46.76º | 0.57% | 0.93% | - |
| XYZ | 60.21 | 64.25 | 21.8 | - |
| YUV | 204.89 | 69.94 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 102 | 0 | 0.13 | 0.57 | 0.07 | 46.76 | 0.8 | 0.67 |
| Hex | EE | D0 | 66 | 0 | D | 39 | 7 | 2F | 50 | 43 |
| Octal | 356 | 320 | 146 | 0 | 15 | 71 | 7 | 57 | 120 | 103 |
| Binary | 11101110 | 11010000 | 1100110 | 0 | 1101 | 111001 | 111 | 101111 | 1010000 | 1000011 |
Color Harmonies of #EED066
Complementary color
Monochromatic Colors of #EED066
Black with #EED066
Text Example
Text Example
White with #EED066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED066; }
p { color: rgb(238,208,102); }
H1.HeaderClassName
{
color: #EED066;
}
.AnyTagClassName
{
color: #EED066;
}
</style>
background-color css
<style>
a { background-color: #EED066; }
a { background-color: rgb(238,208,102); }
div.DivClassName
{
background-color: #EED066;
}
.BgClassName
{
background-color: #EED066;
}
</style>
border-color css
<style>
span { border-color: #EED066; }
span { border-color: rgb(238,208,102); }
td.TdClassName
{
border-color: #EED066;
}
.TagClassName
{
border-color: #EED066;
}
</style>