Shades of Golden Sand #EFC56D
Tints of Golden Sand #EFC56D
RGB
CMYK
RGB Variations
Color information
#EFC56D (or 0xEFC56D) is known color: Golden Sand. HEX triplet: EF, C5 and 6D. RGB value is (239,197,109). Sum of RGB (Red+Green+Blue) = 239+197+109=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 109 (42.97% from 255 or 20% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC56D is #103A92. Grayscale: #C7C7C7. Windows color (decimal): -1063571 or 7194095. OLE color: 7194095.
HSL color Cylindrical-coordinate representation of color #EFC56D: hue angle of 40.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFC56D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 109 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.06 |
| HSL | 40.62º | 0.8% | 0.68% | - |
| HSV(B) | 40.62º | 0.54% | 0.94% | - |
| XYZ | 58.32 | 59.39 | 22.86 | - |
| YUV | 199.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 109 | 0 | 0.18 | 0.54 | 0.06 | 40.62 | 0.8 | 0.68 |
| Hex | EF | C5 | 6D | 0 | 12 | 36 | 6 | 29 | 50 | 44 |
| Octal | 357 | 305 | 155 | 0 | 22 | 66 | 6 | 51 | 120 | 104 |
| Binary | 11101111 | 11000101 | 1101101 | 0 | 10010 | 110110 | 110 | 101001 | 1010000 | 1000100 |
Color Harmonies of #EFC56D
Complementary color
Monochromatic Colors of #EFC56D
Black with #EFC56D
Text Example
Text Example
White with #EFC56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC56D; }
p { color: rgb(239,197,109); }
H1.HeaderClassName
{
color: #EFC56D;
}
.AnyTagClassName
{
color: #EFC56D;
}
</style>
background-color css
<style>
a { background-color: #EFC56D; }
a { background-color: rgb(239,197,109); }
div.DivClassName
{
background-color: #EFC56D;
}
.BgClassName
{
background-color: #EFC56D;
}
</style>
border-color css
<style>
span { border-color: #EFC56D; }
span { border-color: rgb(239,197,109); }
td.TdClassName
{
border-color: #EFC56D;
}
.TagClassName
{
border-color: #EFC56D;
}
</style>