Shades of Golden Sand #EFCD5E
Tints of Golden Sand #EFCD5E
RGB
CMYK
RGB Variations
Color information
#EFCD5E (or 0xEFCD5E) is known color: Golden Sand. HEX triplet: EF, CD and 5E. RGB value is (239,205,94). Sum of RGB (Red+Green+Blue) = 239+205+94=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 94 (37.11% from 255 or 17.47% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD5E is #1032A1. Grayscale: #CACACA. Windows color (decimal): -1061538 or 6213103. OLE color: 6213103.
HSL color Cylindrical-coordinate representation of color #EFCD5E: hue angle of 45.93º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EFCD5E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 205 | 94 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.06 |
| HSL | 45.93º | 0.82% | 0.65% | - |
| HSV(B) | 45.93º | 0.61% | 0.94% | - |
| XYZ | 59.45 | 62.82 | 19.58 | - |
| YUV | 202.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 205 | 94 | 0 | 0.14 | 0.61 | 0.06 | 45.93 | 0.82 | 0.65 |
| Hex | EF | CD | 5E | 0 | E | 3D | 6 | 2E | 52 | 41 |
| Octal | 357 | 315 | 136 | 0 | 16 | 75 | 6 | 56 | 122 | 101 |
| Binary | 11101111 | 11001101 | 1011110 | 0 | 1110 | 111101 | 110 | 101110 | 1010010 | 1000001 |
Color Harmonies of #EFCD5E
Complementary color
Monochromatic Colors of #EFCD5E
Black with #EFCD5E
Text Example
Text Example
White with #EFCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCD5E; }
p { color: rgb(239,205,94); }
H1.HeaderClassName
{
color: #EFCD5E;
}
.AnyTagClassName
{
color: #EFCD5E;
}
</style>
background-color css
<style>
a { background-color: #EFCD5E; }
a { background-color: rgb(239,205,94); }
div.DivClassName
{
background-color: #EFCD5E;
}
.BgClassName
{
background-color: #EFCD5E;
}
</style>
border-color css
<style>
span { border-color: #EFCD5E; }
span { border-color: rgb(239,205,94); }
td.TdClassName
{
border-color: #EFCD5E;
}
.TagClassName
{
border-color: #EFCD5E;
}
</style>