Shades of Golden Sand #E9D56C
Tints of Golden Sand #E9D56C
RGB
CMYK
RGB Variations
Color information
#E9D56C (or 0xE9D56C) is known color: Golden Sand. HEX triplet: E9, D5 and 6C. RGB value is (233,213,108). Sum of RGB (Red+Green+Blue) = 233+213+108=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D56C is #162A93. Grayscale: #CFCFCF. Windows color (decimal): -1452692 or 7132649. OLE color: 7132649.
HSL color Cylindrical-coordinate representation of color #E9D56C: hue angle of 50.4º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E9D56C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 108 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.09 |
| HSL | 50.4º | 0.74% | 0.67% | - |
| HSV(B) | 50.4º | 0.54% | 0.91% | - |
| XYZ | 60.11 | 65.99 | 23.76 | - |
| YUV | 207.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 108 | 0 | 0.09 | 0.54 | 0.09 | 50.4 | 0.74 | 0.67 |
| Hex | E9 | D5 | 6C | 0 | 9 | 36 | 9 | 32 | 4A | 43 |
| Octal | 351 | 325 | 154 | 0 | 11 | 66 | 11 | 62 | 112 | 103 |
| Binary | 11101001 | 11010101 | 1101100 | 0 | 1001 | 110110 | 1001 | 110010 | 1001010 | 1000011 |
Color Harmonies of #E9D56C
Complementary color
Monochromatic Colors of #E9D56C
Black with #E9D56C
Text Example
Text Example
White with #E9D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D56C; }
p { color: rgb(233,213,108); }
H1.HeaderClassName
{
color: #E9D56C;
}
.AnyTagClassName
{
color: #E9D56C;
}
</style>
background-color css
<style>
a { background-color: #E9D56C; }
a { background-color: rgb(233,213,108); }
div.DivClassName
{
background-color: #E9D56C;
}
.BgClassName
{
background-color: #E9D56C;
}
</style>
border-color css
<style>
span { border-color: #E9D56C; }
span { border-color: rgb(233,213,108); }
td.TdClassName
{
border-color: #E9D56C;
}
.TagClassName
{
border-color: #E9D56C;
}
</style>