Shades of Golden Sand #EFD168
Tints of Golden Sand #EFD168
RGB
CMYK
RGB Variations
Color information
#EFD168 (or 0xEFD168) is known color: Golden Sand. HEX triplet: EF, D1 and 68. RGB value is (239,209,104). Sum of RGB (Red+Green+Blue) = 239+209+104=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD168 is #102E97. Grayscale: #CECECE. Windows color (decimal): -1060504 or 6869487. OLE color: 6869487.
HSL color Cylindrical-coordinate representation of color #EFD168: hue angle of 46.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFD168 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 104 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.06 |
| HSL | 46.67º | 0.81% | 0.67% | - |
| HSV(B) | 46.67º | 0.56% | 0.94% | - |
| XYZ | 60.9 | 64.95 | 22.42 | - |
| YUV | 206 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 104 | 0 | 0.13 | 0.56 | 0.06 | 46.67 | 0.81 | 0.67 |
| Hex | EF | D1 | 68 | 0 | D | 38 | 6 | 2F | 51 | 43 |
| Octal | 357 | 321 | 150 | 0 | 15 | 70 | 6 | 57 | 121 | 103 |
| Binary | 11101111 | 11010001 | 1101000 | 0 | 1101 | 111000 | 110 | 101111 | 1010001 | 1000011 |
Color Harmonies of #EFD168
Complementary color
Monochromatic Colors of #EFD168
Black with #EFD168
Text Example
Text Example
White with #EFD168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD168; }
p { color: rgb(239,209,104); }
H1.HeaderClassName
{
color: #EFD168;
}
.AnyTagClassName
{
color: #EFD168;
}
</style>
background-color css
<style>
a { background-color: #EFD168; }
a { background-color: rgb(239,209,104); }
div.DivClassName
{
background-color: #EFD168;
}
.BgClassName
{
background-color: #EFD168;
}
</style>
border-color css
<style>
span { border-color: #EFD168; }
span { border-color: rgb(239,209,104); }
td.TdClassName
{
border-color: #EFD168;
}
.TagClassName
{
border-color: #EFD168;
}
</style>