Shades of Golden Sand #EECE6F
Tints of Golden Sand #EECE6F
RGB
CMYK
RGB Variations
Color information
#EECE6F (or 0xEECE6F) is known color: Golden Sand. HEX triplet: EE, CE and 6F. RGB value is (238,206,111). Sum of RGB (Red+Green+Blue) = 238+206+111=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE6F is #113190. Grayscale: #CDCDCD. Windows color (decimal): -1126801 or 7327470. OLE color: 7327470.
HSL color Cylindrical-coordinate representation of color #EECE6F: hue angle of 44.88º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EECE6F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 111 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.07 |
| HSL | 44.88º | 0.79% | 0.68% | - |
| HSV(B) | 44.88º | 0.53% | 0.93% | - |
| XYZ | 60.2 | 63.47 | 24.12 | - |
| YUV | 204.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 111 | 0 | 0.13 | 0.53 | 0.07 | 44.88 | 0.79 | 0.68 |
| Hex | EE | CE | 6F | 0 | D | 35 | 7 | 2D | 4F | 44 |
| Octal | 356 | 316 | 157 | 0 | 15 | 65 | 7 | 55 | 117 | 104 |
| Binary | 11101110 | 11001110 | 1101111 | 0 | 1101 | 110101 | 111 | 101101 | 1001111 | 1000100 |
Color Harmonies of #EECE6F
Complementary color
Monochromatic Colors of #EECE6F
Black with #EECE6F
Text Example
Text Example
White with #EECE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE6F; }
p { color: rgb(238,206,111); }
H1.HeaderClassName
{
color: #EECE6F;
}
.AnyTagClassName
{
color: #EECE6F;
}
</style>
background-color css
<style>
a { background-color: #EECE6F; }
a { background-color: rgb(238,206,111); }
div.DivClassName
{
background-color: #EECE6F;
}
.BgClassName
{
background-color: #EECE6F;
}
</style>
border-color css
<style>
span { border-color: #EECE6F; }
span { border-color: rgb(238,206,111); }
td.TdClassName
{
border-color: #EECE6F;
}
.TagClassName
{
border-color: #EECE6F;
}
</style>