Shades of Golden Sand #EFD76B
Tints of Golden Sand #EFD76B
RGB
CMYK
RGB Variations
Color information
#EFD76B (or 0xEFD76B) is known color: Golden Sand. HEX triplet: EF, D7 and 6B. RGB value is (239,215,107). Sum of RGB (Red+Green+Blue) = 239+215+107=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD76B is #102894. Grayscale: #D2D2D2. Windows color (decimal): -1058965 or 7067631. OLE color: 7067631.
HSL color Cylindrical-coordinate representation of color #EFD76B: hue angle of 49.09º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EFD76B is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 215 | 107 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.06 |
| HSL | 49.09º | 0.8% | 0.68% | - |
| HSV(B) | 49.09º | 0.55% | 0.94% | - |
| XYZ | 62.55 | 68.01 | 23.74 | - |
| YUV | 209.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 215 | 107 | 0 | 0.10 | 0.55 | 0.06 | 49.09 | 0.8 | 0.68 |
| Hex | EF | D7 | 6B | 0 | A | 37 | 6 | 31 | 50 | 44 |
| Octal | 357 | 327 | 153 | 0 | 12 | 67 | 6 | 61 | 120 | 104 |
| Binary | 11101111 | 11010111 | 1101011 | 0 | 1010 | 110111 | 110 | 110001 | 1010000 | 1000100 |
Color Harmonies of #EFD76B
Complementary color
Monochromatic Colors of #EFD76B
Black with #EFD76B
Text Example
Text Example
White with #EFD76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD76B; }
p { color: rgb(239,215,107); }
H1.HeaderClassName
{
color: #EFD76B;
}
.AnyTagClassName
{
color: #EFD76B;
}
</style>
background-color css
<style>
a { background-color: #EFD76B; }
a { background-color: rgb(239,215,107); }
div.DivClassName
{
background-color: #EFD76B;
}
.BgClassName
{
background-color: #EFD76B;
}
</style>
border-color css
<style>
span { border-color: #EFD76B; }
span { border-color: rgb(239,215,107); }
td.TdClassName
{
border-color: #EFD76B;
}
.TagClassName
{
border-color: #EFD76B;
}
</style>