Shades of Golden Sand #EBCD5F
Tints of Golden Sand #EBCD5F
RGB
CMYK
RGB Variations
Color information
#EBCD5F (or 0xEBCD5F) is known color: Golden Sand. HEX triplet: EB, CD and 5F. RGB value is (235,205,95). Sum of RGB (Red+Green+Blue) = 235+205+95=535 (70% of max value = 765). Red value is 235 (92.19% from 255 or 43.93% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 95 (37.5% from 255 or 17.76% from 535); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD5F is #1432A0. Grayscale: #C9C9C9. Windows color (decimal): -1323681 or 6278635. OLE color: 6278635.
HSL color Cylindrical-coordinate representation of color #EBCD5F: hue angle of 47.14º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBCD5F is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 95 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.08 |
| HSL | 47.14º | 0.78% | 0.65% | - |
| HSV(B) | 47.14º | 0.6% | 0.92% | - |
| XYZ | 58.16 | 62.15 | 19.76 | - |
| YUV | 201.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 95 | 0 | 0.13 | 0.60 | 0.08 | 47.14 | 0.78 | 0.65 |
| Hex | EB | CD | 5F | 0 | D | 3C | 8 | 2F | 4E | 41 |
| Octal | 353 | 315 | 137 | 0 | 15 | 74 | 10 | 57 | 116 | 101 |
| Binary | 11101011 | 11001101 | 1011111 | 0 | 1101 | 111100 | 1000 | 101111 | 1001110 | 1000001 |
Color Harmonies of #EBCD5F
Complementary color
Monochromatic Colors of #EBCD5F
Black with #EBCD5F
Text Example
Text Example
White with #EBCD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD5F; }
p { color: rgb(235,205,95); }
H1.HeaderClassName
{
color: #EBCD5F;
}
.AnyTagClassName
{
color: #EBCD5F;
}
</style>
background-color css
<style>
a { background-color: #EBCD5F; }
a { background-color: rgb(235,205,95); }
div.DivClassName
{
background-color: #EBCD5F;
}
.BgClassName
{
background-color: #EBCD5F;
}
</style>
border-color css
<style>
span { border-color: #EBCD5F; }
span { border-color: rgb(235,205,95); }
td.TdClassName
{
border-color: #EBCD5F;
}
.TagClassName
{
border-color: #EBCD5F;
}
</style>