Shades of Golden Sand #EFC46E
Tints of Golden Sand #EFC46E
RGB
CMYK
RGB Variations
Color information
#EFC46E (or 0xEFC46E) is known color: Golden Sand. HEX triplet: EF, C4 and 6E. RGB value is (239,196,110). Sum of RGB (Red+Green+Blue) = 239+196+110=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 110 (43.36% from 255 or 20.18% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC46E is #103B91. Grayscale: #C7C7C7. Windows color (decimal): -1063826 or 7259375. OLE color: 7259375.
HSL color Cylindrical-coordinate representation of color #EFC46E: hue angle of 40º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EFC46E is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 110 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.06 |
| HSL | 40º | 0.8% | 0.68% | - |
| HSV(B) | 40º | 0.54% | 0.94% | - |
| XYZ | 58.15 | 58.96 | 23.07 | - |
| YUV | 199.05 | 77.75 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 110 | 0 | 0.18 | 0.54 | 0.06 | 40 | 0.8 | 0.68 |
| Hex | EF | C4 | 6E | 0 | 12 | 36 | 6 | 28 | 50 | 44 |
| Octal | 357 | 304 | 156 | 0 | 22 | 66 | 6 | 50 | 120 | 104 |
| Binary | 11101111 | 11000100 | 1101110 | 0 | 10010 | 110110 | 110 | 101000 | 1010000 | 1000100 |
Color Harmonies of #EFC46E
Complementary color
Monochromatic Colors of #EFC46E
Black with #EFC46E
Text Example
Text Example
White with #EFC46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC46E; }
p { color: rgb(239,196,110); }
H1.HeaderClassName
{
color: #EFC46E;
}
.AnyTagClassName
{
color: #EFC46E;
}
</style>
background-color css
<style>
a { background-color: #EFC46E; }
a { background-color: rgb(239,196,110); }
div.DivClassName
{
background-color: #EFC46E;
}
.BgClassName
{
background-color: #EFC46E;
}
</style>
border-color css
<style>
span { border-color: #EFC46E; }
span { border-color: rgb(239,196,110); }
td.TdClassName
{
border-color: #EFC46E;
}
.TagClassName
{
border-color: #EFC46E;
}
</style>