Shades of Golden Sand #EFD46C
Tints of Golden Sand #EFD46C
RGB
CMYK
RGB Variations
Color information
#EFD46C (or 0xEFD46C) is known color: Golden Sand. HEX triplet: EF, D4 and 6C. RGB value is (239,212,108). Sum of RGB (Red+Green+Blue) = 239+212+108=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD46C is #102B93. Grayscale: #D0D0D0. Windows color (decimal): -1059732 or 7132399. OLE color: 7132399.
HSL color Cylindrical-coordinate representation of color #EFD46C: hue angle of 47.63º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFD46C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 108 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.06 |
| HSL | 47.63º | 0.8% | 0.68% | - |
| HSV(B) | 47.63º | 0.55% | 0.94% | - |
| XYZ | 61.85 | 66.52 | 23.77 | - |
| YUV | 208.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 108 | 0 | 0.11 | 0.55 | 0.06 | 47.63 | 0.8 | 0.68 |
| Hex | EF | D4 | 6C | 0 | B | 37 | 6 | 30 | 50 | 44 |
| Octal | 357 | 324 | 154 | 0 | 13 | 67 | 6 | 60 | 120 | 104 |
| Binary | 11101111 | 11010100 | 1101100 | 0 | 1011 | 110111 | 110 | 110000 | 1010000 | 1000100 |
Color Harmonies of #EFD46C
Complementary color
Monochromatic Colors of #EFD46C
Black with #EFD46C
Text Example
Text Example
White with #EFD46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD46C; }
p { color: rgb(239,212,108); }
H1.HeaderClassName
{
color: #EFD46C;
}
.AnyTagClassName
{
color: #EFD46C;
}
</style>
background-color css
<style>
a { background-color: #EFD46C; }
a { background-color: rgb(239,212,108); }
div.DivClassName
{
background-color: #EFD46C;
}
.BgClassName
{
background-color: #EFD46C;
}
</style>
border-color css
<style>
span { border-color: #EFD46C; }
span { border-color: rgb(239,212,108); }
td.TdClassName
{
border-color: #EFD46C;
}
.TagClassName
{
border-color: #EFD46C;
}
</style>