Shades of Golden Sand #EFCC6C
Tints of Golden Sand #EFCC6C
RGB
CMYK
RGB Variations
Color information
#EFCC6C (or 0xEFCC6C) is known color: Golden Sand. HEX triplet: EF, CC and 6C. RGB value is (239,204,108). Sum of RGB (Red+Green+Blue) = 239+204+108=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC6C is #103393. Grayscale: #CBCBCB. Windows color (decimal): -1061780 or 7130351. OLE color: 7130351.
HSL color Cylindrical-coordinate representation of color #EFCC6C: hue angle of 43.97º 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 #EFCC6C is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 108 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.06 |
| HSL | 43.97º | 0.8% | 0.68% | - |
| HSV(B) | 43.97º | 0.55% | 0.94% | - |
| XYZ | 59.9 | 62.62 | 23.12 | - |
| YUV | 203.52 | 74.1 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 108 | 0 | 0.15 | 0.55 | 0.06 | 43.97 | 0.8 | 0.68 |
| Hex | EF | CC | 6C | 0 | F | 37 | 6 | 2C | 50 | 44 |
| Octal | 357 | 314 | 154 | 0 | 17 | 67 | 6 | 54 | 120 | 104 |
| Binary | 11101111 | 11001100 | 1101100 | 0 | 1111 | 110111 | 110 | 101100 | 1010000 | 1000100 |
Color Harmonies of #EFCC6C
Complementary color
Monochromatic Colors of #EFCC6C
Black with #EFCC6C
Text Example
Text Example
White with #EFCC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC6C; }
p { color: rgb(239,204,108); }
H1.HeaderClassName
{
color: #EFCC6C;
}
.AnyTagClassName
{
color: #EFCC6C;
}
</style>
background-color css
<style>
a { background-color: #EFCC6C; }
a { background-color: rgb(239,204,108); }
div.DivClassName
{
background-color: #EFCC6C;
}
.BgClassName
{
background-color: #EFCC6C;
}
</style>
border-color css
<style>
span { border-color: #EFCC6C; }
span { border-color: rgb(239,204,108); }
td.TdClassName
{
border-color: #EFCC6C;
}
.TagClassName
{
border-color: #EFCC6C;
}
</style>