Shades of Golden Sand #EFD063
Tints of Golden Sand #EFD063
RGB
CMYK
RGB Variations
Color information
#EFD063 (or 0xEFD063) is known color: Golden Sand. HEX triplet: EF, D0 and 63. RGB value is (239,208,99). Sum of RGB (Red+Green+Blue) = 239+208+99=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD063 is #102F9C. Grayscale: #CDCDCD. Windows color (decimal): -1060765 or 6541551. OLE color: 6541551.
HSL color Cylindrical-coordinate representation of color #EFD063: hue angle of 46.71º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFD063 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 99 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.06 |
| HSL | 46.71º | 0.81% | 0.66% | - |
| HSV(B) | 46.71º | 0.59% | 0.94% | - |
| XYZ | 60.4 | 64.36 | 21.04 | - |
| YUV | 204.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 99 | 0 | 0.13 | 0.59 | 0.06 | 46.71 | 0.81 | 0.66 |
| Hex | EF | D0 | 63 | 0 | D | 3B | 6 | 2F | 51 | 42 |
| Octal | 357 | 320 | 143 | 0 | 15 | 73 | 6 | 57 | 121 | 102 |
| Binary | 11101111 | 11010000 | 1100011 | 0 | 1101 | 111011 | 110 | 101111 | 1010001 | 1000010 |
Color Harmonies of #EFD063
Complementary color
Monochromatic Colors of #EFD063
Black with #EFD063
Text Example
Text Example
White with #EFD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD063; }
p { color: rgb(239,208,99); }
H1.HeaderClassName
{
color: #EFD063;
}
.AnyTagClassName
{
color: #EFD063;
}
</style>
background-color css
<style>
a { background-color: #EFD063; }
a { background-color: rgb(239,208,99); }
div.DivClassName
{
background-color: #EFD063;
}
.BgClassName
{
background-color: #EFD063;
}
</style>
border-color css
<style>
span { border-color: #EFD063; }
span { border-color: rgb(239,208,99); }
td.TdClassName
{
border-color: #EFD063;
}
.TagClassName
{
border-color: #EFD063;
}
</style>