Shades of Golden Sand #EFDC68
Tints of Golden Sand #EFDC68
RGB
CMYK
RGB Variations
Color information
#EFDC68 (or 0xEFDC68) is known color: Golden Sand. HEX triplet: EF, DC and 68. RGB value is (239,220,104). Sum of RGB (Red+Green+Blue) = 239+220+104=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDC68 is #102397. Grayscale: #D4D4D4. Windows color (decimal): -1057688 or 6872303. OLE color: 6872303.
HSL color Cylindrical-coordinate representation of color #EFDC68: hue angle of 51.56º 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 #EFDC68 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 220 | 104 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.06 |
| HSL | 51.56º | 0.81% | 0.67% | - |
| HSV(B) | 51.56º | 0.56% | 0.94% | - |
| XYZ | 63.69 | 70.54 | 23.35 | - |
| YUV | 212.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 220 | 104 | 0 | 0.08 | 0.56 | 0.06 | 51.56 | 0.81 | 0.67 |
| Hex | EF | DC | 68 | 0 | 8 | 38 | 6 | 34 | 51 | 43 |
| Octal | 357 | 334 | 150 | 0 | 10 | 70 | 6 | 64 | 121 | 103 |
| Binary | 11101111 | 11011100 | 1101000 | 0 | 1000 | 111000 | 110 | 110100 | 1010001 | 1000011 |
Color Harmonies of #EFDC68
Complementary color
Monochromatic Colors of #EFDC68
Black with #EFDC68
Text Example
Text Example
White with #EFDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDC68; }
p { color: rgb(239,220,104); }
H1.HeaderClassName
{
color: #EFDC68;
}
.AnyTagClassName
{
color: #EFDC68;
}
</style>
background-color css
<style>
a { background-color: #EFDC68; }
a { background-color: rgb(239,220,104); }
div.DivClassName
{
background-color: #EFDC68;
}
.BgClassName
{
background-color: #EFDC68;
}
</style>
border-color css
<style>
span { border-color: #EFDC68; }
span { border-color: rgb(239,220,104); }
td.TdClassName
{
border-color: #EFDC68;
}
.TagClassName
{
border-color: #EFDC68;
}
</style>