Shades of Golden Sand #EED16D
Tints of Golden Sand #EED16D
RGB
CMYK
RGB Variations
Color information
#EED16D (or 0xEED16D) is known color: Golden Sand. HEX triplet: EE, D1 and 6D. RGB value is (238,209,109). Sum of RGB (Red+Green+Blue) = 238+209+109=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 209 (82.03% from 255 or 37.59% from 556); Blue value is 109 (42.97% from 255 or 19.60% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EED16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED16D is #112E92. Grayscale: #CECECE. Windows color (decimal): -1126035 or 7197166. OLE color: 7197166.
HSL color Cylindrical-coordinate representation of color #EED16D: hue angle of 46.51º 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 #EED16D is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 109 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.07 |
| HSL | 46.51º | 0.79% | 0.68% | - |
| HSV(B) | 46.51º | 0.54% | 0.93% | - |
| XYZ | 60.82 | 64.88 | 23.79 | - |
| YUV | 206.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 109 | 0 | 0.12 | 0.54 | 0.07 | 46.51 | 0.79 | 0.68 |
| Hex | EE | D1 | 6D | 0 | C | 36 | 7 | 2F | 4F | 44 |
| Octal | 356 | 321 | 155 | 0 | 14 | 66 | 7 | 57 | 117 | 104 |
| Binary | 11101110 | 11010001 | 1101101 | 0 | 1100 | 110110 | 111 | 101111 | 1001111 | 1000100 |
Color Harmonies of #EED16D
Complementary color
Monochromatic Colors of #EED16D
Black with #EED16D
Text Example
Text Example
White with #EED16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED16D; }
p { color: rgb(238,209,109); }
H1.HeaderClassName
{
color: #EED16D;
}
.AnyTagClassName
{
color: #EED16D;
}
</style>
background-color css
<style>
a { background-color: #EED16D; }
a { background-color: rgb(238,209,109); }
div.DivClassName
{
background-color: #EED16D;
}
.BgClassName
{
background-color: #EED16D;
}
</style>
border-color css
<style>
span { border-color: #EED16D; }
span { border-color: rgb(238,209,109); }
td.TdClassName
{
border-color: #EED16D;
}
.TagClassName
{
border-color: #EED16D;
}
</style>