Shades of Golden Sand #EACD6A
Tints of Golden Sand #EACD6A
RGB
CMYK
RGB Variations
Color information
#EACD6A (or 0xEACD6A) is known color: Golden Sand. HEX triplet: EA, CD and 6A. RGB value is (234,205,106). Sum of RGB (Red+Green+Blue) = 234+205+106=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 106 (41.80% from 255 or 19.45% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD6A is #153295. Grayscale: #CACACA. Windows color (decimal): -1389206 or 6999530. OLE color: 6999530.
HSL color Cylindrical-coordinate representation of color #EACD6A: hue angle of 46.41º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EACD6A is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 106 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.08 |
| HSL | 46.41º | 0.75% | 0.67% | - |
| HSV(B) | 46.41º | 0.55% | 0.92% | - |
| XYZ | 58.36 | 62.2 | 22.56 | - |
| YUV | 202.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 106 | 0 | 0.12 | 0.55 | 0.08 | 46.41 | 0.75 | 0.67 |
| Hex | EA | CD | 6A | 0 | C | 37 | 8 | 2E | 4B | 43 |
| Octal | 352 | 315 | 152 | 0 | 14 | 67 | 10 | 56 | 113 | 103 |
| Binary | 11101010 | 11001101 | 1101010 | 0 | 1100 | 110111 | 1000 | 101110 | 1001011 | 1000011 |
Color Harmonies of #EACD6A
Complementary color
Monochromatic Colors of #EACD6A
Black with #EACD6A
Text Example
Text Example
White with #EACD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD6A; }
p { color: rgb(234,205,106); }
H1.HeaderClassName
{
color: #EACD6A;
}
.AnyTagClassName
{
color: #EACD6A;
}
</style>
background-color css
<style>
a { background-color: #EACD6A; }
a { background-color: rgb(234,205,106); }
div.DivClassName
{
background-color: #EACD6A;
}
.BgClassName
{
background-color: #EACD6A;
}
</style>
border-color css
<style>
span { border-color: #EACD6A; }
span { border-color: rgb(234,205,106); }
td.TdClassName
{
border-color: #EACD6A;
}
.TagClassName
{
border-color: #EACD6A;
}
</style>