Shades of Golden Sand #EEDA69
Tints of Golden Sand #EEDA69
RGB
CMYK
RGB Variations
Color information
#EEDA69 (or 0xEEDA69) is known color: Golden Sand. HEX triplet: EE, DA and 69. RGB value is (238,218,105). Sum of RGB (Red+Green+Blue) = 238+218+105=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA69 is #112596. Grayscale: #D3D3D3. Windows color (decimal): -1123735 or 6937326. OLE color: 6937326.
HSL color Cylindrical-coordinate representation of color #EEDA69: hue angle of 50.98º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EEDA69 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 105 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.07 |
| HSL | 50.98º | 0.8% | 0.67% | - |
| HSV(B) | 50.98º | 0.56% | 0.93% | - |
| XYZ | 62.88 | 69.34 | 23.43 | - |
| YUV | 211.1 | 68.13 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 105 | 0 | 0.08 | 0.56 | 0.07 | 50.98 | 0.8 | 0.67 |
| Hex | EE | DA | 69 | 0 | 8 | 38 | 7 | 33 | 50 | 43 |
| Octal | 356 | 332 | 151 | 0 | 10 | 70 | 7 | 63 | 120 | 103 |
| Binary | 11101110 | 11011010 | 1101001 | 0 | 1000 | 111000 | 111 | 110011 | 1010000 | 1000011 |
Color Harmonies of #EEDA69
Complementary color
Monochromatic Colors of #EEDA69
Black with #EEDA69
Text Example
Text Example
White with #EEDA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA69; }
p { color: rgb(238,218,105); }
H1.HeaderClassName
{
color: #EEDA69;
}
.AnyTagClassName
{
color: #EEDA69;
}
</style>
background-color css
<style>
a { background-color: #EEDA69; }
a { background-color: rgb(238,218,105); }
div.DivClassName
{
background-color: #EEDA69;
}
.BgClassName
{
background-color: #EEDA69;
}
</style>
border-color css
<style>
span { border-color: #EEDA69; }
span { border-color: rgb(238,218,105); }
td.TdClassName
{
border-color: #EEDA69;
}
.TagClassName
{
border-color: #EEDA69;
}
</style>