Shades of Golden Sand #EFD964
Tints of Golden Sand #EFD964
RGB
CMYK
RGB Variations
Color information
#EFD964 (or 0xEFD964) is known color: Golden Sand. HEX triplet: EF, D9 and 64. RGB value is (239,217,100). Sum of RGB (Red+Green+Blue) = 239+217+100=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 217 (85.16% from 255 or 39.03% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD964 is #10269B. Grayscale: #D2D2D2. Windows color (decimal): -1058460 or 6609391. OLE color: 6609391.
HSL color Cylindrical-coordinate representation of color #EFD964: hue angle of 50.5º 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 #EFD964 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 217 | 100 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.06 |
| HSL | 50.5º | 0.81% | 0.66% | - |
| HSV(B) | 50.5º | 0.58% | 0.94% | - |
| XYZ | 62.71 | 68.9 | 22.05 | - |
| YUV | 210.24 | 65.79 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 217 | 100 | 0 | 0.09 | 0.58 | 0.06 | 50.5 | 0.81 | 0.66 |
| Hex | EF | D9 | 64 | 0 | 9 | 3A | 6 | 33 | 51 | 42 |
| Octal | 357 | 331 | 144 | 0 | 11 | 72 | 6 | 63 | 121 | 102 |
| Binary | 11101111 | 11011001 | 1100100 | 0 | 1001 | 111010 | 110 | 110011 | 1010001 | 1000010 |
Color Harmonies of #EFD964
Complementary color
Monochromatic Colors of #EFD964
Black with #EFD964
Text Example
Text Example
White with #EFD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD964; }
p { color: rgb(239,217,100); }
H1.HeaderClassName
{
color: #EFD964;
}
.AnyTagClassName
{
color: #EFD964;
}
</style>
background-color css
<style>
a { background-color: #EFD964; }
a { background-color: rgb(239,217,100); }
div.DivClassName
{
background-color: #EFD964;
}
.BgClassName
{
background-color: #EFD964;
}
</style>
border-color css
<style>
span { border-color: #EFD964; }
span { border-color: rgb(239,217,100); }
td.TdClassName
{
border-color: #EFD964;
}
.TagClassName
{
border-color: #EFD964;
}
</style>