Shades of Golden Sand #EFCD6F
Tints of Golden Sand #EFCD6F
RGB
CMYK
RGB Variations
Color information
#EFCD6F (or 0xEFCD6F) is known color: Golden Sand. HEX triplet: EF, CD and 6F. RGB value is (239,205,111). Sum of RGB (Red+Green+Blue) = 239+205+111=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD6F is #103290. Grayscale: #CCCCCC. Windows color (decimal): -1061521 or 7327215. OLE color: 7327215.
HSL color Cylindrical-coordinate representation of color #EFCD6F: hue angle of 44.06º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFCD6F is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 111 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.06 |
| HSL | 44.06º | 0.8% | 0.69% | - |
| HSV(B) | 44.06º | 0.54% | 0.94% | - |
| XYZ | 60.3 | 63.16 | 24.05 | - |
| YUV | 204.45 | 75.26 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 111 | 0 | 0.14 | 0.54 | 0.06 | 44.06 | 0.8 | 0.69 |
| Hex | EF | CD | 6F | 0 | E | 36 | 6 | 2C | 50 | 45 |
| Octal | 357 | 315 | 157 | 0 | 16 | 66 | 6 | 54 | 120 | 105 |
| Binary | 11101111 | 11001101 | 1101111 | 0 | 1110 | 110110 | 110 | 101100 | 1010000 | 1000101 |
Color Harmonies of #EFCD6F
Complementary color
Monochromatic Colors of #EFCD6F
Black with #EFCD6F
Text Example
Text Example
White with #EFCD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD6F; }
p { color: rgb(239,205,111); }
H1.HeaderClassName
{
color: #EFCD6F;
}
.AnyTagClassName
{
color: #EFCD6F;
}
</style>
background-color css
<style>
a { background-color: #EFCD6F; }
a { background-color: rgb(239,205,111); }
div.DivClassName
{
background-color: #EFCD6F;
}
.BgClassName
{
background-color: #EFCD6F;
}
</style>
border-color css
<style>
span { border-color: #EFCD6F; }
span { border-color: rgb(239,205,111); }
td.TdClassName
{
border-color: #EFCD6F;
}
.TagClassName
{
border-color: #EFCD6F;
}
</style>