Shades of Golden Sand #EFD170
Tints of Golden Sand #EFD170
RGB
CMYK
RGB Variations
Color information
#EFD170 (or 0xEFD170) is known color: Golden Sand. HEX triplet: EF, D1 and 70. RGB value is (239,209,112). Sum of RGB (Red+Green+Blue) = 239+209+112=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 209 (82.03% from 255 or 37.32% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD170 is #102E8F. Grayscale: #CFCFCF. Windows color (decimal): -1060496 or 7393775. OLE color: 7393775.
HSL color Cylindrical-coordinate representation of color #EFD170: hue angle of 45.83º 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 #EFD170 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 112 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.06 |
| HSL | 45.83º | 0.8% | 0.69% | - |
| HSV(B) | 45.83º | 0.53% | 0.94% | - |
| XYZ | 61.32 | 65.12 | 24.67 | - |
| YUV | 206.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 112 | 0 | 0.13 | 0.53 | 0.06 | 45.83 | 0.8 | 0.69 |
| Hex | EF | D1 | 70 | 0 | D | 35 | 6 | 2E | 50 | 45 |
| Octal | 357 | 321 | 160 | 0 | 15 | 65 | 6 | 56 | 120 | 105 |
| Binary | 11101111 | 11010001 | 1110000 | 0 | 1101 | 110101 | 110 | 101110 | 1010000 | 1000101 |
Color Harmonies of #EFD170
Complementary color
Monochromatic Colors of #EFD170
Black with #EFD170
Text Example
Text Example
White with #EFD170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD170; }
p { color: rgb(239,209,112); }
H1.HeaderClassName
{
color: #EFD170;
}
.AnyTagClassName
{
color: #EFD170;
}
</style>
background-color css
<style>
a { background-color: #EFD170; }
a { background-color: rgb(239,209,112); }
div.DivClassName
{
background-color: #EFD170;
}
.BgClassName
{
background-color: #EFD170;
}
</style>
border-color css
<style>
span { border-color: #EFD170; }
span { border-color: rgb(239,209,112); }
td.TdClassName
{
border-color: #EFD170;
}
.TagClassName
{
border-color: #EFD170;
}
</style>