Shades of Golden Sand #EFCC6B
Tints of Golden Sand #EFCC6B
RGB
CMYK
RGB Variations
Color information
#EFCC6B (or 0xEFCC6B) is known color: Golden Sand. HEX triplet: EF, CC and 6B. RGB value is (239,204,107). Sum of RGB (Red+Green+Blue) = 239+204+107=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 107 (42.19% from 255 or 19.45% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC6B is #103394. Grayscale: #CBCBCB. Windows color (decimal): -1061781 or 7064815. OLE color: 7064815.
HSL color Cylindrical-coordinate representation of color #EFCC6B: hue angle of 44.09º 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 #EFCC6B is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 204 | 107 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.06 |
| HSL | 44.09º | 0.8% | 0.68% | - |
| HSV(B) | 44.09º | 0.55% | 0.94% | - |
| XYZ | 59.84 | 62.6 | 22.84 | - |
| YUV | 203.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 204 | 107 | 0 | 0.15 | 0.55 | 0.06 | 44.09 | 0.8 | 0.68 |
| Hex | EF | CC | 6B | 0 | F | 37 | 6 | 2C | 50 | 44 |
| Octal | 357 | 314 | 153 | 0 | 17 | 67 | 6 | 54 | 120 | 104 |
| Binary | 11101111 | 11001100 | 1101011 | 0 | 1111 | 110111 | 110 | 101100 | 1010000 | 1000100 |
Color Harmonies of #EFCC6B
Complementary color
Monochromatic Colors of #EFCC6B
Black with #EFCC6B
Text Example
Text Example
White with #EFCC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCC6B; }
p { color: rgb(239,204,107); }
H1.HeaderClassName
{
color: #EFCC6B;
}
.AnyTagClassName
{
color: #EFCC6B;
}
</style>
background-color css
<style>
a { background-color: #EFCC6B; }
a { background-color: rgb(239,204,107); }
div.DivClassName
{
background-color: #EFCC6B;
}
.BgClassName
{
background-color: #EFCC6B;
}
</style>
border-color css
<style>
span { border-color: #EFCC6B; }
span { border-color: rgb(239,204,107); }
td.TdClassName
{
border-color: #EFCC6B;
}
.TagClassName
{
border-color: #EFCC6B;
}
</style>