Shades of Golden Sand #EFD473
Tints of Golden Sand #EFD473
RGB
CMYK
RGB Variations
Color information
#EFD473 (or 0xEFD473) is known color: Golden Sand. HEX triplet: EF, D4 and 73. RGB value is (239,212,115). Sum of RGB (Red+Green+Blue) = 239+212+115=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD473 is #102B8C. Grayscale: #D1D1D1. Windows color (decimal): -1059725 or 7591151. OLE color: 7591151.
HSL color Cylindrical-coordinate representation of color #EFD473: hue angle of 46.94º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EFD473 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 115 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.06 |
| HSL | 46.94º | 0.79% | 0.69% | - |
| HSV(B) | 46.94º | 0.52% | 0.94% | - |
| XYZ | 62.23 | 66.68 | 25.81 | - |
| YUV | 209.02 | 74.95 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 115 | 0 | 0.11 | 0.52 | 0.06 | 46.94 | 0.79 | 0.69 |
| Hex | EF | D4 | 73 | 0 | B | 34 | 6 | 2F | 4F | 45 |
| Octal | 357 | 324 | 163 | 0 | 13 | 64 | 6 | 57 | 117 | 105 |
| Binary | 11101111 | 11010100 | 1110011 | 0 | 1011 | 110100 | 110 | 101111 | 1001111 | 1000101 |
Color Harmonies of #EFD473
Complementary color
Monochromatic Colors of #EFD473
Black with #EFD473
Text Example
Text Example
White with #EFD473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD473; }
p { color: rgb(239,212,115); }
H1.HeaderClassName
{
color: #EFD473;
}
.AnyTagClassName
{
color: #EFD473;
}
</style>
background-color css
<style>
a { background-color: #EFD473; }
a { background-color: rgb(239,212,115); }
div.DivClassName
{
background-color: #EFD473;
}
.BgClassName
{
background-color: #EFD473;
}
</style>
border-color css
<style>
span { border-color: #EFD473; }
span { border-color: rgb(239,212,115); }
td.TdClassName
{
border-color: #EFD473;
}
.TagClassName
{
border-color: #EFD473;
}
</style>