Shades of Golden Sand #EED176
Tints of Golden Sand #EED176
RGB
CMYK
RGB Variations
Color information
#EED176 (or 0xEED176) is known color: Golden Sand. HEX triplet: EE, D1 and 76. RGB value is (238,209,118). Sum of RGB (Red+Green+Blue) = 238+209+118=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 118 (46.48% from 255 or 20.88% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EED176 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED176 is #112E89. Grayscale: #CFCFCF. Windows color (decimal): -1126026 or 7786990. OLE color: 7786990.
HSL color Cylindrical-coordinate representation of color #EED176: hue angle of 45.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EED176 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 118 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.07 |
| HSL | 45.5º | 0.78% | 0.7% | - |
| HSV(B) | 45.5º | 0.5% | 0.93% | - |
| XYZ | 61.33 | 65.09 | 26.47 | - |
| YUV | 207.3 | 77.61 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 118 | 0 | 0.12 | 0.50 | 0.07 | 45.5 | 0.78 | 0.7 |
| Hex | EE | D1 | 76 | 0 | C | 32 | 7 | 2E | 4E | 46 |
| Octal | 356 | 321 | 166 | 0 | 14 | 62 | 7 | 56 | 116 | 106 |
| Binary | 11101110 | 11010001 | 1110110 | 0 | 1100 | 110010 | 111 | 101110 | 1001110 | 1000110 |
Color Harmonies of #EED176
Complementary color
Monochromatic Colors of #EED176
Black with #EED176
Text Example
Text Example
White with #EED176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED176; }
p { color: rgb(238,209,118); }
H1.HeaderClassName
{
color: #EED176;
}
.AnyTagClassName
{
color: #EED176;
}
</style>
background-color css
<style>
a { background-color: #EED176; }
a { background-color: rgb(238,209,118); }
div.DivClassName
{
background-color: #EED176;
}
.BgClassName
{
background-color: #EED176;
}
</style>
border-color css
<style>
span { border-color: #EED176; }
span { border-color: rgb(238,209,118); }
td.TdClassName
{
border-color: #EED176;
}
.TagClassName
{
border-color: #EED176;
}
</style>