Shades of Golden Sand #EAC66A
Tints of Golden Sand #EAC66A
RGB
CMYK
RGB Variations
Color information
#EAC66A (or 0xEAC66A) is known color: Golden Sand. HEX triplet: EA, C6 and 6A. RGB value is (234,198,106). Sum of RGB (Red+Green+Blue) = 234+198+106=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC66A is #153995. Grayscale: #C6C6C6. Windows color (decimal): -1390998 or 6997738. OLE color: 6997738.
HSL color Cylindrical-coordinate representation of color #EAC66A: hue angle of 43.12º 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 #EAC66A is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 106 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.08 |
| HSL | 43.13º | 0.75% | 0.67% | - |
| HSV(B) | 43.13º | 0.55% | 0.92% | - |
| XYZ | 56.73 | 58.92 | 22.02 | - |
| YUV | 198.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 106 | 0 | 0.15 | 0.55 | 0.08 | 43.13 | 0.75 | 0.67 |
| Hex | EA | C6 | 6A | 0 | F | 37 | 8 | 2B | 4B | 43 |
| Octal | 352 | 306 | 152 | 0 | 17 | 67 | 10 | 53 | 113 | 103 |
| Binary | 11101010 | 11000110 | 1101010 | 0 | 1111 | 110111 | 1000 | 101011 | 1001011 | 1000011 |
Color Harmonies of #EAC66A
Complementary color
Monochromatic Colors of #EAC66A
Black with #EAC66A
Text Example
Text Example
White with #EAC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC66A; }
p { color: rgb(234,198,106); }
H1.HeaderClassName
{
color: #EAC66A;
}
.AnyTagClassName
{
color: #EAC66A;
}
</style>
background-color css
<style>
a { background-color: #EAC66A; }
a { background-color: rgb(234,198,106); }
div.DivClassName
{
background-color: #EAC66A;
}
.BgClassName
{
background-color: #EAC66A;
}
</style>
border-color css
<style>
span { border-color: #EAC66A; }
span { border-color: rgb(234,198,106); }
td.TdClassName
{
border-color: #EAC66A;
}
.TagClassName
{
border-color: #EAC66A;
}
</style>