Shades of Golden Sand #EFCF65
Tints of Golden Sand #EFCF65
RGB
CMYK
RGB Variations
Color information
#EFCF65 (or 0xEFCF65) is known color: Golden Sand. HEX triplet: EF, CF and 65. RGB value is (239,207,101). Sum of RGB (Red+Green+Blue) = 239+207+101=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF65 is #10309A. Grayscale: #CCCCCC. Windows color (decimal): -1061019 or 6672367. OLE color: 6672367.
HSL color Cylindrical-coordinate representation of color #EFCF65: hue angle of 46.09º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFCF65 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 207 | 101 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.06 |
| HSL | 46.09º | 0.81% | 0.67% | - |
| HSV(B) | 46.09º | 0.58% | 0.94% | - |
| XYZ | 60.26 | 63.92 | 21.47 | - |
| YUV | 204.48 | 69.6 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 207 | 101 | 0 | 0.13 | 0.58 | 0.06 | 46.09 | 0.81 | 0.67 |
| Hex | EF | CF | 65 | 0 | D | 3A | 6 | 2E | 51 | 43 |
| Octal | 357 | 317 | 145 | 0 | 15 | 72 | 6 | 56 | 121 | 103 |
| Binary | 11101111 | 11001111 | 1100101 | 0 | 1101 | 111010 | 110 | 101110 | 1010001 | 1000011 |
Color Harmonies of #EFCF65
Complementary color
Monochromatic Colors of #EFCF65
Black with #EFCF65
Text Example
Text Example
White with #EFCF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCF65; }
p { color: rgb(239,207,101); }
H1.HeaderClassName
{
color: #EFCF65;
}
.AnyTagClassName
{
color: #EFCF65;
}
</style>
background-color css
<style>
a { background-color: #EFCF65; }
a { background-color: rgb(239,207,101); }
div.DivClassName
{
background-color: #EFCF65;
}
.BgClassName
{
background-color: #EFCF65;
}
</style>
border-color css
<style>
span { border-color: #EFCF65; }
span { border-color: rgb(239,207,101); }
td.TdClassName
{
border-color: #EFCF65;
}
.TagClassName
{
border-color: #EFCF65;
}
</style>