Shades of Golden Sand #EFCE6B
Tints of Golden Sand #EFCE6B
RGB
CMYK
RGB Variations
Color information
#EFCE6B (or 0xEFCE6B) is known color: Golden Sand. HEX triplet: EF, CE and 6B. RGB value is (239,206,107). Sum of RGB (Red+Green+Blue) = 239+206+107=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE6B is #103194. Grayscale: #CDCDCD. Windows color (decimal): -1061269 or 7065327. OLE color: 7065327.
HSL color Cylindrical-coordinate representation of color #EFCE6B: hue angle of 45º 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 #EFCE6B is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 107 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.06 |
| HSL | 45º | 0.8% | 0.68% | - |
| HSV(B) | 45º | 0.55% | 0.94% | - |
| XYZ | 60.32 | 63.55 | 23 | - |
| YUV | 204.58 | 72.93 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 107 | 0 | 0.14 | 0.55 | 0.06 | 45 | 0.8 | 0.68 |
| Hex | EF | CE | 6B | 0 | E | 37 | 6 | 2D | 50 | 44 |
| Octal | 357 | 316 | 153 | 0 | 16 | 67 | 6 | 55 | 120 | 104 |
| Binary | 11101111 | 11001110 | 1101011 | 0 | 1110 | 110111 | 110 | 101101 | 1010000 | 1000100 |
Color Harmonies of #EFCE6B
Complementary color
Monochromatic Colors of #EFCE6B
Black with #EFCE6B
Text Example
Text Example
White with #EFCE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE6B; }
p { color: rgb(239,206,107); }
H1.HeaderClassName
{
color: #EFCE6B;
}
.AnyTagClassName
{
color: #EFCE6B;
}
</style>
background-color css
<style>
a { background-color: #EFCE6B; }
a { background-color: rgb(239,206,107); }
div.DivClassName
{
background-color: #EFCE6B;
}
.BgClassName
{
background-color: #EFCE6B;
}
</style>
border-color css
<style>
span { border-color: #EFCE6B; }
span { border-color: rgb(239,206,107); }
td.TdClassName
{
border-color: #EFCE6B;
}
.TagClassName
{
border-color: #EFCE6B;
}
</style>