Shades of Golden Sand #EACC6D
Tints of Golden Sand #EACC6D
RGB
CMYK
RGB Variations
Color information
#EACC6D (or 0xEACC6D) is known color: Golden Sand. HEX triplet: EA, CC and 6D. RGB value is (234,204,109). Sum of RGB (Red+Green+Blue) = 234+204+109=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC6D is #153392. Grayscale: #CACACA. Windows color (decimal): -1389459 or 7195882. OLE color: 7195882.
HSL color Cylindrical-coordinate representation of color #EACC6D: hue angle of 45.6º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EACC6D is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 109 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.08 |
| HSL | 45.6º | 0.75% | 0.67% | - |
| HSV(B) | 45.6º | 0.53% | 0.92% | - |
| XYZ | 58.28 | 61.78 | 23.32 | - |
| YUV | 202.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 109 | 0 | 0.13 | 0.53 | 0.08 | 45.6 | 0.75 | 0.67 |
| Hex | EA | CC | 6D | 0 | D | 35 | 8 | 2E | 4B | 43 |
| Octal | 352 | 314 | 155 | 0 | 15 | 65 | 10 | 56 | 113 | 103 |
| Binary | 11101010 | 11001100 | 1101101 | 0 | 1101 | 110101 | 1000 | 101110 | 1001011 | 1000011 |
Color Harmonies of #EACC6D
Complementary color
Monochromatic Colors of #EACC6D
Black with #EACC6D
Text Example
Text Example
White with #EACC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC6D; }
p { color: rgb(234,204,109); }
H1.HeaderClassName
{
color: #EACC6D;
}
.AnyTagClassName
{
color: #EACC6D;
}
</style>
background-color css
<style>
a { background-color: #EACC6D; }
a { background-color: rgb(234,204,109); }
div.DivClassName
{
background-color: #EACC6D;
}
.BgClassName
{
background-color: #EACC6D;
}
</style>
border-color css
<style>
span { border-color: #EACC6D; }
span { border-color: rgb(234,204,109); }
td.TdClassName
{
border-color: #EACC6D;
}
.TagClassName
{
border-color: #EACC6D;
}
</style>