Shades of Golden Sand #EFC76F
Tints of Golden Sand #EFC76F
RGB
CMYK
RGB Variations
Color information
#EFC76F (or 0xEFC76F) is known color: Golden Sand. HEX triplet: EF, C7 and 6F. RGB value is (239,199,111). Sum of RGB (Red+Green+Blue) = 239+199+111=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC76F is #103890. Grayscale: #C9C9C9. Windows color (decimal): -1063057 or 7325679. OLE color: 7325679.
HSL color Cylindrical-coordinate representation of color #EFC76F: hue angle of 41.25º 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 #EFC76F is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 111 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.06 |
| HSL | 41.25º | 0.8% | 0.69% | - |
| HSV(B) | 41.25º | 0.54% | 0.94% | - |
| XYZ | 58.89 | 60.35 | 23.58 | - |
| YUV | 200.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 111 | 0 | 0.17 | 0.54 | 0.06 | 41.25 | 0.8 | 0.69 |
| Hex | EF | C7 | 6F | 0 | 11 | 36 | 6 | 29 | 50 | 45 |
| Octal | 357 | 307 | 157 | 0 | 21 | 66 | 6 | 51 | 120 | 105 |
| Binary | 11101111 | 11000111 | 1101111 | 0 | 10001 | 110110 | 110 | 101001 | 1010000 | 1000101 |
Color Harmonies of #EFC76F
Complementary color
Monochromatic Colors of #EFC76F
Black with #EFC76F
Text Example
Text Example
White with #EFC76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC76F; }
p { color: rgb(239,199,111); }
H1.HeaderClassName
{
color: #EFC76F;
}
.AnyTagClassName
{
color: #EFC76F;
}
</style>
background-color css
<style>
a { background-color: #EFC76F; }
a { background-color: rgb(239,199,111); }
div.DivClassName
{
background-color: #EFC76F;
}
.BgClassName
{
background-color: #EFC76F;
}
</style>
border-color css
<style>
span { border-color: #EFC76F; }
span { border-color: rgb(239,199,111); }
td.TdClassName
{
border-color: #EFC76F;
}
.TagClassName
{
border-color: #EFC76F;
}
</style>