Shades of Golden Sand #EED668
Tints of Golden Sand #EED668
RGB
CMYK
RGB Variations
Color information
#EED668 (or 0xEED668) is known color: Golden Sand. HEX triplet: EE, D6 and 68. RGB value is (238,214,104). Sum of RGB (Red+Green+Blue) = 238+214+104=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 214 (83.98% from 255 or 38.49% from 556); Blue value is 104 (41.02% from 255 or 18.71% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EED668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED668 is #112997. Grayscale: #D1D1D1. Windows color (decimal): -1124760 or 6870766. OLE color: 6870766.
HSL color Cylindrical-coordinate representation of color #EED668: hue angle of 49.25º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EED668 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 104 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.07 |
| HSL | 49.25º | 0.8% | 0.67% | - |
| HSV(B) | 49.25º | 0.56% | 0.93% | - |
| XYZ | 61.81 | 67.27 | 22.82 | - |
| YUV | 208.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 104 | 0 | 0.10 | 0.56 | 0.07 | 49.25 | 0.8 | 0.67 |
| Hex | EE | D6 | 68 | 0 | A | 38 | 7 | 31 | 50 | 43 |
| Octal | 356 | 326 | 150 | 0 | 12 | 70 | 7 | 61 | 120 | 103 |
| Binary | 11101110 | 11010110 | 1101000 | 0 | 1010 | 111000 | 111 | 110001 | 1010000 | 1000011 |
Color Harmonies of #EED668
Complementary color
Monochromatic Colors of #EED668
Black with #EED668
Text Example
Text Example
White with #EED668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED668; }
p { color: rgb(238,214,104); }
H1.HeaderClassName
{
color: #EED668;
}
.AnyTagClassName
{
color: #EED668;
}
</style>
background-color css
<style>
a { background-color: #EED668; }
a { background-color: rgb(238,214,104); }
div.DivClassName
{
background-color: #EED668;
}
.BgClassName
{
background-color: #EED668;
}
</style>
border-color css
<style>
span { border-color: #EED668; }
span { border-color: rgb(238,214,104); }
td.TdClassName
{
border-color: #EED668;
}
.TagClassName
{
border-color: #EED668;
}
</style>