Shades of Golden Sand #EAC66F
Tints of Golden Sand #EAC66F
RGB
CMYK
RGB Variations
Color information
#EAC66F (or 0xEAC66F) is known color: Golden Sand. HEX triplet: EA, C6 and 6F. RGB value is (234,198,111). Sum of RGB (Red+Green+Blue) = 234+198+111=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC66F is #153990. Grayscale: #C7C7C7. Windows color (decimal): -1390993 or 7325418. OLE color: 7325418.
HSL color Cylindrical-coordinate representation of color #EAC66F: hue angle of 42.44º 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 #EAC66F is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 111 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.08 |
| HSL | 42.44º | 0.75% | 0.68% | - |
| HSV(B) | 42.44º | 0.53% | 0.92% | - |
| XYZ | 57 | 59.03 | 23.43 | - |
| YUV | 198.85 | 78.43 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 111 | 0 | 0.15 | 0.53 | 0.08 | 42.44 | 0.75 | 0.68 |
| Hex | EA | C6 | 6F | 0 | F | 35 | 8 | 2A | 4B | 44 |
| Octal | 352 | 306 | 157 | 0 | 17 | 65 | 10 | 52 | 113 | 104 |
| Binary | 11101010 | 11000110 | 1101111 | 0 | 1111 | 110101 | 1000 | 101010 | 1001011 | 1000100 |
Color Harmonies of #EAC66F
Complementary color
Monochromatic Colors of #EAC66F
Black with #EAC66F
Text Example
Text Example
White with #EAC66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC66F; }
p { color: rgb(234,198,111); }
H1.HeaderClassName
{
color: #EAC66F;
}
.AnyTagClassName
{
color: #EAC66F;
}
</style>
background-color css
<style>
a { background-color: #EAC66F; }
a { background-color: rgb(234,198,111); }
div.DivClassName
{
background-color: #EAC66F;
}
.BgClassName
{
background-color: #EAC66F;
}
</style>
border-color css
<style>
span { border-color: #EAC66F; }
span { border-color: rgb(234,198,111); }
td.TdClassName
{
border-color: #EAC66F;
}
.TagClassName
{
border-color: #EAC66F;
}
</style>