Shades of Golden Sand #EFD470
Tints of Golden Sand #EFD470
RGB
CMYK
RGB Variations
Color information
#EFD470 (or 0xEFD470) is known color: Golden Sand. HEX triplet: EF, D4 and 70. RGB value is (239,212,112). Sum of RGB (Red+Green+Blue) = 239+212+112=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 212 (83.20% from 255 or 37.66% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD470 is #102B8F. Grayscale: #D1D1D1. Windows color (decimal): -1059728 or 7394543. OLE color: 7394543.
HSL color Cylindrical-coordinate representation of color #EFD470: hue angle of 47.24º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFD470 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 112 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.06 |
| HSL | 47.24º | 0.8% | 0.69% | - |
| HSV(B) | 47.24º | 0.53% | 0.94% | - |
| XYZ | 62.06 | 66.61 | 24.91 | - |
| YUV | 208.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 112 | 0 | 0.11 | 0.53 | 0.06 | 47.24 | 0.8 | 0.69 |
| Hex | EF | D4 | 70 | 0 | B | 35 | 6 | 2F | 50 | 45 |
| Octal | 357 | 324 | 160 | 0 | 13 | 65 | 6 | 57 | 120 | 105 |
| Binary | 11101111 | 11010100 | 1110000 | 0 | 1011 | 110101 | 110 | 101111 | 1010000 | 1000101 |
Color Harmonies of #EFD470
Complementary color
Monochromatic Colors of #EFD470
Black with #EFD470
Text Example
Text Example
White with #EFD470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD470; }
p { color: rgb(239,212,112); }
H1.HeaderClassName
{
color: #EFD470;
}
.AnyTagClassName
{
color: #EFD470;
}
</style>
background-color css
<style>
a { background-color: #EFD470; }
a { background-color: rgb(239,212,112); }
div.DivClassName
{
background-color: #EFD470;
}
.BgClassName
{
background-color: #EFD470;
}
</style>
border-color css
<style>
span { border-color: #EFD470; }
span { border-color: rgb(239,212,112); }
td.TdClassName
{
border-color: #EFD470;
}
.TagClassName
{
border-color: #EFD470;
}
</style>