Shades of Golden Sand #EFC56B
Tints of Golden Sand #EFC56B
RGB
CMYK
RGB Variations
Color information
#EFC56B (or 0xEFC56B) is known color: Golden Sand. HEX triplet: EF, C5 and 6B. RGB value is (239,197,107). Sum of RGB (Red+Green+Blue) = 239+197+107=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC56B is #103A94. Grayscale: #C7C7C7. Windows color (decimal): -1063573 or 7063023. OLE color: 7063023.
HSL color Cylindrical-coordinate representation of color #EFC56B: hue angle of 40.91º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFC56B is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 107 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.06 |
| HSL | 40.91º | 0.8% | 0.68% | - |
| HSV(B) | 40.91º | 0.55% | 0.94% | - |
| XYZ | 58.22 | 59.34 | 22.3 | - |
| YUV | 199.3 | 75.91 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 107 | 0 | 0.18 | 0.55 | 0.06 | 40.91 | 0.8 | 0.68 |
| Hex | EF | C5 | 6B | 0 | 12 | 37 | 6 | 29 | 50 | 44 |
| Octal | 357 | 305 | 153 | 0 | 22 | 67 | 6 | 51 | 120 | 104 |
| Binary | 11101111 | 11000101 | 1101011 | 0 | 10010 | 110111 | 110 | 101001 | 1010000 | 1000100 |
Color Harmonies of #EFC56B
Complementary color
Monochromatic Colors of #EFC56B
Black with #EFC56B
Text Example
Text Example
White with #EFC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC56B; }
p { color: rgb(239,197,107); }
H1.HeaderClassName
{
color: #EFC56B;
}
.AnyTagClassName
{
color: #EFC56B;
}
</style>
background-color css
<style>
a { background-color: #EFC56B; }
a { background-color: rgb(239,197,107); }
div.DivClassName
{
background-color: #EFC56B;
}
.BgClassName
{
background-color: #EFC56B;
}
</style>
border-color css
<style>
span { border-color: #EFC56B; }
span { border-color: rgb(239,197,107); }
td.TdClassName
{
border-color: #EFC56B;
}
.TagClassName
{
border-color: #EFC56B;
}
</style>