Shades of Golden Sand #EFD06F
Tints of Golden Sand #EFD06F
RGB
CMYK
RGB Variations
Color information
#EFD06F (or 0xEFD06F) is known color: Golden Sand. HEX triplet: EF, D0 and 6F. RGB value is (239,208,111). Sum of RGB (Red+Green+Blue) = 239+208+111=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 111 (43.75% from 255 or 19.89% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD06F is #102F90. Grayscale: #CECECE. Windows color (decimal): -1060753 or 7327983. OLE color: 7327983.
HSL color Cylindrical-coordinate representation of color #EFD06F: hue angle of 45.47º 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 #EFD06F is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 111 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.06 |
| HSL | 45.47º | 0.8% | 0.69% | - |
| HSV(B) | 45.47º | 0.54% | 0.94% | - |
| XYZ | 61.02 | 64.61 | 24.29 | - |
| YUV | 206.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 111 | 0 | 0.13 | 0.54 | 0.06 | 45.47 | 0.8 | 0.69 |
| Hex | EF | D0 | 6F | 0 | D | 36 | 6 | 2D | 50 | 45 |
| Octal | 357 | 320 | 157 | 0 | 15 | 66 | 6 | 55 | 120 | 105 |
| Binary | 11101111 | 11010000 | 1101111 | 0 | 1101 | 110110 | 110 | 101101 | 1010000 | 1000101 |
Color Harmonies of #EFD06F
Complementary color
Monochromatic Colors of #EFD06F
Black with #EFD06F
Text Example
Text Example
White with #EFD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD06F; }
p { color: rgb(239,208,111); }
H1.HeaderClassName
{
color: #EFD06F;
}
.AnyTagClassName
{
color: #EFD06F;
}
</style>
background-color css
<style>
a { background-color: #EFD06F; }
a { background-color: rgb(239,208,111); }
div.DivClassName
{
background-color: #EFD06F;
}
.BgClassName
{
background-color: #EFD06F;
}
</style>
border-color css
<style>
span { border-color: #EFD06F; }
span { border-color: rgb(239,208,111); }
td.TdClassName
{
border-color: #EFD06F;
}
.TagClassName
{
border-color: #EFD06F;
}
</style>