Shades of Golden Sand #EFD36C
Tints of Golden Sand #EFD36C
RGB
CMYK
RGB Variations
Color information
#EFD36C (or 0xEFD36C) is known color: Golden Sand. HEX triplet: EF, D3 and 6C. RGB value is (239,211,108). Sum of RGB (Red+Green+Blue) = 239+211+108=558 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.83% from 558); Green value is 211 (82.81% from 255 or 37.81% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD36C is #102C93. Grayscale: #D0D0D0. Windows color (decimal): -1059988 or 7132143. OLE color: 7132143.
HSL color Cylindrical-coordinate representation of color #EFD36C: hue angle of 47.18º 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 #EFD36C is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 108 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.06 |
| HSL | 47.18º | 0.8% | 0.68% | - |
| HSV(B) | 47.18º | 0.55% | 0.94% | - |
| XYZ | 61.6 | 66.02 | 23.68 | - |
| YUV | 207.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 108 | 0 | 0.12 | 0.55 | 0.06 | 47.18 | 0.8 | 0.68 |
| Hex | EF | D3 | 6C | 0 | C | 37 | 6 | 2F | 50 | 44 |
| Octal | 357 | 323 | 154 | 0 | 14 | 67 | 6 | 57 | 120 | 104 |
| Binary | 11101111 | 11010011 | 1101100 | 0 | 1100 | 110111 | 110 | 101111 | 1010000 | 1000100 |
Color Harmonies of #EFD36C
Complementary color
Monochromatic Colors of #EFD36C
Black with #EFD36C
Text Example
Text Example
White with #EFD36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD36C; }
p { color: rgb(239,211,108); }
H1.HeaderClassName
{
color: #EFD36C;
}
.AnyTagClassName
{
color: #EFD36C;
}
</style>
background-color css
<style>
a { background-color: #EFD36C; }
a { background-color: rgb(239,211,108); }
div.DivClassName
{
background-color: #EFD36C;
}
.BgClassName
{
background-color: #EFD36C;
}
</style>
border-color css
<style>
span { border-color: #EFD36C; }
span { border-color: rgb(239,211,108); }
td.TdClassName
{
border-color: #EFD36C;
}
.TagClassName
{
border-color: #EFD36C;
}
</style>