Shades of Golden Sand #EFD162
Tints of Golden Sand #EFD162
RGB
CMYK
RGB Variations
Color information
#EFD162 (or 0xEFD162) is known color: Golden Sand. HEX triplet: EF, D1 and 62. RGB value is (239,209,98). Sum of RGB (Red+Green+Blue) = 239+209+98=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD162 is #102E9D. Grayscale: #CDCDCD. Windows color (decimal): -1060510 or 6476271. OLE color: 6476271.
HSL color Cylindrical-coordinate representation of color #EFD162: hue angle of 47.23º 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 #EFD162 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 98 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.06 |
| HSL | 47.23º | 0.82% | 0.66% | - |
| HSV(B) | 47.23º | 0.59% | 0.94% | - |
| XYZ | 60.6 | 64.83 | 20.88 | - |
| YUV | 205.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 98 | 0 | 0.13 | 0.59 | 0.06 | 47.23 | 0.82 | 0.66 |
| Hex | EF | D1 | 62 | 0 | D | 3B | 6 | 2F | 52 | 42 |
| Octal | 357 | 321 | 142 | 0 | 15 | 73 | 6 | 57 | 122 | 102 |
| Binary | 11101111 | 11010001 | 1100010 | 0 | 1101 | 111011 | 110 | 101111 | 1010010 | 1000010 |
Color Harmonies of #EFD162
Complementary color
Monochromatic Colors of #EFD162
Black with #EFD162
Text Example
Text Example
White with #EFD162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD162; }
p { color: rgb(239,209,98); }
H1.HeaderClassName
{
color: #EFD162;
}
.AnyTagClassName
{
color: #EFD162;
}
</style>
background-color css
<style>
a { background-color: #EFD162; }
a { background-color: rgb(239,209,98); }
div.DivClassName
{
background-color: #EFD162;
}
.BgClassName
{
background-color: #EFD162;
}
</style>
border-color css
<style>
span { border-color: #EFD162; }
span { border-color: rgb(239,209,98); }
td.TdClassName
{
border-color: #EFD162;
}
.TagClassName
{
border-color: #EFD162;
}
</style>