Shades of Golden Sand #EAD56E
Tints of Golden Sand #EAD56E
RGB
CMYK
RGB Variations
Color information
#EAD56E (or 0xEAD56E) is known color: Golden Sand. HEX triplet: EA, D5 and 6E. RGB value is (234,213,110). Sum of RGB (Red+Green+Blue) = 234+213+110=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD56E is #152A91. Grayscale: #CFCFCF. Windows color (decimal): -1387154 or 7263722. OLE color: 7263722.
HSL color Cylindrical-coordinate representation of color #EAD56E: hue angle of 49.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAD56E is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 213 | 110 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.08 |
| HSL | 49.84º | 0.75% | 0.67% | - |
| HSV(B) | 49.84º | 0.53% | 0.92% | - |
| XYZ | 60.54 | 66.21 | 24.34 | - |
| YUV | 207.54 | 72.96 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 213 | 110 | 0 | 0.09 | 0.53 | 0.08 | 49.84 | 0.75 | 0.67 |
| Hex | EA | D5 | 6E | 0 | 9 | 35 | 8 | 32 | 4B | 43 |
| Octal | 352 | 325 | 156 | 0 | 11 | 65 | 10 | 62 | 113 | 103 |
| Binary | 11101010 | 11010101 | 1101110 | 0 | 1001 | 110101 | 1000 | 110010 | 1001011 | 1000011 |
Color Harmonies of #EAD56E
Complementary color
Monochromatic Colors of #EAD56E
Black with #EAD56E
Text Example
Text Example
White with #EAD56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD56E; }
p { color: rgb(234,213,110); }
H1.HeaderClassName
{
color: #EAD56E;
}
.AnyTagClassName
{
color: #EAD56E;
}
</style>
background-color css
<style>
a { background-color: #EAD56E; }
a { background-color: rgb(234,213,110); }
div.DivClassName
{
background-color: #EAD56E;
}
.BgClassName
{
background-color: #EAD56E;
}
</style>
border-color css
<style>
span { border-color: #EAD56E; }
span { border-color: rgb(234,213,110); }
td.TdClassName
{
border-color: #EAD56E;
}
.TagClassName
{
border-color: #EAD56E;
}
</style>