Shades of Golden Sand #EECC6D
Tints of Golden Sand #EECC6D
RGB
CMYK
RGB Variations
Color information
#EECC6D (or 0xEECC6D) is known color: Golden Sand. HEX triplet: EE, CC and 6D. RGB value is (238,204,109). Sum of RGB (Red+Green+Blue) = 238+204+109=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECC6D is #113392. Grayscale: #CBCBCB. Windows color (decimal): -1127315 or 7195886. OLE color: 7195886.
HSL color Cylindrical-coordinate representation of color #EECC6D: hue angle of 44.19º 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 #EECC6D is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 109 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.07 |
| HSL | 44.19º | 0.79% | 0.68% | - |
| HSV(B) | 44.19º | 0.54% | 0.93% | - |
| XYZ | 59.61 | 62.47 | 23.38 | - |
| YUV | 203.34 | 74.76 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 109 | 0 | 0.14 | 0.54 | 0.07 | 44.19 | 0.79 | 0.68 |
| Hex | EE | CC | 6D | 0 | E | 36 | 7 | 2C | 4F | 44 |
| Octal | 356 | 314 | 155 | 0 | 16 | 66 | 7 | 54 | 117 | 104 |
| Binary | 11101110 | 11001100 | 1101101 | 0 | 1110 | 110110 | 111 | 101100 | 1001111 | 1000100 |
Color Harmonies of #EECC6D
Complementary color
Monochromatic Colors of #EECC6D
Black with #EECC6D
Text Example
Text Example
White with #EECC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC6D; }
p { color: rgb(238,204,109); }
H1.HeaderClassName
{
color: #EECC6D;
}
.AnyTagClassName
{
color: #EECC6D;
}
</style>
background-color css
<style>
a { background-color: #EECC6D; }
a { background-color: rgb(238,204,109); }
div.DivClassName
{
background-color: #EECC6D;
}
.BgClassName
{
background-color: #EECC6D;
}
</style>
border-color css
<style>
span { border-color: #EECC6D; }
span { border-color: rgb(238,204,109); }
td.TdClassName
{
border-color: #EECC6D;
}
.TagClassName
{
border-color: #EECC6D;
}
</style>