Shades of Golden Sand #EFC764
Tints of Golden Sand #EFC764
RGB
CMYK
RGB Variations
Color information
#EFC764 (or 0xEFC764) is known color: Golden Sand. HEX triplet: EF, C7 and 64. RGB value is (239,199,100). Sum of RGB (Red+Green+Blue) = 239+199+100=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC764 is #10389B. Grayscale: #C8C8C8. Windows color (decimal): -1063068 or 6604783. OLE color: 6604783.
HSL color Cylindrical-coordinate representation of color #EFC764: hue angle of 42.73º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EFC764 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 100 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.06 |
| HSL | 42.73º | 0.81% | 0.66% | - |
| HSV(B) | 42.73º | 0.58% | 0.94% | - |
| XYZ | 58.32 | 60.12 | 20.59 | - |
| YUV | 199.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 100 | 0 | 0.17 | 0.58 | 0.06 | 42.73 | 0.81 | 0.66 |
| Hex | EF | C7 | 64 | 0 | 11 | 3A | 6 | 2B | 51 | 42 |
| Octal | 357 | 307 | 144 | 0 | 21 | 72 | 6 | 53 | 121 | 102 |
| Binary | 11101111 | 11000111 | 1100100 | 0 | 10001 | 111010 | 110 | 101011 | 1010001 | 1000010 |
Color Harmonies of #EFC764
Complementary color
Monochromatic Colors of #EFC764
Black with #EFC764
Text Example
Text Example
White with #EFC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC764; }
p { color: rgb(239,199,100); }
H1.HeaderClassName
{
color: #EFC764;
}
.AnyTagClassName
{
color: #EFC764;
}
</style>
background-color css
<style>
a { background-color: #EFC764; }
a { background-color: rgb(239,199,100); }
div.DivClassName
{
background-color: #EFC764;
}
.BgClassName
{
background-color: #EFC764;
}
</style>
border-color css
<style>
span { border-color: #EFC764; }
span { border-color: rgb(239,199,100); }
td.TdClassName
{
border-color: #EFC764;
}
.TagClassName
{
border-color: #EFC764;
}
</style>