Shades of Golden Sand #EFCB6E
Tints of Golden Sand #EFCB6E
RGB
CMYK
RGB Variations
Color information
#EFCB6E (or 0xEFCB6E) is known color: Golden Sand. HEX triplet: EF, CB and 6E. RGB value is (239,203,110). Sum of RGB (Red+Green+Blue) = 239+203+110=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB6E is #103491. Grayscale: #CBCBCB. Windows color (decimal): -1062034 or 7261167. OLE color: 7261167.
HSL color Cylindrical-coordinate representation of color #EFCB6E: hue angle of 43.26º 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 #EFCB6E is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 110 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.06 |
| HSL | 43.26º | 0.8% | 0.68% | - |
| HSV(B) | 43.26º | 0.54% | 0.94% | - |
| XYZ | 59.77 | 62.19 | 23.61 | - |
| YUV | 203.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 110 | 0 | 0.15 | 0.54 | 0.06 | 43.26 | 0.8 | 0.68 |
| Hex | EF | CB | 6E | 0 | F | 36 | 6 | 2B | 50 | 44 |
| Octal | 357 | 313 | 156 | 0 | 17 | 66 | 6 | 53 | 120 | 104 |
| Binary | 11101111 | 11001011 | 1101110 | 0 | 1111 | 110110 | 110 | 101011 | 1010000 | 1000100 |
Color Harmonies of #EFCB6E
Complementary color
Monochromatic Colors of #EFCB6E
Black with #EFCB6E
Text Example
Text Example
White with #EFCB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB6E; }
p { color: rgb(239,203,110); }
H1.HeaderClassName
{
color: #EFCB6E;
}
.AnyTagClassName
{
color: #EFCB6E;
}
</style>
background-color css
<style>
a { background-color: #EFCB6E; }
a { background-color: rgb(239,203,110); }
div.DivClassName
{
background-color: #EFCB6E;
}
.BgClassName
{
background-color: #EFCB6E;
}
</style>
border-color css
<style>
span { border-color: #EFCB6E; }
span { border-color: rgb(239,203,110); }
td.TdClassName
{
border-color: #EFCB6E;
}
.TagClassName
{
border-color: #EFCB6E;
}
</style>