Shades of Golden Sand #EACC68
Tints of Golden Sand #EACC68
RGB
CMYK
RGB Variations
Color information
#EACC68 (or 0xEACC68) is known color: Golden Sand. HEX triplet: EA, CC and 68. RGB value is (234,204,104). Sum of RGB (Red+Green+Blue) = 234+204+104=542 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.17% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC68 is #153397. Grayscale: #CACACA. Windows color (decimal): -1389464 or 6868202. OLE color: 6868202.
HSL color Cylindrical-coordinate representation of color #EACC68: hue angle of 46.15º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EACC68 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 104 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.08 |
| HSL | 46.15º | 0.76% | 0.66% | - |
| HSV(B) | 46.15º | 0.56% | 0.92% | - |
| XYZ | 58.02 | 61.68 | 21.94 | - |
| YUV | 201.57 | 72.94 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 104 | 0 | 0.13 | 0.56 | 0.08 | 46.15 | 0.76 | 0.66 |
| Hex | EA | CC | 68 | 0 | D | 38 | 8 | 2E | 4C | 42 |
| Octal | 352 | 314 | 150 | 0 | 15 | 70 | 10 | 56 | 114 | 102 |
| Binary | 11101010 | 11001100 | 1101000 | 0 | 1101 | 111000 | 1000 | 101110 | 1001100 | 1000010 |
Color Harmonies of #EACC68
Complementary color
Monochromatic Colors of #EACC68
Black with #EACC68
Text Example
Text Example
White with #EACC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC68; }
p { color: rgb(234,204,104); }
H1.HeaderClassName
{
color: #EACC68;
}
.AnyTagClassName
{
color: #EACC68;
}
</style>
background-color css
<style>
a { background-color: #EACC68; }
a { background-color: rgb(234,204,104); }
div.DivClassName
{
background-color: #EACC68;
}
.BgClassName
{
background-color: #EACC68;
}
</style>
border-color css
<style>
span { border-color: #EACC68; }
span { border-color: rgb(234,204,104); }
td.TdClassName
{
border-color: #EACC68;
}
.TagClassName
{
border-color: #EACC68;
}
</style>