Shades of Golden Sand #EFD462
Tints of Golden Sand #EFD462
RGB
CMYK
RGB Variations
Color information
#EFD462 (or 0xEFD462) is known color: Golden Sand. HEX triplet: EF, D4 and 62. RGB value is (239,212,98). Sum of RGB (Red+Green+Blue) = 239+212+98=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 212 (83.20% from 255 or 38.62% from 549); Blue value is 98 (38.67% from 255 or 17.85% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD462 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD462 is #102B9D. Grayscale: #CFCFCF. Windows color (decimal): -1059742 or 6477039. OLE color: 6477039.
HSL color Cylindrical-coordinate representation of color #EFD462: hue angle of 48.51º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EFD462 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 98 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.06 |
| HSL | 48.51º | 0.82% | 0.66% | - |
| HSV(B) | 48.51º | 0.59% | 0.94% | - |
| XYZ | 61.34 | 66.32 | 21.12 | - |
| YUV | 207.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 98 | 0 | 0.11 | 0.59 | 0.06 | 48.51 | 0.82 | 0.66 |
| Hex | EF | D4 | 62 | 0 | B | 3B | 6 | 31 | 52 | 42 |
| Octal | 357 | 324 | 142 | 0 | 13 | 73 | 6 | 61 | 122 | 102 |
| Binary | 11101111 | 11010100 | 1100010 | 0 | 1011 | 111011 | 110 | 110001 | 1010010 | 1000010 |
Color Harmonies of #EFD462
Complementary color
Monochromatic Colors of #EFD462
Black with #EFD462
Text Example
Text Example
White with #EFD462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD462; }
p { color: rgb(239,212,98); }
H1.HeaderClassName
{
color: #EFD462;
}
.AnyTagClassName
{
color: #EFD462;
}
</style>
background-color css
<style>
a { background-color: #EFD462; }
a { background-color: rgb(239,212,98); }
div.DivClassName
{
background-color: #EFD462;
}
.BgClassName
{
background-color: #EFD462;
}
</style>
border-color css
<style>
span { border-color: #EFD462; }
span { border-color: rgb(239,212,98); }
td.TdClassName
{
border-color: #EFD462;
}
.TagClassName
{
border-color: #EFD462;
}
</style>