Shades of Golden Sand #EEDA6D
Tints of Golden Sand #EEDA6D
RGB
CMYK
RGB Variations
Color information
#EEDA6D (or 0xEEDA6D) is known color: Golden Sand. HEX triplet: EE, DA and 6D. RGB value is (238,218,109). Sum of RGB (Red+Green+Blue) = 238+218+109=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA6D is #112592. Grayscale: #D4D4D4. Windows color (decimal): -1123731 or 7199470. OLE color: 7199470.
HSL color Cylindrical-coordinate representation of color #EEDA6D: hue angle of 50.7º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EEDA6D is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 109 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.07 |
| HSL | 50.7º | 0.79% | 0.68% | - |
| HSV(B) | 50.7º | 0.54% | 0.93% | - |
| XYZ | 63.09 | 69.42 | 24.54 | - |
| YUV | 211.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 109 | 0 | 0.08 | 0.54 | 0.07 | 50.7 | 0.79 | 0.68 |
| Hex | EE | DA | 6D | 0 | 8 | 36 | 7 | 33 | 4F | 44 |
| Octal | 356 | 332 | 155 | 0 | 10 | 66 | 7 | 63 | 117 | 104 |
| Binary | 11101110 | 11011010 | 1101101 | 0 | 1000 | 110110 | 111 | 110011 | 1001111 | 1000100 |
Color Harmonies of #EEDA6D
Complementary color
Monochromatic Colors of #EEDA6D
Black with #EEDA6D
Text Example
Text Example
White with #EEDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA6D; }
p { color: rgb(238,218,109); }
H1.HeaderClassName
{
color: #EEDA6D;
}
.AnyTagClassName
{
color: #EEDA6D;
}
</style>
background-color css
<style>
a { background-color: #EEDA6D; }
a { background-color: rgb(238,218,109); }
div.DivClassName
{
background-color: #EEDA6D;
}
.BgClassName
{
background-color: #EEDA6D;
}
</style>
border-color css
<style>
span { border-color: #EEDA6D; }
span { border-color: rgb(238,218,109); }
td.TdClassName
{
border-color: #EEDA6D;
}
.TagClassName
{
border-color: #EEDA6D;
}
</style>