Shades of Golden Sand #EFCB5F
Tints of Golden Sand #EFCB5F
RGB
CMYK
RGB Variations
Color information
#EFCB5F (or 0xEFCB5F) is known color: Golden Sand. HEX triplet: EF, CB and 5F. RGB value is (239,203,95). Sum of RGB (Red+Green+Blue) = 239+203+95=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB5F is #1034A0. Grayscale: #C9C9C9. Windows color (decimal): -1062049 or 6278127. OLE color: 6278127.
HSL color Cylindrical-coordinate representation of color #EFCB5F: hue angle of 45º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFCB5F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 203 | 95 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.06 |
| HSL | 45º | 0.82% | 0.65% | - |
| HSV(B) | 45º | 0.6% | 0.94% | - |
| XYZ | 59.02 | 61.89 | 19.66 | - |
| YUV | 201.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 203 | 95 | 0 | 0.15 | 0.60 | 0.06 | 45 | 0.82 | 0.65 |
| Hex | EF | CB | 5F | 0 | F | 3C | 6 | 2D | 52 | 41 |
| Octal | 357 | 313 | 137 | 0 | 17 | 74 | 6 | 55 | 122 | 101 |
| Binary | 11101111 | 11001011 | 1011111 | 0 | 1111 | 111100 | 110 | 101101 | 1010010 | 1000001 |
Color Harmonies of #EFCB5F
Complementary color
Monochromatic Colors of #EFCB5F
Black with #EFCB5F
Text Example
Text Example
White with #EFCB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCB5F; }
p { color: rgb(239,203,95); }
H1.HeaderClassName
{
color: #EFCB5F;
}
.AnyTagClassName
{
color: #EFCB5F;
}
</style>
background-color css
<style>
a { background-color: #EFCB5F; }
a { background-color: rgb(239,203,95); }
div.DivClassName
{
background-color: #EFCB5F;
}
.BgClassName
{
background-color: #EFCB5F;
}
</style>
border-color css
<style>
span { border-color: #EFCB5F; }
span { border-color: rgb(239,203,95); }
td.TdClassName
{
border-color: #EFCB5F;
}
.TagClassName
{
border-color: #EFCB5F;
}
</style>