Shades of Golden Sand #EFC86C
Tints of Golden Sand #EFC86C
RGB
CMYK
RGB Variations
Color information
#EFC86C (or 0xEFC86C) is known color: Golden Sand. HEX triplet: EF, C8 and 6C. RGB value is (239,200,108). Sum of RGB (Red+Green+Blue) = 239+200+108=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 108 (42.58% from 255 or 19.74% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC86C is #103793. Grayscale: #C9C9C9. Windows color (decimal): -1062804 or 7129327. OLE color: 7129327.
HSL color Cylindrical-coordinate representation of color #EFC86C: hue angle of 42.14º 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 #EFC86C is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 108 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.06 |
| HSL | 42.14º | 0.8% | 0.68% | - |
| HSV(B) | 42.14º | 0.55% | 0.94% | - |
| XYZ | 58.96 | 60.74 | 22.8 | - |
| YUV | 201.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 108 | 0 | 0.16 | 0.55 | 0.06 | 42.14 | 0.8 | 0.68 |
| Hex | EF | C8 | 6C | 0 | 10 | 37 | 6 | 2A | 50 | 44 |
| Octal | 357 | 310 | 154 | 0 | 20 | 67 | 6 | 52 | 120 | 104 |
| Binary | 11101111 | 11001000 | 1101100 | 0 | 10000 | 110111 | 110 | 101010 | 1010000 | 1000100 |
Color Harmonies of #EFC86C
Complementary color
Monochromatic Colors of #EFC86C
Black with #EFC86C
Text Example
Text Example
White with #EFC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC86C; }
p { color: rgb(239,200,108); }
H1.HeaderClassName
{
color: #EFC86C;
}
.AnyTagClassName
{
color: #EFC86C;
}
</style>
background-color css
<style>
a { background-color: #EFC86C; }
a { background-color: rgb(239,200,108); }
div.DivClassName
{
background-color: #EFC86C;
}
.BgClassName
{
background-color: #EFC86C;
}
</style>
border-color css
<style>
span { border-color: #EFC86C; }
span { border-color: rgb(239,200,108); }
td.TdClassName
{
border-color: #EFC86C;
}
.TagClassName
{
border-color: #EFC86C;
}
</style>