Shades of Golden Sand #EFC66B
Tints of Golden Sand #EFC66B
RGB
CMYK
RGB Variations
Color information
#EFC66B (or 0xEFC66B) is known color: Golden Sand. HEX triplet: EF, C6 and 6B. RGB value is (239,198,107). Sum of RGB (Red+Green+Blue) = 239+198+107=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC66B is #103994. Grayscale: #C8C8C8. Windows color (decimal): -1063317 or 7063279. OLE color: 7063279.
HSL color Cylindrical-coordinate representation of color #EFC66B: hue angle of 41.36º 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 #EFC66B is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 107 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.06 |
| HSL | 41.36º | 0.8% | 0.68% | - |
| HSV(B) | 41.36º | 0.55% | 0.94% | - |
| XYZ | 58.44 | 59.8 | 22.37 | - |
| YUV | 199.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 107 | 0 | 0.17 | 0.55 | 0.06 | 41.36 | 0.8 | 0.68 |
| Hex | EF | C6 | 6B | 0 | 11 | 37 | 6 | 29 | 50 | 44 |
| Octal | 357 | 306 | 153 | 0 | 21 | 67 | 6 | 51 | 120 | 104 |
| Binary | 11101111 | 11000110 | 1101011 | 0 | 10001 | 110111 | 110 | 101001 | 1010000 | 1000100 |
Color Harmonies of #EFC66B
Complementary color
Monochromatic Colors of #EFC66B
Black with #EFC66B
Text Example
Text Example
White with #EFC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC66B; }
p { color: rgb(239,198,107); }
H1.HeaderClassName
{
color: #EFC66B;
}
.AnyTagClassName
{
color: #EFC66B;
}
</style>
background-color css
<style>
a { background-color: #EFC66B; }
a { background-color: rgb(239,198,107); }
div.DivClassName
{
background-color: #EFC66B;
}
.BgClassName
{
background-color: #EFC66B;
}
</style>
border-color css
<style>
span { border-color: #EFC66B; }
span { border-color: rgb(239,198,107); }
td.TdClassName
{
border-color: #EFC66B;
}
.TagClassName
{
border-color: #EFC66B;
}
</style>