Shades of Golden Sand #EFC669
Tints of Golden Sand #EFC669
RGB
CMYK
RGB Variations
Color information
#EFC669 (or 0xEFC669) is known color: Golden Sand. HEX triplet: EF, C6 and 69. RGB value is (239,198,105). Sum of RGB (Red+Green+Blue) = 239+198+105=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 198 (77.73% from 255 or 36.53% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC669 is #103996. Grayscale: #C8C8C8. Windows color (decimal): -1063319 or 6932207. OLE color: 6932207.
HSL color Cylindrical-coordinate representation of color #EFC669: hue angle of 41.64º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFC669 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 105 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.06 |
| HSL | 41.64º | 0.81% | 0.67% | - |
| HSV(B) | 41.64º | 0.56% | 0.94% | - |
| XYZ | 58.34 | 59.76 | 21.82 | - |
| YUV | 199.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 105 | 0 | 0.17 | 0.56 | 0.06 | 41.64 | 0.81 | 0.67 |
| Hex | EF | C6 | 69 | 0 | 11 | 38 | 6 | 2A | 51 | 43 |
| Octal | 357 | 306 | 151 | 0 | 21 | 70 | 6 | 52 | 121 | 103 |
| Binary | 11101111 | 11000110 | 1101001 | 0 | 10001 | 111000 | 110 | 101010 | 1010001 | 1000011 |
Color Harmonies of #EFC669
Complementary color
Monochromatic Colors of #EFC669
Black with #EFC669
Text Example
Text Example
White with #EFC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC669; }
p { color: rgb(239,198,105); }
H1.HeaderClassName
{
color: #EFC669;
}
.AnyTagClassName
{
color: #EFC669;
}
</style>
background-color css
<style>
a { background-color: #EFC669; }
a { background-color: rgb(239,198,105); }
div.DivClassName
{
background-color: #EFC669;
}
.BgClassName
{
background-color: #EFC669;
}
</style>
border-color css
<style>
span { border-color: #EFC669; }
span { border-color: rgb(239,198,105); }
td.TdClassName
{
border-color: #EFC669;
}
.TagClassName
{
border-color: #EFC669;
}
</style>