Shades of Golden Sand #EFC760
Tints of Golden Sand #EFC760
RGB
CMYK
RGB Variations
Color information
#EFC760 (or 0xEFC760) is known color: Golden Sand. HEX triplet: EF, C7 and 60. RGB value is (239,199,96). Sum of RGB (Red+Green+Blue) = 239+199+96=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC760 is #10389F. Grayscale: #C7C7C7. Windows color (decimal): -1063072 or 6342639. OLE color: 6342639.
HSL color Cylindrical-coordinate representation of color #EFC760: hue angle of 43.22º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EFC760 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 96 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.06 |
| HSL | 43.22º | 0.82% | 0.66% | - |
| HSV(B) | 43.22º | 0.6% | 0.94% | - |
| XYZ | 58.13 | 60.04 | 19.59 | - |
| YUV | 199.22 | 69.75 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 96 | 0 | 0.17 | 0.60 | 0.06 | 43.22 | 0.82 | 0.66 |
| Hex | EF | C7 | 60 | 0 | 11 | 3C | 6 | 2B | 52 | 42 |
| Octal | 357 | 307 | 140 | 0 | 21 | 74 | 6 | 53 | 122 | 102 |
| Binary | 11101111 | 11000111 | 1100000 | 0 | 10001 | 111100 | 110 | 101011 | 1010010 | 1000010 |
Color Harmonies of #EFC760
Complementary color
Monochromatic Colors of #EFC760
Black with #EFC760
Text Example
Text Example
White with #EFC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC760; }
p { color: rgb(239,199,96); }
H1.HeaderClassName
{
color: #EFC760;
}
.AnyTagClassName
{
color: #EFC760;
}
</style>
background-color css
<style>
a { background-color: #EFC760; }
a { background-color: rgb(239,199,96); }
div.DivClassName
{
background-color: #EFC760;
}
.BgClassName
{
background-color: #EFC760;
}
</style>
border-color css
<style>
span { border-color: #EFC760; }
span { border-color: rgb(239,199,96); }
td.TdClassName
{
border-color: #EFC760;
}
.TagClassName
{
border-color: #EFC760;
}
</style>