Shades of Golden Sand #EED16E
Tints of Golden Sand #EED16E
RGB
CMYK
RGB Variations
Color information
#EED16E (or 0xEED16E) is known color: Golden Sand. HEX triplet: EE, D1 and 6E. RGB value is (238,209,110). Sum of RGB (Red+Green+Blue) = 238+209+110=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 110 (43.36% from 255 or 19.75% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EED16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED16E is #112E91. Grayscale: #CECECE. Windows color (decimal): -1126034 or 7262702. OLE color: 7262702.
HSL color Cylindrical-coordinate representation of color #EED16E: hue angle of 46.41º 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 #EED16E is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 110 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.07 |
| HSL | 46.41º | 0.79% | 0.68% | - |
| HSV(B) | 46.41º | 0.54% | 0.93% | - |
| XYZ | 60.87 | 64.9 | 24.07 | - |
| YUV | 206.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 110 | 0 | 0.12 | 0.54 | 0.07 | 46.41 | 0.79 | 0.68 |
| Hex | EE | D1 | 6E | 0 | C | 36 | 7 | 2E | 4F | 44 |
| Octal | 356 | 321 | 156 | 0 | 14 | 66 | 7 | 56 | 117 | 104 |
| Binary | 11101110 | 11010001 | 1101110 | 0 | 1100 | 110110 | 111 | 101110 | 1001111 | 1000100 |
Color Harmonies of #EED16E
Complementary color
Monochromatic Colors of #EED16E
Black with #EED16E
Text Example
Text Example
White with #EED16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED16E; }
p { color: rgb(238,209,110); }
H1.HeaderClassName
{
color: #EED16E;
}
.AnyTagClassName
{
color: #EED16E;
}
</style>
background-color css
<style>
a { background-color: #EED16E; }
a { background-color: rgb(238,209,110); }
div.DivClassName
{
background-color: #EED16E;
}
.BgClassName
{
background-color: #EED16E;
}
</style>
border-color css
<style>
span { border-color: #EED16E; }
span { border-color: rgb(238,209,110); }
td.TdClassName
{
border-color: #EED16E;
}
.TagClassName
{
border-color: #EED16E;
}
</style>