Shades of Golden Sand #EFD275
Tints of Golden Sand #EFD275
RGB
CMYK
RGB Variations
Color information
#EFD275 (or 0xEFD275) is known color: Golden Sand. HEX triplet: EF, D2 and 75. RGB value is (239,210,117). Sum of RGB (Red+Green+Blue) = 239+210+117=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD275 is #102D8A. Grayscale: #D0D0D0. Windows color (decimal): -1060235 or 7721711. OLE color: 7721711.
HSL color Cylindrical-coordinate representation of color #EFD275: hue angle of 45.74º 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 #EFD275 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 117 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.06 |
| HSL | 45.74º | 0.79% | 0.7% | - |
| HSV(B) | 45.74º | 0.51% | 0.94% | - |
| XYZ | 61.85 | 65.73 | 26.26 | - |
| YUV | 208.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 117 | 0 | 0.12 | 0.51 | 0.06 | 45.74 | 0.79 | 0.7 |
| Hex | EF | D2 | 75 | 0 | C | 33 | 6 | 2E | 4F | 46 |
| Octal | 357 | 322 | 165 | 0 | 14 | 63 | 6 | 56 | 117 | 106 |
| Binary | 11101111 | 11010010 | 1110101 | 0 | 1100 | 110011 | 110 | 101110 | 1001111 | 1000110 |
Color Harmonies of #EFD275
Complementary color
Monochromatic Colors of #EFD275
Black with #EFD275
Text Example
Text Example
White with #EFD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD275; }
p { color: rgb(239,210,117); }
H1.HeaderClassName
{
color: #EFD275;
}
.AnyTagClassName
{
color: #EFD275;
}
</style>
background-color css
<style>
a { background-color: #EFD275; }
a { background-color: rgb(239,210,117); }
div.DivClassName
{
background-color: #EFD275;
}
.BgClassName
{
background-color: #EFD275;
}
</style>
border-color css
<style>
span { border-color: #EFD275; }
span { border-color: rgb(239,210,117); }
td.TdClassName
{
border-color: #EFD275;
}
.TagClassName
{
border-color: #EFD275;
}
</style>