Shades of Golden Sand #EFD86B
Tints of Golden Sand #EFD86B
RGB
CMYK
RGB Variations
Color information
#EFD86B (or 0xEFD86B) is known color: Golden Sand. HEX triplet: EF, D8 and 6B. RGB value is (239,216,107). Sum of RGB (Red+Green+Blue) = 239+216+107=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD86B is #102794. Grayscale: #D2D2D2. Windows color (decimal): -1058709 or 7067887. OLE color: 7067887.
HSL color Cylindrical-coordinate representation of color #EFD86B: hue angle of 49.55º 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 #EFD86B is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 107 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.06 |
| HSL | 49.55º | 0.8% | 0.68% | - |
| HSV(B) | 49.55º | 0.55% | 0.94% | - |
| XYZ | 62.81 | 68.52 | 23.83 | - |
| YUV | 210.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 107 | 0 | 0.10 | 0.55 | 0.06 | 49.55 | 0.8 | 0.68 |
| Hex | EF | D8 | 6B | 0 | A | 37 | 6 | 32 | 50 | 44 |
| Octal | 357 | 330 | 153 | 0 | 12 | 67 | 6 | 62 | 120 | 104 |
| Binary | 11101111 | 11011000 | 1101011 | 0 | 1010 | 110111 | 110 | 110010 | 1010000 | 1000100 |
Color Harmonies of #EFD86B
Complementary color
Monochromatic Colors of #EFD86B
Black with #EFD86B
Text Example
Text Example
White with #EFD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD86B; }
p { color: rgb(239,216,107); }
H1.HeaderClassName
{
color: #EFD86B;
}
.AnyTagClassName
{
color: #EFD86B;
}
</style>
background-color css
<style>
a { background-color: #EFD86B; }
a { background-color: rgb(239,216,107); }
div.DivClassName
{
background-color: #EFD86B;
}
.BgClassName
{
background-color: #EFD86B;
}
</style>
border-color css
<style>
span { border-color: #EFD86B; }
span { border-color: rgb(239,216,107); }
td.TdClassName
{
border-color: #EFD86B;
}
.TagClassName
{
border-color: #EFD86B;
}
</style>