Shades of Golden Sand #EED669
Tints of Golden Sand #EED669
RGB
CMYK
RGB Variations
Color information
#EED669 (or 0xEED669) is known color: Golden Sand. HEX triplet: EE, D6 and 69. RGB value is (238,214,105). Sum of RGB (Red+Green+Blue) = 238+214+105=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EED669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED669 is #112996. Grayscale: #D1D1D1. Windows color (decimal): -1124759 or 6936302. OLE color: 6936302.
HSL color Cylindrical-coordinate representation of color #EED669: hue angle of 49.17º 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 #EED669 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 105 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.07 |
| HSL | 49.17º | 0.8% | 0.67% | - |
| HSV(B) | 49.17º | 0.56% | 0.93% | - |
| XYZ | 61.86 | 67.29 | 23.09 | - |
| YUV | 208.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 105 | 0 | 0.10 | 0.56 | 0.07 | 49.17 | 0.8 | 0.67 |
| Hex | EE | D6 | 69 | 0 | A | 38 | 7 | 31 | 50 | 43 |
| Octal | 356 | 326 | 151 | 0 | 12 | 70 | 7 | 61 | 120 | 103 |
| Binary | 11101110 | 11010110 | 1101001 | 0 | 1010 | 111000 | 111 | 110001 | 1010000 | 1000011 |
Color Harmonies of #EED669
Complementary color
Monochromatic Colors of #EED669
Black with #EED669
Text Example
Text Example
White with #EED669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED669; }
p { color: rgb(238,214,105); }
H1.HeaderClassName
{
color: #EED669;
}
.AnyTagClassName
{
color: #EED669;
}
</style>
background-color css
<style>
a { background-color: #EED669; }
a { background-color: rgb(238,214,105); }
div.DivClassName
{
background-color: #EED669;
}
.BgClassName
{
background-color: #EED669;
}
</style>
border-color css
<style>
span { border-color: #EED669; }
span { border-color: rgb(238,214,105); }
td.TdClassName
{
border-color: #EED669;
}
.TagClassName
{
border-color: #EED669;
}
</style>