Shades of Golden Sand #EFD76E
Tints of Golden Sand #EFD76E
RGB
CMYK
RGB Variations
Color information
#EFD76E (or 0xEFD76E) is known color: Golden Sand. HEX triplet: EF, D7 and 6E. RGB value is (239,215,110). Sum of RGB (Red+Green+Blue) = 239+215+110=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD76E is #102891. Grayscale: #D2D2D2. Windows color (decimal): -1058962 or 7264239. OLE color: 7264239.
HSL color Cylindrical-coordinate representation of color #EFD76E: hue angle of 48.84º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFD76E is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 110 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.06 |
| HSL | 48.84º | 0.8% | 0.68% | - |
| HSV(B) | 48.84º | 0.54% | 0.94% | - |
| XYZ | 62.71 | 68.08 | 24.59 | - |
| YUV | 210.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 110 | 0 | 0.10 | 0.54 | 0.06 | 48.84 | 0.8 | 0.68 |
| Hex | EF | D7 | 6E | 0 | A | 36 | 6 | 31 | 50 | 44 |
| Octal | 357 | 327 | 156 | 0 | 12 | 66 | 6 | 61 | 120 | 104 |
| Binary | 11101111 | 11010111 | 1101110 | 0 | 1010 | 110110 | 110 | 110001 | 1010000 | 1000100 |
Color Harmonies of #EFD76E
Complementary color
Monochromatic Colors of #EFD76E
Black with #EFD76E
Text Example
Text Example
White with #EFD76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD76E; }
p { color: rgb(239,215,110); }
H1.HeaderClassName
{
color: #EFD76E;
}
.AnyTagClassName
{
color: #EFD76E;
}
</style>
background-color css
<style>
a { background-color: #EFD76E; }
a { background-color: rgb(239,215,110); }
div.DivClassName
{
background-color: #EFD76E;
}
.BgClassName
{
background-color: #EFD76E;
}
</style>
border-color css
<style>
span { border-color: #EFD76E; }
span { border-color: rgb(239,215,110); }
td.TdClassName
{
border-color: #EFD76E;
}
.TagClassName
{
border-color: #EFD76E;
}
</style>