Shades of Golden Sand #EFD86A
Tints of Golden Sand #EFD86A
RGB
CMYK
RGB Variations
Color information
#EFD86A (or 0xEFD86A) is known color: Golden Sand. HEX triplet: EF, D8 and 6A. RGB value is (239,216,106). Sum of RGB (Red+Green+Blue) = 239+216+106=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD86A is #102795. Grayscale: #D2D2D2. Windows color (decimal): -1058710 or 7002351. OLE color: 7002351.
HSL color Cylindrical-coordinate representation of color #EFD86A: hue angle of 49.62º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFD86A is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 216 | 106 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.06 |
| HSL | 49.62º | 0.81% | 0.68% | - |
| HSV(B) | 49.62º | 0.56% | 0.94% | - |
| XYZ | 62.75 | 68.5 | 23.55 | - |
| YUV | 210.34 | 69.12 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 216 | 106 | 0 | 0.10 | 0.56 | 0.06 | 49.62 | 0.81 | 0.68 |
| Hex | EF | D8 | 6A | 0 | A | 38 | 6 | 32 | 51 | 44 |
| Octal | 357 | 330 | 152 | 0 | 12 | 70 | 6 | 62 | 121 | 104 |
| Binary | 11101111 | 11011000 | 1101010 | 0 | 1010 | 111000 | 110 | 110010 | 1010001 | 1000100 |
Color Harmonies of #EFD86A
Complementary color
Monochromatic Colors of #EFD86A
Black with #EFD86A
Text Example
Text Example
White with #EFD86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD86A; }
p { color: rgb(239,216,106); }
H1.HeaderClassName
{
color: #EFD86A;
}
.AnyTagClassName
{
color: #EFD86A;
}
</style>
background-color css
<style>
a { background-color: #EFD86A; }
a { background-color: rgb(239,216,106); }
div.DivClassName
{
background-color: #EFD86A;
}
.BgClassName
{
background-color: #EFD86A;
}
</style>
border-color css
<style>
span { border-color: #EFD86A; }
span { border-color: rgb(239,216,106); }
td.TdClassName
{
border-color: #EFD86A;
}
.TagClassName
{
border-color: #EFD86A;
}
</style>