Shades of Golden Sand #EBD16B
Tints of Golden Sand #EBD16B
RGB
CMYK
RGB Variations
Color information
#EBD16B (or 0xEBD16B) is known color: Golden Sand. HEX triplet: EB, D1 and 6B. RGB value is (235,209,107). Sum of RGB (Red+Green+Blue) = 235+209+107=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD16B is #142E94. Grayscale: #CDCDCD. Windows color (decimal): -1322645 or 7066091. OLE color: 7066091.
HSL color Cylindrical-coordinate representation of color #EBD16B: hue angle of 47.81º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBD16B is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 209 | 107 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.08 |
| HSL | 47.81º | 0.76% | 0.67% | - |
| HSV(B) | 47.81º | 0.54% | 0.92% | - |
| XYZ | 59.72 | 64.32 | 23.18 | - |
| YUV | 205.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 209 | 107 | 0 | 0.11 | 0.54 | 0.08 | 47.81 | 0.76 | 0.67 |
| Hex | EB | D1 | 6B | 0 | B | 36 | 8 | 30 | 4C | 43 |
| Octal | 353 | 321 | 153 | 0 | 13 | 66 | 10 | 60 | 114 | 103 |
| Binary | 11101011 | 11010001 | 1101011 | 0 | 1011 | 110110 | 1000 | 110000 | 1001100 | 1000011 |
Color Harmonies of #EBD16B
Complementary color
Monochromatic Colors of #EBD16B
Black with #EBD16B
Text Example
Text Example
White with #EBD16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD16B; }
p { color: rgb(235,209,107); }
H1.HeaderClassName
{
color: #EBD16B;
}
.AnyTagClassName
{
color: #EBD16B;
}
</style>
background-color css
<style>
a { background-color: #EBD16B; }
a { background-color: rgb(235,209,107); }
div.DivClassName
{
background-color: #EBD16B;
}
.BgClassName
{
background-color: #EBD16B;
}
</style>
border-color css
<style>
span { border-color: #EBD16B; }
span { border-color: rgb(235,209,107); }
td.TdClassName
{
border-color: #EBD16B;
}
.TagClassName
{
border-color: #EBD16B;
}
</style>