Shades of Golden Sand #EFDD68
Tints of Golden Sand #EFDD68
RGB
CMYK
RGB Variations
Color information
#EFDD68 (or 0xEFDD68) is known color: Golden Sand. HEX triplet: EF, DD and 68. RGB value is (239,221,104). Sum of RGB (Red+Green+Blue) = 239+221+104=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 104 (41.02% from 255 or 18.44% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDD68 is #102297. Grayscale: #D5D5D5. Windows color (decimal): -1057432 or 6872559. OLE color: 6872559.
HSL color Cylindrical-coordinate representation of color #EFDD68: hue angle of 52º 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 #EFDD68 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 221 | 104 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.06 |
| HSL | 52º | 0.81% | 0.67% | - |
| HSV(B) | 52º | 0.56% | 0.94% | - |
| XYZ | 63.95 | 71.06 | 23.44 | - |
| YUV | 213.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 221 | 104 | 0 | 0.08 | 0.56 | 0.06 | 52 | 0.81 | 0.67 |
| Hex | EF | DD | 68 | 0 | 8 | 38 | 6 | 34 | 51 | 43 |
| Octal | 357 | 335 | 150 | 0 | 10 | 70 | 6 | 64 | 121 | 103 |
| Binary | 11101111 | 11011101 | 1101000 | 0 | 1000 | 111000 | 110 | 110100 | 1010001 | 1000011 |
Color Harmonies of #EFDD68
Complementary color
Monochromatic Colors of #EFDD68
Black with #EFDD68
Text Example
Text Example
White with #EFDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDD68; }
p { color: rgb(239,221,104); }
H1.HeaderClassName
{
color: #EFDD68;
}
.AnyTagClassName
{
color: #EFDD68;
}
</style>
background-color css
<style>
a { background-color: #EFDD68; }
a { background-color: rgb(239,221,104); }
div.DivClassName
{
background-color: #EFDD68;
}
.BgClassName
{
background-color: #EFDD68;
}
</style>
border-color css
<style>
span { border-color: #EFDD68; }
span { border-color: rgb(239,221,104); }
td.TdClassName
{
border-color: #EFDD68;
}
.TagClassName
{
border-color: #EFDD68;
}
</style>