Shades of Golden Sand #EFD667
Tints of Golden Sand #EFD667
RGB
CMYK
RGB Variations
Color information
#EFD667 (or 0xEFD667) is known color: Golden Sand. HEX triplet: EF, D6 and 67. RGB value is (239,214,103). Sum of RGB (Red+Green+Blue) = 239+214+103=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 103 (40.62% from 255 or 18.53% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD667 is #102998. Grayscale: #D1D1D1. Windows color (decimal): -1059225 or 6805231. OLE color: 6805231.
HSL color Cylindrical-coordinate representation of color #EFD667: hue angle of 48.97º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EFD667 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 214 | 103 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.06 |
| HSL | 48.97º | 0.81% | 0.67% | - |
| HSV(B) | 48.97º | 0.57% | 0.94% | - |
| XYZ | 62.09 | 67.42 | 22.57 | - |
| YUV | 208.82 | 68.28 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 214 | 103 | 0 | 0.10 | 0.57 | 0.06 | 48.97 | 0.81 | 0.67 |
| Hex | EF | D6 | 67 | 0 | A | 39 | 6 | 31 | 51 | 43 |
| Octal | 357 | 326 | 147 | 0 | 12 | 71 | 6 | 61 | 121 | 103 |
| Binary | 11101111 | 11010110 | 1100111 | 0 | 1010 | 111001 | 110 | 110001 | 1010001 | 1000011 |
Color Harmonies of #EFD667
Complementary color
Monochromatic Colors of #EFD667
Black with #EFD667
Text Example
Text Example
White with #EFD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD667; }
p { color: rgb(239,214,103); }
H1.HeaderClassName
{
color: #EFD667;
}
.AnyTagClassName
{
color: #EFD667;
}
</style>
background-color css
<style>
a { background-color: #EFD667; }
a { background-color: rgb(239,214,103); }
div.DivClassName
{
background-color: #EFD667;
}
.BgClassName
{
background-color: #EFD667;
}
</style>
border-color css
<style>
span { border-color: #EFD667; }
span { border-color: rgb(239,214,103); }
td.TdClassName
{
border-color: #EFD667;
}
.TagClassName
{
border-color: #EFD667;
}
</style>