Shades of Golden Sand #EADA68
Tints of Golden Sand #EADA68
RGB
CMYK
RGB Variations
Color information
#EADA68 (or 0xEADA68) is known color: Golden Sand. HEX triplet: EA, DA and 68. RGB value is (234,218,104). Sum of RGB (Red+Green+Blue) = 234+218+104=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADA68 is #152597. Grayscale: #D2D2D2. Windows color (decimal): -1385880 or 6871786. OLE color: 6871786.
HSL color Cylindrical-coordinate representation of color #EADA68: hue angle of 52.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EADA68 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 218 | 104 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.08 |
| HSL | 52.62º | 0.76% | 0.66% | - |
| HSV(B) | 52.62º | 0.56% | 0.92% | - |
| XYZ | 61.5 | 68.63 | 23.1 | - |
| YUV | 209.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 104 | 0 | 0.07 | 0.56 | 0.08 | 52.62 | 0.76 | 0.66 |
| Hex | EA | DA | 68 | 0 | 7 | 38 | 8 | 35 | 4C | 42 |
| Octal | 352 | 332 | 150 | 0 | 7 | 70 | 10 | 65 | 114 | 102 |
| Binary | 11101010 | 11011010 | 1101000 | 0 | 111 | 111000 | 1000 | 110101 | 1001100 | 1000010 |
Color Harmonies of #EADA68
Complementary color
Monochromatic Colors of #EADA68
Black with #EADA68
Text Example
Text Example
White with #EADA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADA68; }
p { color: rgb(234,218,104); }
H1.HeaderClassName
{
color: #EADA68;
}
.AnyTagClassName
{
color: #EADA68;
}
</style>
background-color css
<style>
a { background-color: #EADA68; }
a { background-color: rgb(234,218,104); }
div.DivClassName
{
background-color: #EADA68;
}
.BgClassName
{
background-color: #EADA68;
}
</style>
border-color css
<style>
span { border-color: #EADA68; }
span { border-color: rgb(234,218,104); }
td.TdClassName
{
border-color: #EADA68;
}
.TagClassName
{
border-color: #EADA68;
}
</style>