Shades of Golden Sand #EBCD6F
Tints of Golden Sand #EBCD6F
RGB
CMYK
RGB Variations
Color information
#EBCD6F (or 0xEBCD6F) is known color: Golden Sand. HEX triplet: EB, CD and 6F. RGB value is (235,205,111). Sum of RGB (Red+Green+Blue) = 235+205+111=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD6F is #143290. Grayscale: #CBCBCB. Windows color (decimal): -1323665 or 7327211. OLE color: 7327211.
HSL color Cylindrical-coordinate representation of color #EBCD6F: hue angle of 45.48º 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 #EBCD6F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 111 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.08 |
| HSL | 45.48º | 0.76% | 0.68% | - |
| HSV(B) | 45.48º | 0.53% | 0.92% | - |
| XYZ | 58.96 | 62.47 | 23.99 | - |
| YUV | 203.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 111 | 0 | 0.13 | 0.53 | 0.08 | 45.48 | 0.76 | 0.68 |
| Hex | EB | CD | 6F | 0 | D | 35 | 8 | 2D | 4C | 44 |
| Octal | 353 | 315 | 157 | 0 | 15 | 65 | 10 | 55 | 114 | 104 |
| Binary | 11101011 | 11001101 | 1101111 | 0 | 1101 | 110101 | 1000 | 101101 | 1001100 | 1000100 |
Color Harmonies of #EBCD6F
Complementary color
Monochromatic Colors of #EBCD6F
Black with #EBCD6F
Text Example
Text Example
White with #EBCD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD6F; }
p { color: rgb(235,205,111); }
H1.HeaderClassName
{
color: #EBCD6F;
}
.AnyTagClassName
{
color: #EBCD6F;
}
</style>
background-color css
<style>
a { background-color: #EBCD6F; }
a { background-color: rgb(235,205,111); }
div.DivClassName
{
background-color: #EBCD6F;
}
.BgClassName
{
background-color: #EBCD6F;
}
</style>
border-color css
<style>
span { border-color: #EBCD6F; }
span { border-color: rgb(235,205,111); }
td.TdClassName
{
border-color: #EBCD6F;
}
.TagClassName
{
border-color: #EBCD6F;
}
</style>