Shades of Golden Sand #EED177
Tints of Golden Sand #EED177
RGB
CMYK
RGB Variations
Color information
#EED177 (or 0xEED177) is known color: Golden Sand. HEX triplet: EE, D1 and 77. RGB value is (238,209,119). Sum of RGB (Red+Green+Blue) = 238+209+119=566 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.05% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 238 - color contains mainly: red. Hex color #EED177 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED177 is #112E88. Grayscale: #CFCFCF. Windows color (decimal): -1126025 or 7852526. OLE color: 7852526.
HSL color Cylindrical-coordinate representation of color #EED177: hue angle of 45.38º 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 #EED177 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 119 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.07 |
| HSL | 45.38º | 0.78% | 0.7% | - |
| HSV(B) | 45.38º | 0.5% | 0.93% | - |
| XYZ | 61.39 | 65.11 | 26.78 | - |
| YUV | 207.41 | 78.11 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 119 | 0 | 0.12 | 0.50 | 0.07 | 45.38 | 0.78 | 0.7 |
| Hex | EE | D1 | 77 | 0 | C | 32 | 7 | 2D | 4E | 46 |
| Octal | 356 | 321 | 167 | 0 | 14 | 62 | 7 | 55 | 116 | 106 |
| Binary | 11101110 | 11010001 | 1110111 | 0 | 1100 | 110010 | 111 | 101101 | 1001110 | 1000110 |
Color Harmonies of #EED177
Complementary color
Monochromatic Colors of #EED177
Black with #EED177
Text Example
Text Example
White with #EED177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED177; }
p { color: rgb(238,209,119); }
H1.HeaderClassName
{
color: #EED177;
}
.AnyTagClassName
{
color: #EED177;
}
</style>
background-color css
<style>
a { background-color: #EED177; }
a { background-color: rgb(238,209,119); }
div.DivClassName
{
background-color: #EED177;
}
.BgClassName
{
background-color: #EED177;
}
</style>
border-color css
<style>
span { border-color: #EED177; }
span { border-color: rgb(238,209,119); }
td.TdClassName
{
border-color: #EED177;
}
.TagClassName
{
border-color: #EED177;
}
</style>