Shades of Golden Sand #EACC6C
Tints of Golden Sand #EACC6C
RGB
CMYK
RGB Variations
Color information
#EACC6C (or 0xEACC6C) is known color: Golden Sand. HEX triplet: EA, CC and 6C. RGB value is (234,204,108). Sum of RGB (Red+Green+Blue) = 234+204+108=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC6C is #153393. Grayscale: #CACACA. Windows color (decimal): -1389460 or 7130346. OLE color: 7130346.
HSL color Cylindrical-coordinate representation of color #EACC6C: hue angle of 45.71º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EACC6C is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 108 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.08 |
| HSL | 45.71º | 0.75% | 0.67% | - |
| HSV(B) | 45.71º | 0.54% | 0.92% | - |
| XYZ | 58.23 | 61.76 | 23.04 | - |
| YUV | 202.03 | 74.94 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 108 | 0 | 0.13 | 0.54 | 0.08 | 45.71 | 0.75 | 0.67 |
| Hex | EA | CC | 6C | 0 | D | 36 | 8 | 2E | 4B | 43 |
| Octal | 352 | 314 | 154 | 0 | 15 | 66 | 10 | 56 | 113 | 103 |
| Binary | 11101010 | 11001100 | 1101100 | 0 | 1101 | 110110 | 1000 | 101110 | 1001011 | 1000011 |
Color Harmonies of #EACC6C
Complementary color
Monochromatic Colors of #EACC6C
Black with #EACC6C
Text Example
Text Example
White with #EACC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC6C; }
p { color: rgb(234,204,108); }
H1.HeaderClassName
{
color: #EACC6C;
}
.AnyTagClassName
{
color: #EACC6C;
}
</style>
background-color css
<style>
a { background-color: #EACC6C; }
a { background-color: rgb(234,204,108); }
div.DivClassName
{
background-color: #EACC6C;
}
.BgClassName
{
background-color: #EACC6C;
}
</style>
border-color css
<style>
span { border-color: #EACC6C; }
span { border-color: rgb(234,204,108); }
td.TdClassName
{
border-color: #EACC6C;
}
.TagClassName
{
border-color: #EACC6C;
}
</style>