Shades of Golden Sand #EFD264
Tints of Golden Sand #EFD264
RGB
CMYK
RGB Variations
Color information
#EFD264 (or 0xEFD264) is known color: Golden Sand. HEX triplet: EF, D2 and 64. RGB value is (239,210,100). Sum of RGB (Red+Green+Blue) = 239+210+100=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD264 is #102D9B. Grayscale: #CECECE. Windows color (decimal): -1060252 or 6607599. OLE color: 6607599.
HSL color Cylindrical-coordinate representation of color #EFD264: hue angle of 47.48º 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 #EFD264 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 100 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.06 |
| HSL | 47.48º | 0.81% | 0.66% | - |
| HSV(B) | 47.48º | 0.58% | 0.94% | - |
| XYZ | 60.94 | 65.36 | 21.46 | - |
| YUV | 206.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 100 | 0 | 0.12 | 0.58 | 0.06 | 47.48 | 0.81 | 0.66 |
| Hex | EF | D2 | 64 | 0 | C | 3A | 6 | 2F | 51 | 42 |
| Octal | 357 | 322 | 144 | 0 | 14 | 72 | 6 | 57 | 121 | 102 |
| Binary | 11101111 | 11010010 | 1100100 | 0 | 1100 | 111010 | 110 | 101111 | 1010001 | 1000010 |
Color Harmonies of #EFD264
Complementary color
Monochromatic Colors of #EFD264
Black with #EFD264
Text Example
Text Example
White with #EFD264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD264; }
p { color: rgb(239,210,100); }
H1.HeaderClassName
{
color: #EFD264;
}
.AnyTagClassName
{
color: #EFD264;
}
</style>
background-color css
<style>
a { background-color: #EFD264; }
a { background-color: rgb(239,210,100); }
div.DivClassName
{
background-color: #EFD264;
}
.BgClassName
{
background-color: #EFD264;
}
</style>
border-color css
<style>
span { border-color: #EFD264; }
span { border-color: rgb(239,210,100); }
td.TdClassName
{
border-color: #EFD264;
}
.TagClassName
{
border-color: #EFD264;
}
</style>