Shades of Golden Sand #EAD16C
Tints of Golden Sand #EAD16C
RGB
CMYK
RGB Variations
Color information
#EAD16C (or 0xEAD16C) is known color: Golden Sand. HEX triplet: EA, D1 and 6C. RGB value is (234,209,108). Sum of RGB (Red+Green+Blue) = 234+209+108=551 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.47% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD16C is #152E93. Grayscale: #CDCDCD. Windows color (decimal): -1388180 or 7131626. OLE color: 7131626.
HSL color Cylindrical-coordinate representation of color #EAD16C: hue angle of 48.1º 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 #EAD16C is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 209 | 108 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.08 |
| HSL | 48.1º | 0.75% | 0.67% | - |
| HSV(B) | 48.1º | 0.54% | 0.92% | - |
| XYZ | 59.44 | 64.18 | 23.44 | - |
| YUV | 204.96 | 73.28 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 209 | 108 | 0 | 0.11 | 0.54 | 0.08 | 48.1 | 0.75 | 0.67 |
| Hex | EA | D1 | 6C | 0 | B | 36 | 8 | 30 | 4B | 43 |
| Octal | 352 | 321 | 154 | 0 | 13 | 66 | 10 | 60 | 113 | 103 |
| Binary | 11101010 | 11010001 | 1101100 | 0 | 1011 | 110110 | 1000 | 110000 | 1001011 | 1000011 |
Color Harmonies of #EAD16C
Complementary color
Monochromatic Colors of #EAD16C
Black with #EAD16C
Text Example
Text Example
White with #EAD16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAD16C; }
p { color: rgb(234,209,108); }
H1.HeaderClassName
{
color: #EAD16C;
}
.AnyTagClassName
{
color: #EAD16C;
}
</style>
background-color css
<style>
a { background-color: #EAD16C; }
a { background-color: rgb(234,209,108); }
div.DivClassName
{
background-color: #EAD16C;
}
.BgClassName
{
background-color: #EAD16C;
}
</style>
border-color css
<style>
span { border-color: #EAD16C; }
span { border-color: rgb(234,209,108); }
td.TdClassName
{
border-color: #EAD16C;
}
.TagClassName
{
border-color: #EAD16C;
}
</style>