Shades of Golden Sand #EBC96B
Tints of Golden Sand #EBC96B
RGB
CMYK
RGB Variations
Color information
#EBC96B (or 0xEBC96B) is known color: Golden Sand. HEX triplet: EB, C9 and 6B. RGB value is (235,201,107). Sum of RGB (Red+Green+Blue) = 235+201+107=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC96B is #143694. Grayscale: #C8C8C8. Windows color (decimal): -1324693 or 7064043. OLE color: 7064043.
HSL color Cylindrical-coordinate representation of color #EBC96B: hue angle of 44.06º 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 #EBC96B is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 107 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.08 |
| HSL | 44.06º | 0.76% | 0.67% | - |
| HSV(B) | 44.06º | 0.54% | 0.92% | - |
| XYZ | 57.8 | 60.5 | 22.54 | - |
| YUV | 200.45 | 75.26 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 107 | 0 | 0.14 | 0.54 | 0.08 | 44.06 | 0.76 | 0.67 |
| Hex | EB | C9 | 6B | 0 | E | 36 | 8 | 2C | 4C | 43 |
| Octal | 353 | 311 | 153 | 0 | 16 | 66 | 10 | 54 | 114 | 103 |
| Binary | 11101011 | 11001001 | 1101011 | 0 | 1110 | 110110 | 1000 | 101100 | 1001100 | 1000011 |
Color Harmonies of #EBC96B
Complementary color
Monochromatic Colors of #EBC96B
Black with #EBC96B
Text Example
Text Example
White with #EBC96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC96B; }
p { color: rgb(235,201,107); }
H1.HeaderClassName
{
color: #EBC96B;
}
.AnyTagClassName
{
color: #EBC96B;
}
</style>
background-color css
<style>
a { background-color: #EBC96B; }
a { background-color: rgb(235,201,107); }
div.DivClassName
{
background-color: #EBC96B;
}
.BgClassName
{
background-color: #EBC96B;
}
</style>
border-color css
<style>
span { border-color: #EBC96B; }
span { border-color: rgb(235,201,107); }
td.TdClassName
{
border-color: #EBC96B;
}
.TagClassName
{
border-color: #EBC96B;
}
</style>