Shades of Golden Sand #EBCD5E
Tints of Golden Sand #EBCD5E
RGB
CMYK
RGB Variations
Color information
#EBCD5E (or 0xEBCD5E) is known color: Golden Sand. HEX triplet: EB, CD and 5E. RGB value is (235,205,94). Sum of RGB (Red+Green+Blue) = 235+205+94=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 94 (37.11% from 255 or 17.60% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCD5E is #1432A1. Grayscale: #C9C9C9. Windows color (decimal): -1323682 or 6213099. OLE color: 6213099.
HSL color Cylindrical-coordinate representation of color #EBCD5E: hue angle of 47.23º 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 #EBCD5E is Cyan = 0, Magento = 0.13, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 205 | 94 | - |
| CMYK | 0 | 0.13 | 0.6 | 0.08 |
| HSL | 47.23º | 0.78% | 0.65% | - |
| HSV(B) | 47.23º | 0.6% | 0.92% | - |
| XYZ | 58.11 | 62.13 | 19.52 | - |
| YUV | 201.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 205 | 94 | 0 | 0.13 | 0.6 | 0.08 | 47.23 | 0.78 | 0.65 |
| Hex | EB | CD | 5E | 0 | D | 3C | 8 | 2F | 4E | 41 |
| Octal | 353 | 315 | 136 | 0 | 15 | 74 | 10 | 57 | 116 | 101 |
| Binary | 11101011 | 11001101 | 1011110 | 0 | 1101 | 111100 | 1000 | 101111 | 1001110 | 1000001 |
Color Harmonies of #EBCD5E
Complementary color
Monochromatic Colors of #EBCD5E
Black with #EBCD5E
Text Example
Text Example
White with #EBCD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBCD5E; }
p { color: rgb(235,205,94); }
H1.HeaderClassName
{
color: #EBCD5E;
}
.AnyTagClassName
{
color: #EBCD5E;
}
</style>
background-color css
<style>
a { background-color: #EBCD5E; }
a { background-color: rgb(235,205,94); }
div.DivClassName
{
background-color: #EBCD5E;
}
.BgClassName
{
background-color: #EBCD5E;
}
</style>
border-color css
<style>
span { border-color: #EBCD5E; }
span { border-color: rgb(235,205,94); }
td.TdClassName
{
border-color: #EBCD5E;
}
.TagClassName
{
border-color: #EBCD5E;
}
</style>