Shades of Golden Sand #EACD65
Tints of Golden Sand #EACD65
RGB
CMYK
RGB Variations
Color information
#EACD65 (or 0xEACD65) is known color: Golden Sand. HEX triplet: EA, CD and 65. RGB value is (234,205,101). Sum of RGB (Red+Green+Blue) = 234+205+101=540 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.33% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD65 is #15329A. Grayscale: #CACACA. Windows color (decimal): -1389211 or 6671850. OLE color: 6671850.
HSL color Cylindrical-coordinate representation of color #EACD65: hue angle of 46.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EACD65 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 101 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.08 |
| HSL | 46.92º | 0.76% | 0.66% | - |
| HSV(B) | 46.92º | 0.57% | 0.92% | - |
| XYZ | 58.11 | 62.09 | 21.23 | - |
| YUV | 201.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 101 | 0 | 0.12 | 0.57 | 0.08 | 46.92 | 0.76 | 0.66 |
| Hex | EA | CD | 65 | 0 | C | 39 | 8 | 2F | 4C | 42 |
| Octal | 352 | 315 | 145 | 0 | 14 | 71 | 10 | 57 | 114 | 102 |
| Binary | 11101010 | 11001101 | 1100101 | 0 | 1100 | 111001 | 1000 | 101111 | 1001100 | 1000010 |
Color Harmonies of #EACD65
Complementary color
Monochromatic Colors of #EACD65
Black with #EACD65
Text Example
Text Example
White with #EACD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD65; }
p { color: rgb(234,205,101); }
H1.HeaderClassName
{
color: #EACD65;
}
.AnyTagClassName
{
color: #EACD65;
}
</style>
background-color css
<style>
a { background-color: #EACD65; }
a { background-color: rgb(234,205,101); }
div.DivClassName
{
background-color: #EACD65;
}
.BgClassName
{
background-color: #EACD65;
}
</style>
border-color css
<style>
span { border-color: #EACD65; }
span { border-color: rgb(234,205,101); }
td.TdClassName
{
border-color: #EACD65;
}
.TagClassName
{
border-color: #EACD65;
}
</style>