Shades of Golden Sand #EEDA64
Tints of Golden Sand #EEDA64
RGB
CMYK
RGB Variations
Color information
#EEDA64 (or 0xEEDA64) is known color: Golden Sand. HEX triplet: EE, DA and 64. RGB value is (238,218,100). Sum of RGB (Red+Green+Blue) = 238+218+100=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 218 (85.55% from 255 or 39.21% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA64 is #11259B. Grayscale: #D3D3D3. Windows color (decimal): -1123740 or 6609646. OLE color: 6609646.
HSL color Cylindrical-coordinate representation of color #EEDA64: hue angle of 51.3º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEDA64 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 100 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.07 |
| HSL | 51.3º | 0.8% | 0.66% | - |
| HSV(B) | 51.3º | 0.58% | 0.93% | - |
| XYZ | 62.63 | 69.24 | 22.12 | - |
| YUV | 210.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 100 | 0 | 0.08 | 0.58 | 0.07 | 51.3 | 0.8 | 0.66 |
| Hex | EE | DA | 64 | 0 | 8 | 3A | 7 | 33 | 50 | 42 |
| Octal | 356 | 332 | 144 | 0 | 10 | 72 | 7 | 63 | 120 | 102 |
| Binary | 11101110 | 11011010 | 1100100 | 0 | 1000 | 111010 | 111 | 110011 | 1010000 | 1000010 |
Color Harmonies of #EEDA64
Complementary color
Monochromatic Colors of #EEDA64
Black with #EEDA64
Text Example
Text Example
White with #EEDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA64; }
p { color: rgb(238,218,100); }
H1.HeaderClassName
{
color: #EEDA64;
}
.AnyTagClassName
{
color: #EEDA64;
}
</style>
background-color css
<style>
a { background-color: #EEDA64; }
a { background-color: rgb(238,218,100); }
div.DivClassName
{
background-color: #EEDA64;
}
.BgClassName
{
background-color: #EEDA64;
}
</style>
border-color css
<style>
span { border-color: #EEDA64; }
span { border-color: rgb(238,218,100); }
td.TdClassName
{
border-color: #EEDA64;
}
.TagClassName
{
border-color: #EEDA64;
}
</style>