Shades of Golden Sand #EFC964
Tints of Golden Sand #EFC964
RGB
CMYK
RGB Variations
Color information
#EFC964 (or 0xEFC964) is known color: Golden Sand. HEX triplet: EF, C9 and 64. RGB value is (239,201,100). Sum of RGB (Red+Green+Blue) = 239+201+100=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC964 is #10369B. Grayscale: #C9C9C9. Windows color (decimal): -1062556 or 6605295. OLE color: 6605295.
HSL color Cylindrical-coordinate representation of color #EFC964: hue angle of 43.6º 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 #EFC964 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 100 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.06 |
| HSL | 43.6º | 0.81% | 0.66% | - |
| HSV(B) | 43.6º | 0.58% | 0.94% | - |
| XYZ | 58.78 | 61.04 | 20.74 | - |
| YUV | 200.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 100 | 0 | 0.16 | 0.58 | 0.06 | 43.6 | 0.81 | 0.66 |
| Hex | EF | C9 | 64 | 0 | 10 | 3A | 6 | 2C | 51 | 42 |
| Octal | 357 | 311 | 144 | 0 | 20 | 72 | 6 | 54 | 121 | 102 |
| Binary | 11101111 | 11001001 | 1100100 | 0 | 10000 | 111010 | 110 | 101100 | 1010001 | 1000010 |
Color Harmonies of #EFC964
Complementary color
Monochromatic Colors of #EFC964
Black with #EFC964
Text Example
Text Example
White with #EFC964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC964; }
p { color: rgb(239,201,100); }
H1.HeaderClassName
{
color: #EFC964;
}
.AnyTagClassName
{
color: #EFC964;
}
</style>
background-color css
<style>
a { background-color: #EFC964; }
a { background-color: rgb(239,201,100); }
div.DivClassName
{
background-color: #EFC964;
}
.BgClassName
{
background-color: #EFC964;
}
</style>
border-color css
<style>
span { border-color: #EFC964; }
span { border-color: rgb(239,201,100); }
td.TdClassName
{
border-color: #EFC964;
}
.TagClassName
{
border-color: #EFC964;
}
</style>