Shades of Golden Sand #EFD06B
Tints of Golden Sand #EFD06B
RGB
CMYK
RGB Variations
Color information
#EFD06B (or 0xEFD06B) is known color: Golden Sand. HEX triplet: EF, D0 and 6B. RGB value is (239,208,107). Sum of RGB (Red+Green+Blue) = 239+208+107=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD06B is #102F94. Grayscale: #CECECE. Windows color (decimal): -1060757 or 7065839. OLE color: 7065839.
HSL color Cylindrical-coordinate representation of color #EFD06B: hue angle of 45.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 #EFD06B is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 107 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.06 |
| HSL | 45.91º | 0.8% | 0.68% | - |
| HSV(B) | 45.91º | 0.55% | 0.94% | - |
| XYZ | 60.81 | 64.52 | 23.16 | - |
| YUV | 205.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 107 | 0 | 0.13 | 0.55 | 0.06 | 45.91 | 0.8 | 0.68 |
| Hex | EF | D0 | 6B | 0 | D | 37 | 6 | 2E | 50 | 44 |
| Octal | 357 | 320 | 153 | 0 | 15 | 67 | 6 | 56 | 120 | 104 |
| Binary | 11101111 | 11010000 | 1101011 | 0 | 1101 | 110111 | 110 | 101110 | 1010000 | 1000100 |
Color Harmonies of #EFD06B
Complementary color
Monochromatic Colors of #EFD06B
Black with #EFD06B
Text Example
Text Example
White with #EFD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD06B; }
p { color: rgb(239,208,107); }
H1.HeaderClassName
{
color: #EFD06B;
}
.AnyTagClassName
{
color: #EFD06B;
}
</style>
background-color css
<style>
a { background-color: #EFD06B; }
a { background-color: rgb(239,208,107); }
div.DivClassName
{
background-color: #EFD06B;
}
.BgClassName
{
background-color: #EFD06B;
}
</style>
border-color css
<style>
span { border-color: #EFD06B; }
span { border-color: rgb(239,208,107); }
td.TdClassName
{
border-color: #EFD06B;
}
.TagClassName
{
border-color: #EFD06B;
}
</style>