Shades of Golden Sand #E9D56D
Tints of Golden Sand #E9D56D
RGB
CMYK
RGB Variations
Color information
#E9D56D (or 0xE9D56D) is known color: Golden Sand. HEX triplet: E9, D5 and 6D. RGB value is (233,213,109). Sum of RGB (Red+Green+Blue) = 233+213+109=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D56D is #162A92. Grayscale: #CFCFCF. Windows color (decimal): -1452691 or 7198185. OLE color: 7198185.
HSL color Cylindrical-coordinate representation of color #E9D56D: hue angle of 50.32º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E9D56D is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 213 | 109 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.09 |
| HSL | 50.32º | 0.74% | 0.67% | - |
| HSV(B) | 50.32º | 0.53% | 0.91% | - |
| XYZ | 60.16 | 66.02 | 24.04 | - |
| YUV | 207.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 213 | 109 | 0 | 0.09 | 0.53 | 0.09 | 50.32 | 0.74 | 0.67 |
| Hex | E9 | D5 | 6D | 0 | 9 | 35 | 9 | 32 | 4A | 43 |
| Octal | 351 | 325 | 155 | 0 | 11 | 65 | 11 | 62 | 112 | 103 |
| Binary | 11101001 | 11010101 | 1101101 | 0 | 1001 | 110101 | 1001 | 110010 | 1001010 | 1000011 |
Color Harmonies of #E9D56D
Complementary color
Monochromatic Colors of #E9D56D
Black with #E9D56D
Text Example
Text Example
White with #E9D56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D56D; }
p { color: rgb(233,213,109); }
H1.HeaderClassName
{
color: #E9D56D;
}
.AnyTagClassName
{
color: #E9D56D;
}
</style>
background-color css
<style>
a { background-color: #E9D56D; }
a { background-color: rgb(233,213,109); }
div.DivClassName
{
background-color: #E9D56D;
}
.BgClassName
{
background-color: #E9D56D;
}
</style>
border-color css
<style>
span { border-color: #E9D56D; }
span { border-color: rgb(233,213,109); }
td.TdClassName
{
border-color: #E9D56D;
}
.TagClassName
{
border-color: #E9D56D;
}
</style>