Shades of Golden Sand #EEDA6C
Tints of Golden Sand #EEDA6C
RGB
CMYK
RGB Variations
Color information
#EEDA6C (or 0xEEDA6C) is known color: Golden Sand. HEX triplet: EE, DA and 6C. RGB value is (238,218,108). Sum of RGB (Red+Green+Blue) = 238+218+108=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 108 (42.58% from 255 or 19.15% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA6C is #112593. Grayscale: #D3D3D3. Windows color (decimal): -1123732 or 7133934. OLE color: 7133934.
HSL color Cylindrical-coordinate representation of color #EEDA6C: hue angle of 50.77º 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 #EEDA6C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 108 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 50.77º | 0.79% | 0.68% | - |
| HSV(B) | 50.77º | 0.55% | 0.93% | - |
| XYZ | 63.04 | 69.4 | 24.26 | - |
| YUV | 211.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 108 | 0 | 0.08 | 0.55 | 0.07 | 50.77 | 0.79 | 0.68 |
| Hex | EE | DA | 6C | 0 | 8 | 37 | 7 | 33 | 4F | 44 |
| Octal | 356 | 332 | 154 | 0 | 10 | 67 | 7 | 63 | 117 | 104 |
| Binary | 11101110 | 11011010 | 1101100 | 0 | 1000 | 110111 | 111 | 110011 | 1001111 | 1000100 |
Color Harmonies of #EEDA6C
Complementary color
Monochromatic Colors of #EEDA6C
Black with #EEDA6C
Text Example
Text Example
White with #EEDA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA6C; }
p { color: rgb(238,218,108); }
H1.HeaderClassName
{
color: #EEDA6C;
}
.AnyTagClassName
{
color: #EEDA6C;
}
</style>
background-color css
<style>
a { background-color: #EEDA6C; }
a { background-color: rgb(238,218,108); }
div.DivClassName
{
background-color: #EEDA6C;
}
.BgClassName
{
background-color: #EEDA6C;
}
</style>
border-color css
<style>
span { border-color: #EEDA6C; }
span { border-color: rgb(238,218,108); }
td.TdClassName
{
border-color: #EEDA6C;
}
.TagClassName
{
border-color: #EEDA6C;
}
</style>