Shades of Golden Sand #EFD071
Tints of Golden Sand #EFD071
RGB
CMYK
RGB Variations
Color information
#EFD071 (or 0xEFD071) is known color: Golden Sand. HEX triplet: EF, D0 and 71. RGB value is (239,208,113). Sum of RGB (Red+Green+Blue) = 239+208+113=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD071 is #102F8E. Grayscale: #CECECE. Windows color (decimal): -1060751 or 7459055. OLE color: 7459055.
HSL color Cylindrical-coordinate representation of color #EFD071: hue angle of 45.24º 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 #EFD071 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 113 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.06 |
| HSL | 45.24º | 0.8% | 0.69% | - |
| HSV(B) | 45.24º | 0.53% | 0.94% | - |
| XYZ | 61.13 | 64.65 | 24.88 | - |
| YUV | 206.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 113 | 0 | 0.13 | 0.53 | 0.06 | 45.24 | 0.8 | 0.69 |
| Hex | EF | D0 | 71 | 0 | D | 35 | 6 | 2D | 50 | 45 |
| Octal | 357 | 320 | 161 | 0 | 15 | 65 | 6 | 55 | 120 | 105 |
| Binary | 11101111 | 11010000 | 1110001 | 0 | 1101 | 110101 | 110 | 101101 | 1010000 | 1000101 |
Color Harmonies of #EFD071
Complementary color
Monochromatic Colors of #EFD071
Black with #EFD071
Text Example
Text Example
White with #EFD071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD071; }
p { color: rgb(239,208,113); }
H1.HeaderClassName
{
color: #EFD071;
}
.AnyTagClassName
{
color: #EFD071;
}
</style>
background-color css
<style>
a { background-color: #EFD071; }
a { background-color: rgb(239,208,113); }
div.DivClassName
{
background-color: #EFD071;
}
.BgClassName
{
background-color: #EFD071;
}
</style>
border-color css
<style>
span { border-color: #EFD071; }
span { border-color: rgb(239,208,113); }
td.TdClassName
{
border-color: #EFD071;
}
.TagClassName
{
border-color: #EFD071;
}
</style>