Shades of Golden Sand #EFD276
Tints of Golden Sand #EFD276
RGB
CMYK
RGB Variations
Color information
#EFD276 (or 0xEFD276) is known color: Golden Sand. HEX triplet: EF, D2 and 76. RGB value is (239,210,118). Sum of RGB (Red+Green+Blue) = 239+210+118=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD276 is #102D89. Grayscale: #D0D0D0. Windows color (decimal): -1060234 or 7787247. OLE color: 7787247.
HSL color Cylindrical-coordinate representation of color #EFD276: hue angle of 45.62º 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 #EFD276 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 118 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.06 |
| HSL | 45.62º | 0.79% | 0.7% | - |
| HSV(B) | 45.62º | 0.51% | 0.94% | - |
| XYZ | 61.91 | 65.75 | 26.57 | - |
| YUV | 208.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 118 | 0 | 0.12 | 0.51 | 0.06 | 45.62 | 0.79 | 0.7 |
| Hex | EF | D2 | 76 | 0 | C | 33 | 6 | 2E | 4F | 46 |
| Octal | 357 | 322 | 166 | 0 | 14 | 63 | 6 | 56 | 117 | 106 |
| Binary | 11101111 | 11010010 | 1110110 | 0 | 1100 | 110011 | 110 | 101110 | 1001111 | 1000110 |
Color Harmonies of #EFD276
Complementary color
Monochromatic Colors of #EFD276
Black with #EFD276
Text Example
Text Example
White with #EFD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD276; }
p { color: rgb(239,210,118); }
H1.HeaderClassName
{
color: #EFD276;
}
.AnyTagClassName
{
color: #EFD276;
}
</style>
background-color css
<style>
a { background-color: #EFD276; }
a { background-color: rgb(239,210,118); }
div.DivClassName
{
background-color: #EFD276;
}
.BgClassName
{
background-color: #EFD276;
}
</style>
border-color css
<style>
span { border-color: #EFD276; }
span { border-color: rgb(239,210,118); }
td.TdClassName
{
border-color: #EFD276;
}
.TagClassName
{
border-color: #EFD276;
}
</style>