Shades of Golden Sand #EED96D
Tints of Golden Sand #EED96D
RGB
CMYK
RGB Variations
Color information
#EED96D (or 0xEED96D) is known color: Golden Sand. HEX triplet: EE, D9 and 6D. RGB value is (238,217,109). Sum of RGB (Red+Green+Blue) = 238+217+109=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EED96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED96D is #112692. Grayscale: #D3D3D3. Windows color (decimal): -1123987 or 7199214. OLE color: 7199214.
HSL color Cylindrical-coordinate representation of color #EED96D: hue angle of 50.23º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EED96D is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 109 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.07 |
| HSL | 50.23º | 0.79% | 0.68% | - |
| HSV(B) | 50.23º | 0.54% | 0.93% | - |
| XYZ | 62.83 | 68.91 | 24.46 | - |
| YUV | 210.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 109 | 0 | 0.09 | 0.54 | 0.07 | 50.23 | 0.79 | 0.68 |
| Hex | EE | D9 | 6D | 0 | 9 | 36 | 7 | 32 | 4F | 44 |
| Octal | 356 | 331 | 155 | 0 | 11 | 66 | 7 | 62 | 117 | 104 |
| Binary | 11101110 | 11011001 | 1101101 | 0 | 1001 | 110110 | 111 | 110010 | 1001111 | 1000100 |
Color Harmonies of #EED96D
Complementary color
Monochromatic Colors of #EED96D
Black with #EED96D
Text Example
Text Example
White with #EED96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED96D; }
p { color: rgb(238,217,109); }
H1.HeaderClassName
{
color: #EED96D;
}
.AnyTagClassName
{
color: #EED96D;
}
</style>
background-color css
<style>
a { background-color: #EED96D; }
a { background-color: rgb(238,217,109); }
div.DivClassName
{
background-color: #EED96D;
}
.BgClassName
{
background-color: #EED96D;
}
</style>
border-color css
<style>
span { border-color: #EED96D; }
span { border-color: rgb(238,217,109); }
td.TdClassName
{
border-color: #EED96D;
}
.TagClassName
{
border-color: #EED96D;
}
</style>