Shades of Golden Sand #EFC864
Tints of Golden Sand #EFC864
RGB
CMYK
RGB Variations
Color information
#EFC864 (or 0xEFC864) is known color: Golden Sand. HEX triplet: EF, C8 and 64. RGB value is (239,200,100). Sum of RGB (Red+Green+Blue) = 239+200+100=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC864 is #10379B. Grayscale: #C8C8C8. Windows color (decimal): -1062812 or 6605039. OLE color: 6605039.
HSL color Cylindrical-coordinate representation of color #EFC864: hue angle of 43.17º 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 #EFC864 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 200 | 100 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.06 |
| HSL | 43.17º | 0.81% | 0.66% | - |
| HSV(B) | 43.17º | 0.58% | 0.94% | - |
| XYZ | 58.55 | 60.58 | 20.66 | - |
| YUV | 200.26 | 71.42 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 200 | 100 | 0 | 0.16 | 0.58 | 0.06 | 43.17 | 0.81 | 0.66 |
| Hex | EF | C8 | 64 | 0 | 10 | 3A | 6 | 2B | 51 | 42 |
| Octal | 357 | 310 | 144 | 0 | 20 | 72 | 6 | 53 | 121 | 102 |
| Binary | 11101111 | 11001000 | 1100100 | 0 | 10000 | 111010 | 110 | 101011 | 1010001 | 1000010 |
Color Harmonies of #EFC864
Complementary color
Monochromatic Colors of #EFC864
Black with #EFC864
Text Example
Text Example
White with #EFC864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC864; }
p { color: rgb(239,200,100); }
H1.HeaderClassName
{
color: #EFC864;
}
.AnyTagClassName
{
color: #EFC864;
}
</style>
background-color css
<style>
a { background-color: #EFC864; }
a { background-color: rgb(239,200,100); }
div.DivClassName
{
background-color: #EFC864;
}
.BgClassName
{
background-color: #EFC864;
}
</style>
border-color css
<style>
span { border-color: #EFC864; }
span { border-color: rgb(239,200,100); }
td.TdClassName
{
border-color: #EFC864;
}
.TagClassName
{
border-color: #EFC864;
}
</style>