Shades of Golden Sand #EFCE60
Tints of Golden Sand #EFCE60
RGB
CMYK
RGB Variations
Color information
#EFCE60 (or 0xEFCE60) is known color: Golden Sand. HEX triplet: EF, CE and 60. RGB value is (239,206,96). Sum of RGB (Red+Green+Blue) = 239+206+96=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCE60 is #10319F. Grayscale: #CBCBCB. Windows color (decimal): -1061280 or 6344431. OLE color: 6344431.
HSL color Cylindrical-coordinate representation of color #EFCE60: hue angle of 46.15º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFCE60 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 206 | 96 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.06 |
| HSL | 46.15º | 0.82% | 0.66% | - |
| HSV(B) | 46.15º | 0.6% | 0.94% | - |
| XYZ | 59.78 | 63.34 | 20.14 | - |
| YUV | 203.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 206 | 96 | 0 | 0.14 | 0.60 | 0.06 | 46.15 | 0.82 | 0.66 |
| Hex | EF | CE | 60 | 0 | E | 3C | 6 | 2E | 52 | 42 |
| Octal | 357 | 316 | 140 | 0 | 16 | 74 | 6 | 56 | 122 | 102 |
| Binary | 11101111 | 11001110 | 1100000 | 0 | 1110 | 111100 | 110 | 101110 | 1010010 | 1000010 |
Color Harmonies of #EFCE60
Complementary color
Monochromatic Colors of #EFCE60
Black with #EFCE60
Text Example
Text Example
White with #EFCE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCE60; }
p { color: rgb(239,206,96); }
H1.HeaderClassName
{
color: #EFCE60;
}
.AnyTagClassName
{
color: #EFCE60;
}
</style>
background-color css
<style>
a { background-color: #EFCE60; }
a { background-color: rgb(239,206,96); }
div.DivClassName
{
background-color: #EFCE60;
}
.BgClassName
{
background-color: #EFCE60;
}
</style>
border-color css
<style>
span { border-color: #EFCE60; }
span { border-color: rgb(239,206,96); }
td.TdClassName
{
border-color: #EFCE60;
}
.TagClassName
{
border-color: #EFCE60;
}
</style>