Shades of Golden Sand #EACD6B
Tints of Golden Sand #EACD6B
RGB
CMYK
RGB Variations
Color information
#EACD6B (or 0xEACD6B) is known color: Golden Sand. HEX triplet: EA, CD and 6B. RGB value is (234,205,107). Sum of RGB (Red+Green+Blue) = 234+205+107=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD6B is #153294. Grayscale: #CACACA. Windows color (decimal): -1389205 or 7065066. OLE color: 7065066.
HSL color Cylindrical-coordinate representation of color #EACD6B: hue angle of 46.3º 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 #EACD6B is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 107 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.08 |
| HSL | 46.3º | 0.75% | 0.67% | - |
| HSV(B) | 46.3º | 0.54% | 0.92% | - |
| XYZ | 58.42 | 62.22 | 22.84 | - |
| YUV | 202.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 107 | 0 | 0.12 | 0.54 | 0.08 | 46.3 | 0.75 | 0.67 |
| Hex | EA | CD | 6B | 0 | C | 36 | 8 | 2E | 4B | 43 |
| Octal | 352 | 315 | 153 | 0 | 14 | 66 | 10 | 56 | 113 | 103 |
| Binary | 11101010 | 11001101 | 1101011 | 0 | 1100 | 110110 | 1000 | 101110 | 1001011 | 1000011 |
Color Harmonies of #EACD6B
Complementary color
Monochromatic Colors of #EACD6B
Black with #EACD6B
Text Example
Text Example
White with #EACD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD6B; }
p { color: rgb(234,205,107); }
H1.HeaderClassName
{
color: #EACD6B;
}
.AnyTagClassName
{
color: #EACD6B;
}
</style>
background-color css
<style>
a { background-color: #EACD6B; }
a { background-color: rgb(234,205,107); }
div.DivClassName
{
background-color: #EACD6B;
}
.BgClassName
{
background-color: #EACD6B;
}
</style>
border-color css
<style>
span { border-color: #EACD6B; }
span { border-color: rgb(234,205,107); }
td.TdClassName
{
border-color: #EACD6B;
}
.TagClassName
{
border-color: #EACD6B;
}
</style>