Shades of Golden Sand #EACD74
Tints of Golden Sand #EACD74
RGB
CMYK
RGB Variations
Color information
#EACD74 (or 0xEACD74) is known color: Golden Sand. HEX triplet: EA, CD and 74. RGB value is (234,205,116). Sum of RGB (Red+Green+Blue) = 234+205+116=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD74 is #15328B. Grayscale: #CBCBCB. Windows color (decimal): -1389196 or 7654890. OLE color: 7654890.
HSL color Cylindrical-coordinate representation of color #EACD74: hue angle of 45.25º 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 #EACD74 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 116 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.08 |
| HSL | 45.25º | 0.74% | 0.69% | - |
| HSV(B) | 45.25º | 0.5% | 0.92% | - |
| XYZ | 58.92 | 62.42 | 25.47 | - |
| YUV | 203.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 116 | 0 | 0.12 | 0.50 | 0.08 | 45.25 | 0.74 | 0.69 |
| Hex | EA | CD | 74 | 0 | C | 32 | 8 | 2D | 4A | 45 |
| Octal | 352 | 315 | 164 | 0 | 14 | 62 | 10 | 55 | 112 | 105 |
| Binary | 11101010 | 11001101 | 1110100 | 0 | 1100 | 110010 | 1000 | 101101 | 1001010 | 1000101 |
Color Harmonies of #EACD74
Complementary color
Monochromatic Colors of #EACD74
Black with #EACD74
Text Example
Text Example
White with #EACD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD74; }
p { color: rgb(234,205,116); }
H1.HeaderClassName
{
color: #EACD74;
}
.AnyTagClassName
{
color: #EACD74;
}
</style>
background-color css
<style>
a { background-color: #EACD74; }
a { background-color: rgb(234,205,116); }
div.DivClassName
{
background-color: #EACD74;
}
.BgClassName
{
background-color: #EACD74;
}
</style>
border-color css
<style>
span { border-color: #EACD74; }
span { border-color: rgb(234,205,116); }
td.TdClassName
{
border-color: #EACD74;
}
.TagClassName
{
border-color: #EACD74;
}
</style>