Shades of Golden Sand #EBC665
Tints of Golden Sand #EBC665
RGB
CMYK
RGB Variations
Color information
#EBC665 (or 0xEBC665) is known color: Golden Sand. HEX triplet: EB, C6 and 65. RGB value is (235,198,101). Sum of RGB (Red+Green+Blue) = 235+198+101=534 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.01% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC665 is #14399A. Grayscale: #C6C6C6. Windows color (decimal): -1325467 or 6670059. OLE color: 6670059.
HSL color Cylindrical-coordinate representation of color #EBC665: hue angle of 43.43º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBC665 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 198 | 101 | - |
| CMYK | 0 | 0.16 | 0.57 | 0.08 |
| HSL | 43.43º | 0.77% | 0.66% | - |
| HSV(B) | 43.43º | 0.57% | 0.92% | - |
| XYZ | 56.8 | 58.99 | 20.7 | - |
| YUV | 198.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 198 | 101 | 0 | 0.16 | 0.57 | 0.08 | 43.43 | 0.77 | 0.66 |
| Hex | EB | C6 | 65 | 0 | 10 | 39 | 8 | 2B | 4D | 42 |
| Octal | 353 | 306 | 145 | 0 | 20 | 71 | 10 | 53 | 115 | 102 |
| Binary | 11101011 | 11000110 | 1100101 | 0 | 10000 | 111001 | 1000 | 101011 | 1001101 | 1000010 |
Color Harmonies of #EBC665
Complementary color
Monochromatic Colors of #EBC665
Black with #EBC665
Text Example
Text Example
White with #EBC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC665; }
p { color: rgb(235,198,101); }
H1.HeaderClassName
{
color: #EBC665;
}
.AnyTagClassName
{
color: #EBC665;
}
</style>
background-color css
<style>
a { background-color: #EBC665; }
a { background-color: rgb(235,198,101); }
div.DivClassName
{
background-color: #EBC665;
}
.BgClassName
{
background-color: #EBC665;
}
</style>
border-color css
<style>
span { border-color: #EBC665; }
span { border-color: rgb(235,198,101); }
td.TdClassName
{
border-color: #EBC665;
}
.TagClassName
{
border-color: #EBC665;
}
</style>