Shades of Golden Sand #EBC46C
Tints of Golden Sand #EBC46C
RGB
CMYK
RGB Variations
Color information
#EBC46C (or 0xEBC46C) is known color: Golden Sand. HEX triplet: EB, C4 and 6C. RGB value is (235,196,108). Sum of RGB (Red+Green+Blue) = 235+196+108=539 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.60% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC46C is #143B93. Grayscale: #C6C6C6. Windows color (decimal): -1325972 or 7128299. OLE color: 7128299.
HSL color Cylindrical-coordinate representation of color #EBC46C: hue angle of 41.57º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBC46C is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 108 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.08 |
| HSL | 41.57º | 0.76% | 0.67% | - |
| HSV(B) | 41.57º | 0.54% | 0.92% | - |
| XYZ | 56.71 | 58.22 | 22.44 | - |
| YUV | 197.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 108 | 0 | 0.17 | 0.54 | 0.08 | 41.57 | 0.76 | 0.67 |
| Hex | EB | C4 | 6C | 0 | 11 | 36 | 8 | 2A | 4C | 43 |
| Octal | 353 | 304 | 154 | 0 | 21 | 66 | 10 | 52 | 114 | 103 |
| Binary | 11101011 | 11000100 | 1101100 | 0 | 10001 | 110110 | 1000 | 101010 | 1001100 | 1000011 |
Color Harmonies of #EBC46C
Complementary color
Monochromatic Colors of #EBC46C
Black with #EBC46C
Text Example
Text Example
White with #EBC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC46C; }
p { color: rgb(235,196,108); }
H1.HeaderClassName
{
color: #EBC46C;
}
.AnyTagClassName
{
color: #EBC46C;
}
</style>
background-color css
<style>
a { background-color: #EBC46C; }
a { background-color: rgb(235,196,108); }
div.DivClassName
{
background-color: #EBC46C;
}
.BgClassName
{
background-color: #EBC46C;
}
</style>
border-color css
<style>
span { border-color: #EBC46C; }
span { border-color: rgb(235,196,108); }
td.TdClassName
{
border-color: #EBC46C;
}
.TagClassName
{
border-color: #EBC46C;
}
</style>