Shades of Golden Sand #EAD56C
Tints of Golden Sand #EAD56C
RGB
CMYK
RGB Variations
Color information
#EAD56C (or 0xEAD56C) is known color: Golden Sand. HEX triplet: EA, D5 and 6C. RGB value is (234,213,108). Sum of RGB (Red+Green+Blue) = 234+213+108=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 108 (42.58% from 255 or 19.46% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD56C is #152A93. Grayscale: #CFCFCF. Windows color (decimal): -1387156 or 7132650. OLE color: 7132650.
HSL color Cylindrical-coordinate representation of color #EAD56C: hue angle of 50º degrees, saturation: 0.75, 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 #EAD56C is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 108 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.08 |
| HSL | 50º | 0.75% | 0.67% | - |
| HSV(B) | 50º | 0.54% | 0.92% | - |
| XYZ | 60.43 | 66.16 | 23.77 | - |
| YUV | 207.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 108 | 0 | 0.09 | 0.54 | 0.08 | 50 | 0.75 | 0.67 |
| Hex | EA | D5 | 6C | 0 | 9 | 36 | 8 | 32 | 4B | 43 |
| Octal | 352 | 325 | 154 | 0 | 11 | 66 | 10 | 62 | 113 | 103 |
| Binary | 11101010 | 11010101 | 1101100 | 0 | 1001 | 110110 | 1000 | 110010 | 1001011 | 1000011 |
Color Harmonies of #EAD56C
Complementary color
Monochromatic Colors of #EAD56C
Black with #EAD56C
Text Example
Text Example
White with #EAD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD56C; }
p { color: rgb(234,213,108); }
H1.HeaderClassName
{
color: #EAD56C;
}
.AnyTagClassName
{
color: #EAD56C;
}
</style>
background-color css
<style>
a { background-color: #EAD56C; }
a { background-color: rgb(234,213,108); }
div.DivClassName
{
background-color: #EAD56C;
}
.BgClassName
{
background-color: #EAD56C;
}
</style>
border-color css
<style>
span { border-color: #EAD56C; }
span { border-color: rgb(234,213,108); }
td.TdClassName
{
border-color: #EAD56C;
}
.TagClassName
{
border-color: #EAD56C;
}
</style>