Shades of Golden Sand #EACE74
Tints of Golden Sand #EACE74
RGB
CMYK
RGB Variations
Color information
#EACE74 (or 0xEACE74) is known color: Golden Sand. HEX triplet: EA, CE and 74. RGB value is (234,206,116). Sum of RGB (Red+Green+Blue) = 234+206+116=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE74 is #15318B. Grayscale: #CCCCCC. Windows color (decimal): -1388940 or 7655146. OLE color: 7655146.
HSL color Cylindrical-coordinate representation of color #EACE74: hue angle of 45.76º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACE74 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 116 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.08 |
| HSL | 45.76º | 0.74% | 0.69% | - |
| HSV(B) | 45.76º | 0.5% | 0.92% | - |
| XYZ | 59.16 | 62.9 | 25.55 | - |
| YUV | 204.11 | 78.28 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 116 | 0 | 0.12 | 0.50 | 0.08 | 45.76 | 0.74 | 0.69 |
| Hex | EA | CE | 74 | 0 | C | 32 | 8 | 2E | 4A | 45 |
| Octal | 352 | 316 | 164 | 0 | 14 | 62 | 10 | 56 | 112 | 105 |
| Binary | 11101010 | 11001110 | 1110100 | 0 | 1100 | 110010 | 1000 | 101110 | 1001010 | 1000101 |
Color Harmonies of #EACE74
Complementary color
Monochromatic Colors of #EACE74
Black with #EACE74
Text Example
Text Example
White with #EACE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE74; }
p { color: rgb(234,206,116); }
H1.HeaderClassName
{
color: #EACE74;
}
.AnyTagClassName
{
color: #EACE74;
}
</style>
background-color css
<style>
a { background-color: #EACE74; }
a { background-color: rgb(234,206,116); }
div.DivClassName
{
background-color: #EACE74;
}
.BgClassName
{
background-color: #EACE74;
}
</style>
border-color css
<style>
span { border-color: #EACE74; }
span { border-color: rgb(234,206,116); }
td.TdClassName
{
border-color: #EACE74;
}
.TagClassName
{
border-color: #EACE74;
}
</style>