Shades of Golden Sand #EFC66A
Tints of Golden Sand #EFC66A
RGB
CMYK
RGB Variations
Color information
#EFC66A (or 0xEFC66A) is known color: Golden Sand. HEX triplet: EF, C6 and 6A. RGB value is (239,198,106). Sum of RGB (Red+Green+Blue) = 239+198+106=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC66A is #103995. Grayscale: #C8C8C8. Windows color (decimal): -1063318 or 6997743. OLE color: 6997743.
HSL color Cylindrical-coordinate representation of color #EFC66A: hue angle of 41.5º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFC66A is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 106 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.06 |
| HSL | 41.5º | 0.81% | 0.68% | - |
| HSV(B) | 41.5º | 0.56% | 0.94% | - |
| XYZ | 58.39 | 59.78 | 22.1 | - |
| YUV | 199.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 106 | 0 | 0.17 | 0.56 | 0.06 | 41.5 | 0.81 | 0.68 |
| Hex | EF | C6 | 6A | 0 | 11 | 38 | 6 | 2A | 51 | 44 |
| Octal | 357 | 306 | 152 | 0 | 21 | 70 | 6 | 52 | 121 | 104 |
| Binary | 11101111 | 11000110 | 1101010 | 0 | 10001 | 111000 | 110 | 101010 | 1010001 | 1000100 |
Color Harmonies of #EFC66A
Complementary color
Monochromatic Colors of #EFC66A
Black with #EFC66A
Text Example
Text Example
White with #EFC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC66A; }
p { color: rgb(239,198,106); }
H1.HeaderClassName
{
color: #EFC66A;
}
.AnyTagClassName
{
color: #EFC66A;
}
</style>
background-color css
<style>
a { background-color: #EFC66A; }
a { background-color: rgb(239,198,106); }
div.DivClassName
{
background-color: #EFC66A;
}
.BgClassName
{
background-color: #EFC66A;
}
</style>
border-color css
<style>
span { border-color: #EFC66A; }
span { border-color: rgb(239,198,106); }
td.TdClassName
{
border-color: #EFC66A;
}
.TagClassName
{
border-color: #EFC66A;
}
</style>