Shades of Golden Sand #EED96A
Tints of Golden Sand #EED96A
RGB
CMYK
RGB Variations
Color information
#EED96A (or 0xEED96A) is known color: Golden Sand. HEX triplet: EE, D9 and 6A. RGB value is (238,217,106). Sum of RGB (Red+Green+Blue) = 238+217+106=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EED96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED96A is #112695. Grayscale: #D3D3D3. Windows color (decimal): -1123990 or 7002606. OLE color: 7002606.
HSL color Cylindrical-coordinate representation of color #EED96A: hue angle of 50.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EED96A is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 106 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.07 |
| HSL | 50.45º | 0.8% | 0.67% | - |
| HSV(B) | 50.45º | 0.55% | 0.93% | - |
| XYZ | 62.67 | 68.84 | 23.62 | - |
| YUV | 210.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 106 | 0 | 0.09 | 0.55 | 0.07 | 50.45 | 0.8 | 0.67 |
| Hex | EE | D9 | 6A | 0 | 9 | 37 | 7 | 32 | 50 | 43 |
| Octal | 356 | 331 | 152 | 0 | 11 | 67 | 7 | 62 | 120 | 103 |
| Binary | 11101110 | 11011001 | 1101010 | 0 | 1001 | 110111 | 111 | 110010 | 1010000 | 1000011 |
Color Harmonies of #EED96A
Complementary color
Monochromatic Colors of #EED96A
Black with #EED96A
Text Example
Text Example
White with #EED96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED96A; }
p { color: rgb(238,217,106); }
H1.HeaderClassName
{
color: #EED96A;
}
.AnyTagClassName
{
color: #EED96A;
}
</style>
background-color css
<style>
a { background-color: #EED96A; }
a { background-color: rgb(238,217,106); }
div.DivClassName
{
background-color: #EED96A;
}
.BgClassName
{
background-color: #EED96A;
}
</style>
border-color css
<style>
span { border-color: #EED96A; }
span { border-color: rgb(238,217,106); }
td.TdClassName
{
border-color: #EED96A;
}
.TagClassName
{
border-color: #EED96A;
}
</style>