Shades of Golden Sand #EED16F
Tints of Golden Sand #EED16F
RGB
CMYK
RGB Variations
Color information
#EED16F (or 0xEED16F) is known color: Golden Sand. HEX triplet: EE, D1 and 6F. RGB value is (238,209,111). Sum of RGB (Red+Green+Blue) = 238+209+111=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 209 (82.03% from 255 or 37.46% from 558); Blue value is 111 (43.75% from 255 or 19.89% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED16F is #112E90. Grayscale: #CECECE. Windows color (decimal): -1126033 or 7328238. OLE color: 7328238.
HSL color Cylindrical-coordinate representation of color #EED16F: hue angle of 46.3º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EED16F is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 111 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.07 |
| HSL | 46.3º | 0.79% | 0.68% | - |
| HSV(B) | 46.3º | 0.53% | 0.93% | - |
| XYZ | 60.93 | 64.93 | 24.36 | - |
| YUV | 206.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 111 | 0 | 0.12 | 0.53 | 0.07 | 46.3 | 0.79 | 0.68 |
| Hex | EE | D1 | 6F | 0 | C | 35 | 7 | 2E | 4F | 44 |
| Octal | 356 | 321 | 157 | 0 | 14 | 65 | 7 | 56 | 117 | 104 |
| Binary | 11101110 | 11010001 | 1101111 | 0 | 1100 | 110101 | 111 | 101110 | 1001111 | 1000100 |
Color Harmonies of #EED16F
Complementary color
Monochromatic Colors of #EED16F
Black with #EED16F
Text Example
Text Example
White with #EED16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED16F; }
p { color: rgb(238,209,111); }
H1.HeaderClassName
{
color: #EED16F;
}
.AnyTagClassName
{
color: #EED16F;
}
</style>
background-color css
<style>
a { background-color: #EED16F; }
a { background-color: rgb(238,209,111); }
div.DivClassName
{
background-color: #EED16F;
}
.BgClassName
{
background-color: #EED16F;
}
</style>
border-color css
<style>
span { border-color: #EED16F; }
span { border-color: rgb(238,209,111); }
td.TdClassName
{
border-color: #EED16F;
}
.TagClassName
{
border-color: #EED16F;
}
</style>