Shades of Golden Sand #EAD36E
Tints of Golden Sand #EAD36E
RGB
CMYK
RGB Variations
Color information
#EAD36E (or 0xEAD36E) is known color: Golden Sand. HEX triplet: EA, D3 and 6E. RGB value is (234,211,110). Sum of RGB (Red+Green+Blue) = 234+211+110=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD36E is #152C91. Grayscale: #CECECE. Windows color (decimal): -1387666 or 7263210. OLE color: 7263210.
HSL color Cylindrical-coordinate representation of color #EAD36E: hue angle of 48.87º 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 #EAD36E is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 211 | 110 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.08 |
| HSL | 48.87º | 0.75% | 0.67% | - |
| HSV(B) | 48.87º | 0.53% | 0.92% | - |
| XYZ | 60.04 | 65.21 | 24.17 | - |
| YUV | 206.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 211 | 110 | 0 | 0.10 | 0.53 | 0.08 | 48.87 | 0.75 | 0.67 |
| Hex | EA | D3 | 6E | 0 | A | 35 | 8 | 31 | 4B | 43 |
| Octal | 352 | 323 | 156 | 0 | 12 | 65 | 10 | 61 | 113 | 103 |
| Binary | 11101010 | 11010011 | 1101110 | 0 | 1010 | 110101 | 1000 | 110001 | 1001011 | 1000011 |
Color Harmonies of #EAD36E
Complementary color
Monochromatic Colors of #EAD36E
Black with #EAD36E
Text Example
Text Example
White with #EAD36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD36E; }
p { color: rgb(234,211,110); }
H1.HeaderClassName
{
color: #EAD36E;
}
.AnyTagClassName
{
color: #EAD36E;
}
</style>
background-color css
<style>
a { background-color: #EAD36E; }
a { background-color: rgb(234,211,110); }
div.DivClassName
{
background-color: #EAD36E;
}
.BgClassName
{
background-color: #EAD36E;
}
</style>
border-color css
<style>
span { border-color: #EAD36E; }
span { border-color: rgb(234,211,110); }
td.TdClassName
{
border-color: #EAD36E;
}
.TagClassName
{
border-color: #EAD36E;
}
</style>