Shades of Golden Sand #EFCB6B
Tints of Golden Sand #EFCB6B
RGB
CMYK
RGB Variations
Color information
#EFCB6B (or 0xEFCB6B) is known color: Golden Sand. HEX triplet: EF, CB and 6B. RGB value is (239,203,107). Sum of RGB (Red+Green+Blue) = 239+203+107=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB6B is #103494. Grayscale: #CBCBCB. Windows color (decimal): -1062037 or 7064559. OLE color: 7064559.
HSL color Cylindrical-coordinate representation of color #EFCB6B: hue angle of 43.64º 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 #EFCB6B is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 107 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.06 |
| HSL | 43.64º | 0.8% | 0.68% | - |
| HSV(B) | 43.64º | 0.55% | 0.94% | - |
| XYZ | 59.61 | 62.12 | 22.76 | - |
| YUV | 202.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 107 | 0 | 0.15 | 0.55 | 0.06 | 43.64 | 0.8 | 0.68 |
| Hex | EF | CB | 6B | 0 | F | 37 | 6 | 2C | 50 | 44 |
| Octal | 357 | 313 | 153 | 0 | 17 | 67 | 6 | 54 | 120 | 104 |
| Binary | 11101111 | 11001011 | 1101011 | 0 | 1111 | 110111 | 110 | 101100 | 1010000 | 1000100 |
Color Harmonies of #EFCB6B
Complementary color
Monochromatic Colors of #EFCB6B
Black with #EFCB6B
Text Example
Text Example
White with #EFCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB6B; }
p { color: rgb(239,203,107); }
H1.HeaderClassName
{
color: #EFCB6B;
}
.AnyTagClassName
{
color: #EFCB6B;
}
</style>
background-color css
<style>
a { background-color: #EFCB6B; }
a { background-color: rgb(239,203,107); }
div.DivClassName
{
background-color: #EFCB6B;
}
.BgClassName
{
background-color: #EFCB6B;
}
</style>
border-color css
<style>
span { border-color: #EFCB6B; }
span { border-color: rgb(239,203,107); }
td.TdClassName
{
border-color: #EFCB6B;
}
.TagClassName
{
border-color: #EFCB6B;
}
</style>