Shades of Golden Sand #EFC46A
Tints of Golden Sand #EFC46A
RGB
CMYK
RGB Variations
Color information
#EFC46A (or 0xEFC46A) is known color: Golden Sand. HEX triplet: EF, C4 and 6A. RGB value is (239,196,106). Sum of RGB (Red+Green+Blue) = 239+196+106=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC46A is #103B95. Grayscale: #C7C7C7. Windows color (decimal): -1063830 or 6997231. OLE color: 6997231.
HSL color Cylindrical-coordinate representation of color #EFC46A: hue angle of 40.6º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFC46A is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 106 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.06 |
| HSL | 40.6º | 0.81% | 0.68% | - |
| HSV(B) | 40.6º | 0.56% | 0.94% | - |
| XYZ | 57.94 | 58.87 | 21.95 | - |
| YUV | 198.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 106 | 0 | 0.18 | 0.56 | 0.06 | 40.6 | 0.81 | 0.68 |
| Hex | EF | C4 | 6A | 0 | 12 | 38 | 6 | 29 | 51 | 44 |
| Octal | 357 | 304 | 152 | 0 | 22 | 70 | 6 | 51 | 121 | 104 |
| Binary | 11101111 | 11000100 | 1101010 | 0 | 10010 | 111000 | 110 | 101001 | 1010001 | 1000100 |
Color Harmonies of #EFC46A
Complementary color
Monochromatic Colors of #EFC46A
Black with #EFC46A
Text Example
Text Example
White with #EFC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC46A; }
p { color: rgb(239,196,106); }
H1.HeaderClassName
{
color: #EFC46A;
}
.AnyTagClassName
{
color: #EFC46A;
}
</style>
background-color css
<style>
a { background-color: #EFC46A; }
a { background-color: rgb(239,196,106); }
div.DivClassName
{
background-color: #EFC46A;
}
.BgClassName
{
background-color: #EFC46A;
}
</style>
border-color css
<style>
span { border-color: #EFC46A; }
span { border-color: rgb(239,196,106); }
td.TdClassName
{
border-color: #EFC46A;
}
.TagClassName
{
border-color: #EFC46A;
}
</style>