Shades of Golden Sand #EFD16E
Tints of Golden Sand #EFD16E
RGB
CMYK
RGB Variations
Color information
#EFD16E (or 0xEFD16E) is known color: Golden Sand. HEX triplet: EF, D1 and 6E. RGB value is (239,209,110). Sum of RGB (Red+Green+Blue) = 239+209+110=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD16E is #102E91. Grayscale: #CFCFCF. Windows color (decimal): -1060498 or 7262703. OLE color: 7262703.
HSL color Cylindrical-coordinate representation of color #EFD16E: hue angle of 46.05º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFD16E is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 110 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.06 |
| HSL | 46.05º | 0.8% | 0.68% | - |
| HSV(B) | 46.05º | 0.54% | 0.94% | - |
| XYZ | 61.21 | 65.08 | 24.09 | - |
| YUV | 206.68 | 73.44 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 110 | 0 | 0.13 | 0.54 | 0.06 | 46.05 | 0.8 | 0.68 |
| Hex | EF | D1 | 6E | 0 | D | 36 | 6 | 2E | 50 | 44 |
| Octal | 357 | 321 | 156 | 0 | 15 | 66 | 6 | 56 | 120 | 104 |
| Binary | 11101111 | 11010001 | 1101110 | 0 | 1101 | 110110 | 110 | 101110 | 1010000 | 1000100 |
Color Harmonies of #EFD16E
Complementary color
Monochromatic Colors of #EFD16E
Black with #EFD16E
Text Example
Text Example
White with #EFD16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD16E; }
p { color: rgb(239,209,110); }
H1.HeaderClassName
{
color: #EFD16E;
}
.AnyTagClassName
{
color: #EFD16E;
}
</style>
background-color css
<style>
a { background-color: #EFD16E; }
a { background-color: rgb(239,209,110); }
div.DivClassName
{
background-color: #EFD16E;
}
.BgClassName
{
background-color: #EFD16E;
}
</style>
border-color css
<style>
span { border-color: #EFD16E; }
span { border-color: rgb(239,209,110); }
td.TdClassName
{
border-color: #EFD16E;
}
.TagClassName
{
border-color: #EFD16E;
}
</style>