Shades of Golden Sand #EFD375
Tints of Golden Sand #EFD375
RGB
CMYK
RGB Variations
Color information
#EFD375 (or 0xEFD375) is known color: Golden Sand. HEX triplet: EF, D3 and 75. RGB value is (239,211,117). Sum of RGB (Red+Green+Blue) = 239+211+117=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD375 is #102C8A. Grayscale: #D1D1D1. Windows color (decimal): -1059979 or 7721967. OLE color: 7721967.
HSL color Cylindrical-coordinate representation of color #EFD375: hue angle of 46.23º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EFD375 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 117 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.06 |
| HSL | 46.23º | 0.79% | 0.7% | - |
| HSV(B) | 46.23º | 0.51% | 0.94% | - |
| XYZ | 62.1 | 66.22 | 26.34 | - |
| YUV | 208.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 117 | 0 | 0.12 | 0.51 | 0.06 | 46.23 | 0.79 | 0.7 |
| Hex | EF | D3 | 75 | 0 | C | 33 | 6 | 2E | 4F | 46 |
| Octal | 357 | 323 | 165 | 0 | 14 | 63 | 6 | 56 | 117 | 106 |
| Binary | 11101111 | 11010011 | 1110101 | 0 | 1100 | 110011 | 110 | 101110 | 1001111 | 1000110 |
Color Harmonies of #EFD375
Complementary color
Monochromatic Colors of #EFD375
Black with #EFD375
Text Example
Text Example
White with #EFD375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD375; }
p { color: rgb(239,211,117); }
H1.HeaderClassName
{
color: #EFD375;
}
.AnyTagClassName
{
color: #EFD375;
}
</style>
background-color css
<style>
a { background-color: #EFD375; }
a { background-color: rgb(239,211,117); }
div.DivClassName
{
background-color: #EFD375;
}
.BgClassName
{
background-color: #EFD375;
}
</style>
border-color css
<style>
span { border-color: #EFD375; }
span { border-color: rgb(239,211,117); }
td.TdClassName
{
border-color: #EFD375;
}
.TagClassName
{
border-color: #EFD375;
}
</style>