Shades of Golden Sand #EEDA65
Tints of Golden Sand #EEDA65
RGB
CMYK
RGB Variations
Color information
#EEDA65 (or 0xEEDA65) is known color: Golden Sand. HEX triplet: EE, DA and 65. RGB value is (238,218,101). Sum of RGB (Red+Green+Blue) = 238+218+101=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA65 is #11259A. Grayscale: #D3D3D3. Windows color (decimal): -1123739 or 6675182. OLE color: 6675182.
HSL color Cylindrical-coordinate representation of color #EEDA65: hue angle of 51.24º 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 #EEDA65 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 101 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.07 |
| HSL | 51.24º | 0.8% | 0.66% | - |
| HSV(B) | 51.24º | 0.58% | 0.93% | - |
| XYZ | 62.68 | 69.26 | 22.38 | - |
| YUV | 210.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 101 | 0 | 0.08 | 0.58 | 0.07 | 51.24 | 0.8 | 0.66 |
| Hex | EE | DA | 65 | 0 | 8 | 3A | 7 | 33 | 50 | 42 |
| Octal | 356 | 332 | 145 | 0 | 10 | 72 | 7 | 63 | 120 | 102 |
| Binary | 11101110 | 11011010 | 1100101 | 0 | 1000 | 111010 | 111 | 110011 | 1010000 | 1000010 |
Color Harmonies of #EEDA65
Complementary color
Monochromatic Colors of #EEDA65
Black with #EEDA65
Text Example
Text Example
White with #EEDA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA65; }
p { color: rgb(238,218,101); }
H1.HeaderClassName
{
color: #EEDA65;
}
.AnyTagClassName
{
color: #EEDA65;
}
</style>
background-color css
<style>
a { background-color: #EEDA65; }
a { background-color: rgb(238,218,101); }
div.DivClassName
{
background-color: #EEDA65;
}
.BgClassName
{
background-color: #EEDA65;
}
</style>
border-color css
<style>
span { border-color: #EEDA65; }
span { border-color: rgb(238,218,101); }
td.TdClassName
{
border-color: #EEDA65;
}
.TagClassName
{
border-color: #EEDA65;
}
</style>