Shades of Golden Sand #EFDA6D
Tints of Golden Sand #EFDA6D
RGB
CMYK
RGB Variations
Color information
#EFDA6D (or 0xEFDA6D) is known color: Golden Sand. HEX triplet: EF, DA and 6D. RGB value is (239,218,109). Sum of RGB (Red+Green+Blue) = 239+218+109=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDA6D is #102592. Grayscale: #D4D4D4. Windows color (decimal): -1058195 or 7199471. OLE color: 7199471.
HSL color Cylindrical-coordinate representation of color #EFDA6D: hue angle of 50.31º 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 #EFDA6D is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 218 | 109 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.06 |
| HSL | 50.31º | 0.8% | 0.68% | - |
| HSV(B) | 50.31º | 0.54% | 0.94% | - |
| XYZ | 63.43 | 69.6 | 24.56 | - |
| YUV | 211.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 218 | 109 | 0 | 0.09 | 0.54 | 0.06 | 50.31 | 0.8 | 0.68 |
| Hex | EF | DA | 6D | 0 | 9 | 36 | 6 | 32 | 50 | 44 |
| Octal | 357 | 332 | 155 | 0 | 11 | 66 | 6 | 62 | 120 | 104 |
| Binary | 11101111 | 11011010 | 1101101 | 0 | 1001 | 110110 | 110 | 110010 | 1010000 | 1000100 |
Color Harmonies of #EFDA6D
Complementary color
Monochromatic Colors of #EFDA6D
Black with #EFDA6D
Text Example
Text Example
White with #EFDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDA6D; }
p { color: rgb(239,218,109); }
H1.HeaderClassName
{
color: #EFDA6D;
}
.AnyTagClassName
{
color: #EFDA6D;
}
</style>
background-color css
<style>
a { background-color: #EFDA6D; }
a { background-color: rgb(239,218,109); }
div.DivClassName
{
background-color: #EFDA6D;
}
.BgClassName
{
background-color: #EFDA6D;
}
</style>
border-color css
<style>
span { border-color: #EFDA6D; }
span { border-color: rgb(239,218,109); }
td.TdClassName
{
border-color: #EFDA6D;
}
.TagClassName
{
border-color: #EFDA6D;
}
</style>