Shades of Golden Sand #EECE6D
Tints of Golden Sand #EECE6D
RGB
CMYK
RGB Variations
Color information
#EECE6D (or 0xEECE6D) is known color: Golden Sand. HEX triplet: EE, CE and 6D. RGB value is (238,206,109). Sum of RGB (Red+Green+Blue) = 238+206+109=553 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.04% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE6D is #113192. Grayscale: #CCCCCC. Windows color (decimal): -1126803 or 7196398. OLE color: 7196398.
HSL color Cylindrical-coordinate representation of color #EECE6D: hue angle of 45.12º 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 #EECE6D is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 109 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.07 |
| HSL | 45.12º | 0.79% | 0.68% | - |
| HSV(B) | 45.12º | 0.54% | 0.93% | - |
| XYZ | 60.09 | 63.42 | 23.54 | - |
| YUV | 204.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 109 | 0 | 0.13 | 0.54 | 0.07 | 45.12 | 0.79 | 0.68 |
| Hex | EE | CE | 6D | 0 | D | 36 | 7 | 2D | 4F | 44 |
| Octal | 356 | 316 | 155 | 0 | 15 | 66 | 7 | 55 | 117 | 104 |
| Binary | 11101110 | 11001110 | 1101101 | 0 | 1101 | 110110 | 111 | 101101 | 1001111 | 1000100 |
Color Harmonies of #EECE6D
Complementary color
Monochromatic Colors of #EECE6D
Black with #EECE6D
Text Example
Text Example
White with #EECE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE6D; }
p { color: rgb(238,206,109); }
H1.HeaderClassName
{
color: #EECE6D;
}
.AnyTagClassName
{
color: #EECE6D;
}
</style>
background-color css
<style>
a { background-color: #EECE6D; }
a { background-color: rgb(238,206,109); }
div.DivClassName
{
background-color: #EECE6D;
}
.BgClassName
{
background-color: #EECE6D;
}
</style>
border-color css
<style>
span { border-color: #EECE6D; }
span { border-color: rgb(238,206,109); }
td.TdClassName
{
border-color: #EECE6D;
}
.TagClassName
{
border-color: #EECE6D;
}
</style>