Shades of Golden Sand #EED963
Tints of Golden Sand #EED963
RGB
CMYK
RGB Variations
Color information
#EED963 (or 0xEED963) is known color: Golden Sand. HEX triplet: EE, D9 and 63. RGB value is (238,217,99). Sum of RGB (Red+Green+Blue) = 238+217+99=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 217 (85.16% from 255 or 39.17% from 554); Blue value is 99 (39.06% from 255 or 17.87% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EED963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED963 is #11269C. Grayscale: #D2D2D2. Windows color (decimal): -1123997 or 6543854. OLE color: 6543854.
HSL color Cylindrical-coordinate representation of color #EED963: hue angle of 50.94º 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 #EED963 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 99 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.07 |
| HSL | 50.94º | 0.8% | 0.66% | - |
| HSV(B) | 50.94º | 0.58% | 0.93% | - |
| XYZ | 62.32 | 68.7 | 21.78 | - |
| YUV | 209.83 | 65.46 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 99 | 0 | 0.09 | 0.58 | 0.07 | 50.94 | 0.8 | 0.66 |
| Hex | EE | D9 | 63 | 0 | 9 | 3A | 7 | 33 | 50 | 42 |
| Octal | 356 | 331 | 143 | 0 | 11 | 72 | 7 | 63 | 120 | 102 |
| Binary | 11101110 | 11011001 | 1100011 | 0 | 1001 | 111010 | 111 | 110011 | 1010000 | 1000010 |
Color Harmonies of #EED963
Complementary color
Monochromatic Colors of #EED963
Black with #EED963
Text Example
Text Example
White with #EED963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED963; }
p { color: rgb(238,217,99); }
H1.HeaderClassName
{
color: #EED963;
}
.AnyTagClassName
{
color: #EED963;
}
</style>
background-color css
<style>
a { background-color: #EED963; }
a { background-color: rgb(238,217,99); }
div.DivClassName
{
background-color: #EED963;
}
.BgClassName
{
background-color: #EED963;
}
</style>
border-color css
<style>
span { border-color: #EED963; }
span { border-color: rgb(238,217,99); }
td.TdClassName
{
border-color: #EED963;
}
.TagClassName
{
border-color: #EED963;
}
</style>