Shades of Golden Sand #EFD36E
Tints of Golden Sand #EFD36E
RGB
CMYK
RGB Variations
Color information
#EFD36E (or 0xEFD36E) is known color: Golden Sand. HEX triplet: EF, D3 and 6E. RGB value is (239,211,110). Sum of RGB (Red+Green+Blue) = 239+211+110=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD36E is #102C91. Grayscale: #D0D0D0. Windows color (decimal): -1059986 or 7263215. OLE color: 7263215.
HSL color Cylindrical-coordinate representation of color #EFD36E: hue angle of 46.98º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFD36E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 110 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.06 |
| HSL | 46.98º | 0.8% | 0.68% | - |
| HSV(B) | 46.98º | 0.54% | 0.94% | - |
| XYZ | 61.71 | 66.07 | 24.25 | - |
| YUV | 207.86 | 72.78 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 110 | 0 | 0.12 | 0.54 | 0.06 | 46.98 | 0.8 | 0.68 |
| Hex | EF | D3 | 6E | 0 | C | 36 | 6 | 2F | 50 | 44 |
| Octal | 357 | 323 | 156 | 0 | 14 | 66 | 6 | 57 | 120 | 104 |
| Binary | 11101111 | 11010011 | 1101110 | 0 | 1100 | 110110 | 110 | 101111 | 1010000 | 1000100 |
Color Harmonies of #EFD36E
Complementary color
Monochromatic Colors of #EFD36E
Black with #EFD36E
Text Example
Text Example
White with #EFD36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD36E; }
p { color: rgb(239,211,110); }
H1.HeaderClassName
{
color: #EFD36E;
}
.AnyTagClassName
{
color: #EFD36E;
}
</style>
background-color css
<style>
a { background-color: #EFD36E; }
a { background-color: rgb(239,211,110); }
div.DivClassName
{
background-color: #EFD36E;
}
.BgClassName
{
background-color: #EFD36E;
}
</style>
border-color css
<style>
span { border-color: #EFD36E; }
span { border-color: rgb(239,211,110); }
td.TdClassName
{
border-color: #EFD36E;
}
.TagClassName
{
border-color: #EFD36E;
}
</style>