Shades of Golden Sand #EFD164
Tints of Golden Sand #EFD164
RGB
CMYK
RGB Variations
Color information
#EFD164 (or 0xEFD164) is known color: Golden Sand. HEX triplet: EF, D1 and 64. RGB value is (239,209,100). Sum of RGB (Red+Green+Blue) = 239+209+100=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD164 is #102E9B. Grayscale: #CECECE. Windows color (decimal): -1060508 or 6607343. OLE color: 6607343.
HSL color Cylindrical-coordinate representation of color #EFD164: hue angle of 47.05º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFD164 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 100 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.06 |
| HSL | 47.05º | 0.81% | 0.66% | - |
| HSV(B) | 47.05º | 0.58% | 0.94% | - |
| XYZ | 60.7 | 64.87 | 21.38 | - |
| YUV | 205.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 100 | 0 | 0.13 | 0.58 | 0.06 | 47.05 | 0.81 | 0.66 |
| Hex | EF | D1 | 64 | 0 | D | 3A | 6 | 2F | 51 | 42 |
| Octal | 357 | 321 | 144 | 0 | 15 | 72 | 6 | 57 | 121 | 102 |
| Binary | 11101111 | 11010001 | 1100100 | 0 | 1101 | 111010 | 110 | 101111 | 1010001 | 1000010 |
Color Harmonies of #EFD164
Complementary color
Monochromatic Colors of #EFD164
Black with #EFD164
Text Example
Text Example
White with #EFD164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD164; }
p { color: rgb(239,209,100); }
H1.HeaderClassName
{
color: #EFD164;
}
.AnyTagClassName
{
color: #EFD164;
}
</style>
background-color css
<style>
a { background-color: #EFD164; }
a { background-color: rgb(239,209,100); }
div.DivClassName
{
background-color: #EFD164;
}
.BgClassName
{
background-color: #EFD164;
}
</style>
border-color css
<style>
span { border-color: #EFD164; }
span { border-color: rgb(239,209,100); }
td.TdClassName
{
border-color: #EFD164;
}
.TagClassName
{
border-color: #EFD164;
}
</style>