Shades of Golden Sand #EEDA6B
Tints of Golden Sand #EEDA6B
RGB
CMYK
RGB Variations
Color information
#EEDA6B (or 0xEEDA6B) is known color: Golden Sand. HEX triplet: EE, DA and 6B. RGB value is (238,218,107). Sum of RGB (Red+Green+Blue) = 238+218+107=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA6B is #112594. Grayscale: #D3D3D3. Windows color (decimal): -1123733 or 7068398. OLE color: 7068398.
HSL color Cylindrical-coordinate representation of color #EEDA6B: hue angle of 50.84º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEDA6B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 107 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 50.84º | 0.79% | 0.68% | - |
| HSV(B) | 50.84º | 0.55% | 0.93% | - |
| XYZ | 62.99 | 69.38 | 23.98 | - |
| YUV | 211.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 107 | 0 | 0.08 | 0.55 | 0.07 | 50.84 | 0.79 | 0.68 |
| Hex | EE | DA | 6B | 0 | 8 | 37 | 7 | 33 | 4F | 44 |
| Octal | 356 | 332 | 153 | 0 | 10 | 67 | 7 | 63 | 117 | 104 |
| Binary | 11101110 | 11011010 | 1101011 | 0 | 1000 | 110111 | 111 | 110011 | 1001111 | 1000100 |
Color Harmonies of #EEDA6B
Complementary color
Monochromatic Colors of #EEDA6B
Black with #EEDA6B
Text Example
Text Example
White with #EEDA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA6B; }
p { color: rgb(238,218,107); }
H1.HeaderClassName
{
color: #EEDA6B;
}
.AnyTagClassName
{
color: #EEDA6B;
}
</style>
background-color css
<style>
a { background-color: #EEDA6B; }
a { background-color: rgb(238,218,107); }
div.DivClassName
{
background-color: #EEDA6B;
}
.BgClassName
{
background-color: #EEDA6B;
}
</style>
border-color css
<style>
span { border-color: #EEDA6B; }
span { border-color: rgb(238,218,107); }
td.TdClassName
{
border-color: #EEDA6B;
}
.TagClassName
{
border-color: #EEDA6B;
}
</style>