Shades of Golden Sand #EED966
Tints of Golden Sand #EED966
RGB
CMYK
RGB Variations
Color information
#EED966 (or 0xEED966) is known color: Golden Sand. HEX triplet: EE, D9 and 66. RGB value is (238,217,102). Sum of RGB (Red+Green+Blue) = 238+217+102=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EED966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED966 is #112699. Grayscale: #D2D2D2. Windows color (decimal): -1123994 or 6740462. OLE color: 6740462.
HSL color Cylindrical-coordinate representation of color #EED966: hue angle of 50.74º 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 #EED966 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 102 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.07 |
| HSL | 50.74º | 0.8% | 0.67% | - |
| HSV(B) | 50.74º | 0.57% | 0.93% | - |
| XYZ | 62.47 | 68.76 | 22.55 | - |
| YUV | 210.17 | 66.96 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 102 | 0 | 0.09 | 0.57 | 0.07 | 50.74 | 0.8 | 0.67 |
| Hex | EE | D9 | 66 | 0 | 9 | 39 | 7 | 33 | 50 | 43 |
| Octal | 356 | 331 | 146 | 0 | 11 | 71 | 7 | 63 | 120 | 103 |
| Binary | 11101110 | 11011001 | 1100110 | 0 | 1001 | 111001 | 111 | 110011 | 1010000 | 1000011 |
Color Harmonies of #EED966
Complementary color
Monochromatic Colors of #EED966
Black with #EED966
Text Example
Text Example
White with #EED966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED966; }
p { color: rgb(238,217,102); }
H1.HeaderClassName
{
color: #EED966;
}
.AnyTagClassName
{
color: #EED966;
}
</style>
background-color css
<style>
a { background-color: #EED966; }
a { background-color: rgb(238,217,102); }
div.DivClassName
{
background-color: #EED966;
}
.BgClassName
{
background-color: #EED966;
}
</style>
border-color css
<style>
span { border-color: #EED966; }
span { border-color: rgb(238,217,102); }
td.TdClassName
{
border-color: #EED966;
}
.TagClassName
{
border-color: #EED966;
}
</style>