Shades of Golden Sand #EED663
Tints of Golden Sand #EED663
RGB
CMYK
RGB Variations
Color information
#EED663 (or 0xEED663) is known color: Golden Sand. HEX triplet: EE, D6 and 63. RGB value is (238,214,99). Sum of RGB (Red+Green+Blue) = 238+214+99=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EED663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED663 is #11299C. Grayscale: #D0D0D0. Windows color (decimal): -1124765 or 6543086. OLE color: 6543086.
HSL color Cylindrical-coordinate representation of color #EED663: hue angle of 49.64º 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 #EED663 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 99 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.07 |
| HSL | 49.64º | 0.8% | 0.66% | - |
| HSV(B) | 49.64º | 0.58% | 0.93% | - |
| XYZ | 61.56 | 67.17 | 21.53 | - |
| YUV | 208.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 99 | 0 | 0.10 | 0.58 | 0.07 | 49.64 | 0.8 | 0.66 |
| Hex | EE | D6 | 63 | 0 | A | 3A | 7 | 32 | 50 | 42 |
| Octal | 356 | 326 | 143 | 0 | 12 | 72 | 7 | 62 | 120 | 102 |
| Binary | 11101110 | 11010110 | 1100011 | 0 | 1010 | 111010 | 111 | 110010 | 1010000 | 1000010 |
Color Harmonies of #EED663
Complementary color
Monochromatic Colors of #EED663
Black with #EED663
Text Example
Text Example
White with #EED663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED663; }
p { color: rgb(238,214,99); }
H1.HeaderClassName
{
color: #EED663;
}
.AnyTagClassName
{
color: #EED663;
}
</style>
background-color css
<style>
a { background-color: #EED663; }
a { background-color: rgb(238,214,99); }
div.DivClassName
{
background-color: #EED663;
}
.BgClassName
{
background-color: #EED663;
}
</style>
border-color css
<style>
span { border-color: #EED663; }
span { border-color: rgb(238,214,99); }
td.TdClassName
{
border-color: #EED663;
}
.TagClassName
{
border-color: #EED663;
}
</style>