Shades of Golden Sand #EFD166
Tints of Golden Sand #EFD166
RGB
CMYK
RGB Variations
Color information
#EFD166 (or 0xEFD166) is known color: Golden Sand. HEX triplet: EF, D1 and 66. RGB value is (239,209,102). Sum of RGB (Red+Green+Blue) = 239+209+102=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD166 is #102E99. Grayscale: #CECECE. Windows color (decimal): -1060506 or 6738415. OLE color: 6738415.
HSL color Cylindrical-coordinate representation of color #EFD166: hue angle of 46.86º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFD166 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 102 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.06 |
| HSL | 46.86º | 0.81% | 0.67% | - |
| HSV(B) | 46.86º | 0.57% | 0.94% | - |
| XYZ | 60.8 | 64.91 | 21.9 | - |
| YUV | 205.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 102 | 0 | 0.13 | 0.57 | 0.06 | 46.86 | 0.81 | 0.67 |
| Hex | EF | D1 | 66 | 0 | D | 39 | 6 | 2F | 51 | 43 |
| Octal | 357 | 321 | 146 | 0 | 15 | 71 | 6 | 57 | 121 | 103 |
| Binary | 11101111 | 11010001 | 1100110 | 0 | 1101 | 111001 | 110 | 101111 | 1010001 | 1000011 |
Color Harmonies of #EFD166
Complementary color
Monochromatic Colors of #EFD166
Black with #EFD166
Text Example
Text Example
White with #EFD166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD166; }
p { color: rgb(239,209,102); }
H1.HeaderClassName
{
color: #EFD166;
}
.AnyTagClassName
{
color: #EFD166;
}
</style>
background-color css
<style>
a { background-color: #EFD166; }
a { background-color: rgb(239,209,102); }
div.DivClassName
{
background-color: #EFD166;
}
.BgClassName
{
background-color: #EFD166;
}
</style>
border-color css
<style>
span { border-color: #EFD166; }
span { border-color: rgb(239,209,102); }
td.TdClassName
{
border-color: #EFD166;
}
.TagClassName
{
border-color: #EFD166;
}
</style>