Shades of Golden Sand #EED86A
Tints of Golden Sand #EED86A
RGB
CMYK
RGB Variations
Color information
#EED86A (or 0xEED86A) is known color: Golden Sand. HEX triplet: EE, D8 and 6A. RGB value is (238,216,106). Sum of RGB (Red+Green+Blue) = 238+216+106=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 106 (41.80% from 255 or 18.93% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EED86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED86A is #112795. Grayscale: #D2D2D2. Windows color (decimal): -1124246 or 7002350. OLE color: 7002350.
HSL color Cylindrical-coordinate representation of color #EED86A: hue angle of 50º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EED86A is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 216 | 106 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.07 |
| HSL | 50º | 0.8% | 0.67% | - |
| HSV(B) | 50º | 0.55% | 0.93% | - |
| XYZ | 62.42 | 68.33 | 23.53 | - |
| YUV | 210.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 216 | 106 | 0 | 0.09 | 0.55 | 0.07 | 50 | 0.8 | 0.67 |
| Hex | EE | D8 | 6A | 0 | 9 | 37 | 7 | 32 | 50 | 43 |
| Octal | 356 | 330 | 152 | 0 | 11 | 67 | 7 | 62 | 120 | 103 |
| Binary | 11101110 | 11011000 | 1101010 | 0 | 1001 | 110111 | 111 | 110010 | 1010000 | 1000011 |
Color Harmonies of #EED86A
Complementary color
Monochromatic Colors of #EED86A
Black with #EED86A
Text Example
Text Example
White with #EED86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED86A; }
p { color: rgb(238,216,106); }
H1.HeaderClassName
{
color: #EED86A;
}
.AnyTagClassName
{
color: #EED86A;
}
</style>
background-color css
<style>
a { background-color: #EED86A; }
a { background-color: rgb(238,216,106); }
div.DivClassName
{
background-color: #EED86A;
}
.BgClassName
{
background-color: #EED86A;
}
</style>
border-color css
<style>
span { border-color: #EED86A; }
span { border-color: rgb(238,216,106); }
td.TdClassName
{
border-color: #EED86A;
}
.TagClassName
{
border-color: #EED86A;
}
</style>