Shades of Golden Sand #EAD16F
Tints of Golden Sand #EAD16F
RGB
CMYK
RGB Variations
Color information
#EAD16F (or 0xEAD16F) is known color: Golden Sand. HEX triplet: EA, D1 and 6F. RGB value is (234,209,111). Sum of RGB (Red+Green+Blue) = 234+209+111=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD16F is #152E90. Grayscale: #CDCDCD. Windows color (decimal): -1388177 or 7328234. OLE color: 7328234.
HSL color Cylindrical-coordinate representation of color #EAD16F: hue angle of 47.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAD16F is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 111 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.08 |
| HSL | 47.8º | 0.75% | 0.68% | - |
| HSV(B) | 47.8º | 0.53% | 0.92% | - |
| XYZ | 59.6 | 64.24 | 24.3 | - |
| YUV | 205.3 | 74.78 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 111 | 0 | 0.11 | 0.53 | 0.08 | 47.8 | 0.75 | 0.68 |
| Hex | EA | D1 | 6F | 0 | B | 35 | 8 | 30 | 4B | 44 |
| Octal | 352 | 321 | 157 | 0 | 13 | 65 | 10 | 60 | 113 | 104 |
| Binary | 11101010 | 11010001 | 1101111 | 0 | 1011 | 110101 | 1000 | 110000 | 1001011 | 1000100 |
Color Harmonies of #EAD16F
Complementary color
Monochromatic Colors of #EAD16F
Black with #EAD16F
Text Example
Text Example
White with #EAD16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD16F; }
p { color: rgb(234,209,111); }
H1.HeaderClassName
{
color: #EAD16F;
}
.AnyTagClassName
{
color: #EAD16F;
}
</style>
background-color css
<style>
a { background-color: #EAD16F; }
a { background-color: rgb(234,209,111); }
div.DivClassName
{
background-color: #EAD16F;
}
.BgClassName
{
background-color: #EAD16F;
}
</style>
border-color css
<style>
span { border-color: #EAD16F; }
span { border-color: rgb(234,209,111); }
td.TdClassName
{
border-color: #EAD16F;
}
.TagClassName
{
border-color: #EAD16F;
}
</style>