Shades of Golden Sand #EFD076
Tints of Golden Sand #EFD076
RGB
CMYK
RGB Variations
Color information
#EFD076 (or 0xEFD076) is known color: Golden Sand. HEX triplet: EF, D0 and 76. RGB value is (239,208,118). Sum of RGB (Red+Green+Blue) = 239+208+118=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD076 is #102F89. Grayscale: #CFCFCF. Windows color (decimal): -1060746 or 7786735. OLE color: 7786735.
HSL color Cylindrical-coordinate representation of color #EFD076: hue angle of 44.63º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD076 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 118 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.06 |
| HSL | 44.63º | 0.79% | 0.7% | - |
| HSV(B) | 44.63º | 0.51% | 0.94% | - |
| XYZ | 61.42 | 64.77 | 26.4 | - |
| YUV | 207.01 | 77.77 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 118 | 0 | 0.13 | 0.51 | 0.06 | 44.63 | 0.79 | 0.7 |
| Hex | EF | D0 | 76 | 0 | D | 33 | 6 | 2D | 4F | 46 |
| Octal | 357 | 320 | 166 | 0 | 15 | 63 | 6 | 55 | 117 | 106 |
| Binary | 11101111 | 11010000 | 1110110 | 0 | 1101 | 110011 | 110 | 101101 | 1001111 | 1000110 |
Color Harmonies of #EFD076
Complementary color
Monochromatic Colors of #EFD076
Black with #EFD076
Text Example
Text Example
White with #EFD076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD076; }
p { color: rgb(239,208,118); }
H1.HeaderClassName
{
color: #EFD076;
}
.AnyTagClassName
{
color: #EFD076;
}
</style>
background-color css
<style>
a { background-color: #EFD076; }
a { background-color: rgb(239,208,118); }
div.DivClassName
{
background-color: #EFD076;
}
.BgClassName
{
background-color: #EFD076;
}
</style>
border-color css
<style>
span { border-color: #EFD076; }
span { border-color: rgb(239,208,118); }
td.TdClassName
{
border-color: #EFD076;
}
.TagClassName
{
border-color: #EFD076;
}
</style>