Shades of Golden Sand #EFD172
Tints of Golden Sand #EFD172
RGB
CMYK
RGB Variations
Color information
#EFD172 (or 0xEFD172) is known color: Golden Sand. HEX triplet: EF, D1 and 72. RGB value is (239,209,114). Sum of RGB (Red+Green+Blue) = 239+209+114=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD172 is #102E8D. Grayscale: #CFCFCF. Windows color (decimal): -1060494 or 7524847. OLE color: 7524847.
HSL color Cylindrical-coordinate representation of color #EFD172: hue angle of 45.6º degrees, saturation: 0.8, 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 #EFD172 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 114 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.06 |
| HSL | 45.6º | 0.8% | 0.69% | - |
| HSV(B) | 45.6º | 0.52% | 0.94% | - |
| XYZ | 61.43 | 65.17 | 25.26 | - |
| YUV | 207.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 114 | 0 | 0.13 | 0.52 | 0.06 | 45.6 | 0.8 | 0.69 |
| Hex | EF | D1 | 72 | 0 | D | 34 | 6 | 2E | 50 | 45 |
| Octal | 357 | 321 | 162 | 0 | 15 | 64 | 6 | 56 | 120 | 105 |
| Binary | 11101111 | 11010001 | 1110010 | 0 | 1101 | 110100 | 110 | 101110 | 1010000 | 1000101 |
Color Harmonies of #EFD172
Complementary color
Monochromatic Colors of #EFD172
Black with #EFD172
Text Example
Text Example
White with #EFD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD172; }
p { color: rgb(239,209,114); }
H1.HeaderClassName
{
color: #EFD172;
}
.AnyTagClassName
{
color: #EFD172;
}
</style>
background-color css
<style>
a { background-color: #EFD172; }
a { background-color: rgb(239,209,114); }
div.DivClassName
{
background-color: #EFD172;
}
.BgClassName
{
background-color: #EFD172;
}
</style>
border-color css
<style>
span { border-color: #EFD172; }
span { border-color: rgb(239,209,114); }
td.TdClassName
{
border-color: #EFD172;
}
.TagClassName
{
border-color: #EFD172;
}
</style>