Shades of Golden Sand #EBC95E
Tints of Golden Sand #EBC95E
RGB
CMYK
RGB Variations
Color information
#EBC95E (or 0xEBC95E) is known color: Golden Sand. HEX triplet: EB, C9 and 5E. RGB value is (235,201,94). Sum of RGB (Red+Green+Blue) = 235+201+94=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 201 (78.91% from 255 or 37.92% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC95E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC95E is #1436A1. Grayscale: #C7C7C7. Windows color (decimal): -1324706 or 6212075. OLE color: 6212075.
HSL color Cylindrical-coordinate representation of color #EBC95E: hue angle of 45.53º 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 #EBC95E is Cyan = 0, Magento = 0.14, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 94 | - |
| CMYK | 0 | 0.14 | 0.6 | 0.08 |
| HSL | 45.53º | 0.78% | 0.65% | - |
| HSV(B) | 45.53º | 0.6% | 0.92% | - |
| XYZ | 57.17 | 60.24 | 19.2 | - |
| YUV | 198.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 94 | 0 | 0.14 | 0.6 | 0.08 | 45.53 | 0.78 | 0.65 |
| Hex | EB | C9 | 5E | 0 | E | 3C | 8 | 2E | 4E | 41 |
| Octal | 353 | 311 | 136 | 0 | 16 | 74 | 10 | 56 | 116 | 101 |
| Binary | 11101011 | 11001001 | 1011110 | 0 | 1110 | 111100 | 1000 | 101110 | 1001110 | 1000001 |
Color Harmonies of #EBC95E
Complementary color
Monochromatic Colors of #EBC95E
Black with #EBC95E
Text Example
Text Example
White with #EBC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC95E; }
p { color: rgb(235,201,94); }
H1.HeaderClassName
{
color: #EBC95E;
}
.AnyTagClassName
{
color: #EBC95E;
}
</style>
background-color css
<style>
a { background-color: #EBC95E; }
a { background-color: rgb(235,201,94); }
div.DivClassName
{
background-color: #EBC95E;
}
.BgClassName
{
background-color: #EBC95E;
}
</style>
border-color css
<style>
span { border-color: #EBC95E; }
span { border-color: rgb(235,201,94); }
td.TdClassName
{
border-color: #EBC95E;
}
.TagClassName
{
border-color: #EBC95E;
}
</style>