Shades of Golden Sand #EFD768
Tints of Golden Sand #EFD768
RGB
CMYK
RGB Variations
Color information
#EFD768 (or 0xEFD768) is known color: Golden Sand. HEX triplet: EF, D7 and 68. RGB value is (239,215,104). Sum of RGB (Red+Green+Blue) = 239+215+104=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD768 is #102897. Grayscale: #D1D1D1. Windows color (decimal): -1058968 or 6871023. OLE color: 6871023.
HSL color Cylindrical-coordinate representation of color #EFD768: hue angle of 49.33º 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 #EFD768 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 104 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.06 |
| HSL | 49.33º | 0.81% | 0.67% | - |
| HSV(B) | 49.33º | 0.56% | 0.94% | - |
| XYZ | 62.4 | 67.95 | 22.92 | - |
| YUV | 209.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 104 | 0 | 0.10 | 0.56 | 0.06 | 49.33 | 0.81 | 0.67 |
| Hex | EF | D7 | 68 | 0 | A | 38 | 6 | 31 | 51 | 43 |
| Octal | 357 | 327 | 150 | 0 | 12 | 70 | 6 | 61 | 121 | 103 |
| Binary | 11101111 | 11010111 | 1101000 | 0 | 1010 | 111000 | 110 | 110001 | 1010001 | 1000011 |
Color Harmonies of #EFD768
Complementary color
Monochromatic Colors of #EFD768
Black with #EFD768
Text Example
Text Example
White with #EFD768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD768; }
p { color: rgb(239,215,104); }
H1.HeaderClassName
{
color: #EFD768;
}
.AnyTagClassName
{
color: #EFD768;
}
</style>
background-color css
<style>
a { background-color: #EFD768; }
a { background-color: rgb(239,215,104); }
div.DivClassName
{
background-color: #EFD768;
}
.BgClassName
{
background-color: #EFD768;
}
</style>
border-color css
<style>
span { border-color: #EFD768; }
span { border-color: rgb(239,215,104); }
td.TdClassName
{
border-color: #EFD768;
}
.TagClassName
{
border-color: #EFD768;
}
</style>