Shades of Golden Sand #EFD86F
Tints of Golden Sand #EFD86F
RGB
CMYK
RGB Variations
Color information
#EFD86F (or 0xEFD86F) is known color: Golden Sand. HEX triplet: EF, D8 and 6F. RGB value is (239,216,111). Sum of RGB (Red+Green+Blue) = 239+216+111=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 216 (84.77% from 255 or 38.16% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD86F is #102790. Grayscale: #D3D3D3. Windows color (decimal): -1058705 or 7330031. OLE color: 7330031.
HSL color Cylindrical-coordinate representation of color #EFD86F: hue angle of 49.22º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFD86F is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 111 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.06 |
| HSL | 49.22º | 0.8% | 0.69% | - |
| HSV(B) | 49.22º | 0.54% | 0.94% | - |
| XYZ | 63.02 | 68.61 | 24.96 | - |
| YUV | 210.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 111 | 0 | 0.10 | 0.54 | 0.06 | 49.22 | 0.8 | 0.69 |
| Hex | EF | D8 | 6F | 0 | A | 36 | 6 | 31 | 50 | 45 |
| Octal | 357 | 330 | 157 | 0 | 12 | 66 | 6 | 61 | 120 | 105 |
| Binary | 11101111 | 11011000 | 1101111 | 0 | 1010 | 110110 | 110 | 110001 | 1010000 | 1000101 |
Color Harmonies of #EFD86F
Complementary color
Monochromatic Colors of #EFD86F
Black with #EFD86F
Text Example
Text Example
White with #EFD86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD86F; }
p { color: rgb(239,216,111); }
H1.HeaderClassName
{
color: #EFD86F;
}
.AnyTagClassName
{
color: #EFD86F;
}
</style>
background-color css
<style>
a { background-color: #EFD86F; }
a { background-color: rgb(239,216,111); }
div.DivClassName
{
background-color: #EFD86F;
}
.BgClassName
{
background-color: #EFD86F;
}
</style>
border-color css
<style>
span { border-color: #EFD86F; }
span { border-color: rgb(239,216,111); }
td.TdClassName
{
border-color: #EFD86F;
}
.TagClassName
{
border-color: #EFD86F;
}
</style>