Shades of Golden Sand #EFD271
Tints of Golden Sand #EFD271
RGB
CMYK
RGB Variations
Color information
#EFD271 (or 0xEFD271) is known color: Golden Sand. HEX triplet: EF, D2 and 71. RGB value is (239,210,113). Sum of RGB (Red+Green+Blue) = 239+210+113=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 113 (44.53% from 255 or 20.11% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD271 is #102D8E. Grayscale: #D0D0D0. Windows color (decimal): -1060239 or 7459567. OLE color: 7459567.
HSL color Cylindrical-coordinate representation of color #EFD271: hue angle of 46.19º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EFD271 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 113 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.06 |
| HSL | 46.19º | 0.8% | 0.69% | - |
| HSV(B) | 46.19º | 0.53% | 0.94% | - |
| XYZ | 61.62 | 65.64 | 25.04 | - |
| YUV | 207.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 113 | 0 | 0.12 | 0.53 | 0.06 | 46.19 | 0.8 | 0.69 |
| Hex | EF | D2 | 71 | 0 | C | 35 | 6 | 2E | 50 | 45 |
| Octal | 357 | 322 | 161 | 0 | 14 | 65 | 6 | 56 | 120 | 105 |
| Binary | 11101111 | 11010010 | 1110001 | 0 | 1100 | 110101 | 110 | 101110 | 1010000 | 1000101 |
Color Harmonies of #EFD271
Complementary color
Monochromatic Colors of #EFD271
Black with #EFD271
Text Example
Text Example
White with #EFD271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD271; }
p { color: rgb(239,210,113); }
H1.HeaderClassName
{
color: #EFD271;
}
.AnyTagClassName
{
color: #EFD271;
}
</style>
background-color css
<style>
a { background-color: #EFD271; }
a { background-color: rgb(239,210,113); }
div.DivClassName
{
background-color: #EFD271;
}
.BgClassName
{
background-color: #EFD271;
}
</style>
border-color css
<style>
span { border-color: #EFD271; }
span { border-color: rgb(239,210,113); }
td.TdClassName
{
border-color: #EFD271;
}
.TagClassName
{
border-color: #EFD271;
}
</style>