Shades of Golden Sand #EED163
Tints of Golden Sand #EED163
RGB
CMYK
RGB Variations
Color information
#EED163 (or 0xEED163) is known color: Golden Sand. HEX triplet: EE, D1 and 63. RGB value is (238,209,99). Sum of RGB (Red+Green+Blue) = 238+209+99=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EED163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED163 is #112E9C. Grayscale: #CDCDCD. Windows color (decimal): -1126045 or 6541806. OLE color: 6541806.
HSL color Cylindrical-coordinate representation of color #EED163: hue angle of 47.48º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EED163 is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 99 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.07 |
| HSL | 47.48º | 0.8% | 0.66% | - |
| HSV(B) | 47.48º | 0.58% | 0.93% | - |
| XYZ | 60.31 | 64.68 | 21.11 | - |
| YUV | 205.13 | 68.11 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 99 | 0 | 0.12 | 0.58 | 0.07 | 47.48 | 0.8 | 0.66 |
| Hex | EE | D1 | 63 | 0 | C | 3A | 7 | 2F | 50 | 42 |
| Octal | 356 | 321 | 143 | 0 | 14 | 72 | 7 | 57 | 120 | 102 |
| Binary | 11101110 | 11010001 | 1100011 | 0 | 1100 | 111010 | 111 | 101111 | 1010000 | 1000010 |
Color Harmonies of #EED163
Complementary color
Monochromatic Colors of #EED163
Black with #EED163
Text Example
Text Example
White with #EED163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED163; }
p { color: rgb(238,209,99); }
H1.HeaderClassName
{
color: #EED163;
}
.AnyTagClassName
{
color: #EED163;
}
</style>
background-color css
<style>
a { background-color: #EED163; }
a { background-color: rgb(238,209,99); }
div.DivClassName
{
background-color: #EED163;
}
.BgClassName
{
background-color: #EED163;
}
</style>
border-color css
<style>
span { border-color: #EED163; }
span { border-color: rgb(238,209,99); }
td.TdClassName
{
border-color: #EED163;
}
.TagClassName
{
border-color: #EED163;
}
</style>