Shades of Golden Sand #EECE6E
Tints of Golden Sand #EECE6E
RGB
CMYK
RGB Variations
Color information
#EECE6E (or 0xEECE6E) is known color: Golden Sand. HEX triplet: EE, CE and 6E. RGB value is (238,206,110). Sum of RGB (Red+Green+Blue) = 238+206+110=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 110 (43.36% from 255 or 19.86% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE6E is #113191. Grayscale: #CDCDCD. Windows color (decimal): -1126802 or 7261934. OLE color: 7261934.
HSL color Cylindrical-coordinate representation of color #EECE6E: hue angle of 45º 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 #EECE6E is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 110 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.07 |
| HSL | 45º | 0.79% | 0.68% | - |
| HSV(B) | 45º | 0.54% | 0.93% | - |
| XYZ | 60.15 | 63.45 | 23.83 | - |
| YUV | 204.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 110 | 0 | 0.13 | 0.54 | 0.07 | 45 | 0.79 | 0.68 |
| Hex | EE | CE | 6E | 0 | D | 36 | 7 | 2D | 4F | 44 |
| Octal | 356 | 316 | 156 | 0 | 15 | 66 | 7 | 55 | 117 | 104 |
| Binary | 11101110 | 11001110 | 1101110 | 0 | 1101 | 110110 | 111 | 101101 | 1001111 | 1000100 |
Color Harmonies of #EECE6E
Complementary color
Monochromatic Colors of #EECE6E
Black with #EECE6E
Text Example
Text Example
White with #EECE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE6E; }
p { color: rgb(238,206,110); }
H1.HeaderClassName
{
color: #EECE6E;
}
.AnyTagClassName
{
color: #EECE6E;
}
</style>
background-color css
<style>
a { background-color: #EECE6E; }
a { background-color: rgb(238,206,110); }
div.DivClassName
{
background-color: #EECE6E;
}
.BgClassName
{
background-color: #EECE6E;
}
</style>
border-color css
<style>
span { border-color: #EECE6E; }
span { border-color: rgb(238,206,110); }
td.TdClassName
{
border-color: #EECE6E;
}
.TagClassName
{
border-color: #EECE6E;
}
</style>