Shades of Golden Sand #EADA64
Tints of Golden Sand #EADA64
RGB
CMYK
RGB Variations
Color information
#EADA64 (or 0xEADA64) is known color: Golden Sand. HEX triplet: EA, DA and 64. RGB value is (234,218,100). Sum of RGB (Red+Green+Blue) = 234+218+100=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 100 (39.45% from 255 or 18.12% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA64 is #15259B. Grayscale: #D1D1D1. Windows color (decimal): -1385884 or 6609642. OLE color: 6609642.
HSL color Cylindrical-coordinate representation of color #EADA64: hue angle of 52.84º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EADA64 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 100 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.08 |
| HSL | 52.84º | 0.76% | 0.65% | - |
| HSV(B) | 52.84º | 0.57% | 0.92% | - |
| XYZ | 61.3 | 68.56 | 22.06 | - |
| YUV | 209.33 | 66.3 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 100 | 0 | 0.07 | 0.57 | 0.08 | 52.84 | 0.76 | 0.65 |
| Hex | EA | DA | 64 | 0 | 7 | 39 | 8 | 35 | 4C | 41 |
| Octal | 352 | 332 | 144 | 0 | 7 | 71 | 10 | 65 | 114 | 101 |
| Binary | 11101010 | 11011010 | 1100100 | 0 | 111 | 111001 | 1000 | 110101 | 1001100 | 1000001 |
Color Harmonies of #EADA64
Complementary color
Monochromatic Colors of #EADA64
Black with #EADA64
Text Example
Text Example
White with #EADA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA64; }
p { color: rgb(234,218,100); }
H1.HeaderClassName
{
color: #EADA64;
}
.AnyTagClassName
{
color: #EADA64;
}
</style>
background-color css
<style>
a { background-color: #EADA64; }
a { background-color: rgb(234,218,100); }
div.DivClassName
{
background-color: #EADA64;
}
.BgClassName
{
background-color: #EADA64;
}
</style>
border-color css
<style>
span { border-color: #EADA64; }
span { border-color: rgb(234,218,100); }
td.TdClassName
{
border-color: #EADA64;
}
.TagClassName
{
border-color: #EADA64;
}
</style>