Shades of Golden Sand #EBD06C
Tints of Golden Sand #EBD06C
RGB
CMYK
RGB Variations
Color information
#EBD06C (or 0xEBD06C) is known color: Golden Sand. HEX triplet: EB, D0 and 6C. RGB value is (235,208,108). Sum of RGB (Red+Green+Blue) = 235+208+108=551 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.65% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD06C is #142F93. Grayscale: #CDCDCD. Windows color (decimal): -1322900 or 7131371. OLE color: 7131371.
HSL color Cylindrical-coordinate representation of color #EBD06C: hue angle of 47.24º 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 #EBD06C is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 208 | 108 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.08 |
| HSL | 47.24º | 0.76% | 0.67% | - |
| HSV(B) | 47.24º | 0.54% | 0.92% | - |
| XYZ | 59.52 | 63.86 | 23.38 | - |
| YUV | 204.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 208 | 108 | 0 | 0.11 | 0.54 | 0.08 | 47.24 | 0.76 | 0.67 |
| Hex | EB | D0 | 6C | 0 | B | 36 | 8 | 2F | 4C | 43 |
| Octal | 353 | 320 | 154 | 0 | 13 | 66 | 10 | 57 | 114 | 103 |
| Binary | 11101011 | 11010000 | 1101100 | 0 | 1011 | 110110 | 1000 | 101111 | 1001100 | 1000011 |
Color Harmonies of #EBD06C
Complementary color
Monochromatic Colors of #EBD06C
Black with #EBD06C
Text Example
Text Example
White with #EBD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBD06C; }
p { color: rgb(235,208,108); }
H1.HeaderClassName
{
color: #EBD06C;
}
.AnyTagClassName
{
color: #EBD06C;
}
</style>
background-color css
<style>
a { background-color: #EBD06C; }
a { background-color: rgb(235,208,108); }
div.DivClassName
{
background-color: #EBD06C;
}
.BgClassName
{
background-color: #EBD06C;
}
</style>
border-color css
<style>
span { border-color: #EBD06C; }
span { border-color: rgb(235,208,108); }
td.TdClassName
{
border-color: #EBD06C;
}
.TagClassName
{
border-color: #EBD06C;
}
</style>