Shades of Golden Sand #EFD76D
Tints of Golden Sand #EFD76D
RGB
CMYK
RGB Variations
Color information
#EFD76D (or 0xEFD76D) is known color: Golden Sand. HEX triplet: EF, D7 and 6D. RGB value is (239,215,109). Sum of RGB (Red+Green+Blue) = 239+215+109=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD76D is #102892. Grayscale: #D2D2D2. Windows color (decimal): -1058963 or 7198703. OLE color: 7198703.
HSL color Cylindrical-coordinate representation of color #EFD76D: hue angle of 48.92º 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 #EFD76D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 109 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.06 |
| HSL | 48.92º | 0.8% | 0.68% | - |
| HSV(B) | 48.92º | 0.54% | 0.94% | - |
| XYZ | 62.66 | 68.06 | 24.3 | - |
| YUV | 210.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 109 | 0 | 0.10 | 0.54 | 0.06 | 48.92 | 0.8 | 0.68 |
| Hex | EF | D7 | 6D | 0 | A | 36 | 6 | 31 | 50 | 44 |
| Octal | 357 | 327 | 155 | 0 | 12 | 66 | 6 | 61 | 120 | 104 |
| Binary | 11101111 | 11010111 | 1101101 | 0 | 1010 | 110110 | 110 | 110001 | 1010000 | 1000100 |
Color Harmonies of #EFD76D
Complementary color
Monochromatic Colors of #EFD76D
Black with #EFD76D
Text Example
Text Example
White with #EFD76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD76D; }
p { color: rgb(239,215,109); }
H1.HeaderClassName
{
color: #EFD76D;
}
.AnyTagClassName
{
color: #EFD76D;
}
</style>
background-color css
<style>
a { background-color: #EFD76D; }
a { background-color: rgb(239,215,109); }
div.DivClassName
{
background-color: #EFD76D;
}
.BgClassName
{
background-color: #EFD76D;
}
</style>
border-color css
<style>
span { border-color: #EFD76D; }
span { border-color: rgb(239,215,109); }
td.TdClassName
{
border-color: #EFD76D;
}
.TagClassName
{
border-color: #EFD76D;
}
</style>