Shades of Golden Sand #EBCC6E
Tints of Golden Sand #EBCC6E
RGB
CMYK
RGB Variations
Color information
#EBCC6E (or 0xEBCC6E) is known color: Golden Sand. HEX triplet: EB, CC and 6E. RGB value is (235,204,110). Sum of RGB (Red+Green+Blue) = 235+204+110=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCC6E is #143391. Grayscale: #CACACA. Windows color (decimal): -1323922 or 7261419. OLE color: 7261419.
HSL color Cylindrical-coordinate representation of color #EBCC6E: hue angle of 45.12º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBCC6E is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 204 | 110 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.08 |
| HSL | 45.12º | 0.76% | 0.68% | - |
| HSV(B) | 45.12º | 0.53% | 0.92% | - |
| XYZ | 58.67 | 61.97 | 23.62 | - |
| YUV | 202.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 204 | 110 | 0 | 0.13 | 0.53 | 0.08 | 45.12 | 0.76 | 0.68 |
| Hex | EB | CC | 6E | 0 | D | 35 | 8 | 2D | 4C | 44 |
| Octal | 353 | 314 | 156 | 0 | 15 | 65 | 10 | 55 | 114 | 104 |
| Binary | 11101011 | 11001100 | 1101110 | 0 | 1101 | 110101 | 1000 | 101101 | 1001100 | 1000100 |
Color Harmonies of #EBCC6E
Complementary color
Monochromatic Colors of #EBCC6E
Black with #EBCC6E
Text Example
Text Example
White with #EBCC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCC6E; }
p { color: rgb(235,204,110); }
H1.HeaderClassName
{
color: #EBCC6E;
}
.AnyTagClassName
{
color: #EBCC6E;
}
</style>
background-color css
<style>
a { background-color: #EBCC6E; }
a { background-color: rgb(235,204,110); }
div.DivClassName
{
background-color: #EBCC6E;
}
.BgClassName
{
background-color: #EBCC6E;
}
</style>
border-color css
<style>
span { border-color: #EBCC6E; }
span { border-color: rgb(235,204,110); }
td.TdClassName
{
border-color: #EBCC6E;
}
.TagClassName
{
border-color: #EBCC6E;
}
</style>