Shades of Golden Sand #EFD670
Tints of Golden Sand #EFD670
RGB
CMYK
RGB Variations
Color information
#EFD670 (or 0xEFD670) is known color: Golden Sand. HEX triplet: EF, D6 and 70. RGB value is (239,214,112). Sum of RGB (Red+Green+Blue) = 239+214+112=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD670 is #10298F. Grayscale: #D2D2D2. Windows color (decimal): -1059216 or 7395055. OLE color: 7395055.
HSL color Cylindrical-coordinate representation of color #EFD670: hue angle of 48.19º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFD670 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 112 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.06 |
| HSL | 48.19º | 0.8% | 0.69% | - |
| HSV(B) | 48.19º | 0.53% | 0.94% | - |
| XYZ | 62.57 | 67.61 | 25.08 | - |
| YUV | 209.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 112 | 0 | 0.10 | 0.53 | 0.06 | 48.19 | 0.8 | 0.69 |
| Hex | EF | D6 | 70 | 0 | A | 35 | 6 | 30 | 50 | 45 |
| Octal | 357 | 326 | 160 | 0 | 12 | 65 | 6 | 60 | 120 | 105 |
| Binary | 11101111 | 11010110 | 1110000 | 0 | 1010 | 110101 | 110 | 110000 | 1010000 | 1000101 |
Color Harmonies of #EFD670
Complementary color
Monochromatic Colors of #EFD670
Black with #EFD670
Text Example
Text Example
White with #EFD670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD670; }
p { color: rgb(239,214,112); }
H1.HeaderClassName
{
color: #EFD670;
}
.AnyTagClassName
{
color: #EFD670;
}
</style>
background-color css
<style>
a { background-color: #EFD670; }
a { background-color: rgb(239,214,112); }
div.DivClassName
{
background-color: #EFD670;
}
.BgClassName
{
background-color: #EFD670;
}
</style>
border-color css
<style>
span { border-color: #EFD670; }
span { border-color: rgb(239,214,112); }
td.TdClassName
{
border-color: #EFD670;
}
.TagClassName
{
border-color: #EFD670;
}
</style>