Shades of Golden Sand #EFD66C
Tints of Golden Sand #EFD66C
RGB
CMYK
RGB Variations
Color information
#EFD66C (or 0xEFD66C) is known color: Golden Sand. HEX triplet: EF, D6 and 6C. RGB value is (239,214,108). Sum of RGB (Red+Green+Blue) = 239+214+108=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD66C is #102993. Grayscale: #D1D1D1. Windows color (decimal): -1059220 or 7132911. OLE color: 7132911.
HSL color Cylindrical-coordinate representation of color #EFD66C: hue angle of 48.55º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFD66C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 108 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.06 |
| HSL | 48.55º | 0.8% | 0.68% | - |
| HSV(B) | 48.55º | 0.55% | 0.94% | - |
| XYZ | 62.35 | 67.53 | 23.94 | - |
| YUV | 209.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 108 | 0 | 0.10 | 0.55 | 0.06 | 48.55 | 0.8 | 0.68 |
| Hex | EF | D6 | 6C | 0 | A | 37 | 6 | 31 | 50 | 44 |
| Octal | 357 | 326 | 154 | 0 | 12 | 67 | 6 | 61 | 120 | 104 |
| Binary | 11101111 | 11010110 | 1101100 | 0 | 1010 | 110111 | 110 | 110001 | 1010000 | 1000100 |
Color Harmonies of #EFD66C
Complementary color
Monochromatic Colors of #EFD66C
Black with #EFD66C
Text Example
Text Example
White with #EFD66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD66C; }
p { color: rgb(239,214,108); }
H1.HeaderClassName
{
color: #EFD66C;
}
.AnyTagClassName
{
color: #EFD66C;
}
</style>
background-color css
<style>
a { background-color: #EFD66C; }
a { background-color: rgb(239,214,108); }
div.DivClassName
{
background-color: #EFD66C;
}
.BgClassName
{
background-color: #EFD66C;
}
</style>
border-color css
<style>
span { border-color: #EFD66C; }
span { border-color: rgb(239,214,108); }
td.TdClassName
{
border-color: #EFD66C;
}
.TagClassName
{
border-color: #EFD66C;
}
</style>