Shades of Golden Sand #EFC86F
Tints of Golden Sand #EFC86F
RGB
CMYK
RGB Variations
Color information
#EFC86F (or 0xEFC86F) is known color: Golden Sand. HEX triplet: EF, C8 and 6F. RGB value is (239,200,111). Sum of RGB (Red+Green+Blue) = 239+200+111=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC86F is #103790. Grayscale: #C9C9C9. Windows color (decimal): -1062801 or 7325935. OLE color: 7325935.
HSL color Cylindrical-coordinate representation of color #EFC86F: hue angle of 41.72º 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 #EFC86F is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 111 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.06 |
| HSL | 41.72º | 0.8% | 0.69% | - |
| HSV(B) | 41.72º | 0.54% | 0.94% | - |
| XYZ | 59.12 | 60.81 | 23.66 | - |
| YUV | 201.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 111 | 0 | 0.16 | 0.54 | 0.06 | 41.72 | 0.8 | 0.69 |
| Hex | EF | C8 | 6F | 0 | 10 | 36 | 6 | 2A | 50 | 45 |
| Octal | 357 | 310 | 157 | 0 | 20 | 66 | 6 | 52 | 120 | 105 |
| Binary | 11101111 | 11001000 | 1101111 | 0 | 10000 | 110110 | 110 | 101010 | 1010000 | 1000101 |
Color Harmonies of #EFC86F
Complementary color
Monochromatic Colors of #EFC86F
Black with #EFC86F
Text Example
Text Example
White with #EFC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC86F; }
p { color: rgb(239,200,111); }
H1.HeaderClassName
{
color: #EFC86F;
}
.AnyTagClassName
{
color: #EFC86F;
}
</style>
background-color css
<style>
a { background-color: #EFC86F; }
a { background-color: rgb(239,200,111); }
div.DivClassName
{
background-color: #EFC86F;
}
.BgClassName
{
background-color: #EFC86F;
}
</style>
border-color css
<style>
span { border-color: #EFC86F; }
span { border-color: rgb(239,200,111); }
td.TdClassName
{
border-color: #EFC86F;
}
.TagClassName
{
border-color: #EFC86F;
}
</style>