Shades of Golden Sand #EFC86B
Tints of Golden Sand #EFC86B
RGB
CMYK
RGB Variations
Color information
#EFC86B (or 0xEFC86B) is known color: Golden Sand. HEX triplet: EF, C8 and 6B. RGB value is (239,200,107). Sum of RGB (Red+Green+Blue) = 239+200+107=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC86B is #103794. Grayscale: #C9C9C9. Windows color (decimal): -1062805 or 7063791. OLE color: 7063791.
HSL color Cylindrical-coordinate representation of color #EFC86B: hue angle of 42.27º 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 #EFC86B is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 107 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.06 |
| HSL | 42.27º | 0.8% | 0.68% | - |
| HSV(B) | 42.27º | 0.55% | 0.94% | - |
| XYZ | 58.9 | 60.72 | 22.53 | - |
| YUV | 201.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 107 | 0 | 0.16 | 0.55 | 0.06 | 42.27 | 0.8 | 0.68 |
| Hex | EF | C8 | 6B | 0 | 10 | 37 | 6 | 2A | 50 | 44 |
| Octal | 357 | 310 | 153 | 0 | 20 | 67 | 6 | 52 | 120 | 104 |
| Binary | 11101111 | 11001000 | 1101011 | 0 | 10000 | 110111 | 110 | 101010 | 1010000 | 1000100 |
Color Harmonies of #EFC86B
Complementary color
Monochromatic Colors of #EFC86B
Black with #EFC86B
Text Example
Text Example
White with #EFC86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC86B; }
p { color: rgb(239,200,107); }
H1.HeaderClassName
{
color: #EFC86B;
}
.AnyTagClassName
{
color: #EFC86B;
}
</style>
background-color css
<style>
a { background-color: #EFC86B; }
a { background-color: rgb(239,200,107); }
div.DivClassName
{
background-color: #EFC86B;
}
.BgClassName
{
background-color: #EFC86B;
}
</style>
border-color css
<style>
span { border-color: #EFC86B; }
span { border-color: rgb(239,200,107); }
td.TdClassName
{
border-color: #EFC86B;
}
.TagClassName
{
border-color: #EFC86B;
}
</style>