Shades of Golden Sand #EFC46C
Tints of Golden Sand #EFC46C
RGB
CMYK
RGB Variations
Color information
#EFC46C (or 0xEFC46C) is known color: Golden Sand. HEX triplet: EF, C4 and 6C. RGB value is (239,196,108). Sum of RGB (Red+Green+Blue) = 239+196+108=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC46C is #103B93. Grayscale: #C7C7C7. Windows color (decimal): -1063828 or 7128303. OLE color: 7128303.
HSL color Cylindrical-coordinate representation of color #EFC46C: hue angle of 40.31º 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 #EFC46C is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 108 | - |
| CMYK | 0 | 0.18 | 0.55 | 0.06 |
| HSL | 40.31º | 0.8% | 0.68% | - |
| HSV(B) | 40.31º | 0.55% | 0.94% | - |
| XYZ | 58.04 | 58.91 | 22.5 | - |
| YUV | 198.83 | 76.75 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 108 | 0 | 0.18 | 0.55 | 0.06 | 40.31 | 0.8 | 0.68 |
| Hex | EF | C4 | 6C | 0 | 12 | 37 | 6 | 28 | 50 | 44 |
| Octal | 357 | 304 | 154 | 0 | 22 | 67 | 6 | 50 | 120 | 104 |
| Binary | 11101111 | 11000100 | 1101100 | 0 | 10010 | 110111 | 110 | 101000 | 1010000 | 1000100 |
Color Harmonies of #EFC46C
Complementary color
Monochromatic Colors of #EFC46C
Black with #EFC46C
Text Example
Text Example
White with #EFC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC46C; }
p { color: rgb(239,196,108); }
H1.HeaderClassName
{
color: #EFC46C;
}
.AnyTagClassName
{
color: #EFC46C;
}
</style>
background-color css
<style>
a { background-color: #EFC46C; }
a { background-color: rgb(239,196,108); }
div.DivClassName
{
background-color: #EFC46C;
}
.BgClassName
{
background-color: #EFC46C;
}
</style>
border-color css
<style>
span { border-color: #EFC46C; }
span { border-color: rgb(239,196,108); }
td.TdClassName
{
border-color: #EFC46C;
}
.TagClassName
{
border-color: #EFC46C;
}
</style>