Shades of Golden Sand #EED96E
Tints of Golden Sand #EED96E
RGB
CMYK
RGB Variations
Color information
#EED96E (or 0xEED96E) is known color: Golden Sand. HEX triplet: EE, D9 and 6E. RGB value is (238,217,110). Sum of RGB (Red+Green+Blue) = 238+217+110=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 110 (43.36% from 255 or 19.47% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EED96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED96E is #112691. Grayscale: #D3D3D3. Windows color (decimal): -1123986 or 7264750. OLE color: 7264750.
HSL color Cylindrical-coordinate representation of color #EED96E: hue angle of 50.16º 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 #EED96E is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 110 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.07 |
| HSL | 50.16º | 0.79% | 0.68% | - |
| HSV(B) | 50.16º | 0.54% | 0.93% | - |
| XYZ | 62.89 | 68.93 | 24.74 | - |
| YUV | 211.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 110 | 0 | 0.09 | 0.54 | 0.07 | 50.16 | 0.79 | 0.68 |
| Hex | EE | D9 | 6E | 0 | 9 | 36 | 7 | 32 | 4F | 44 |
| Octal | 356 | 331 | 156 | 0 | 11 | 66 | 7 | 62 | 117 | 104 |
| Binary | 11101110 | 11011001 | 1101110 | 0 | 1001 | 110110 | 111 | 110010 | 1001111 | 1000100 |
Color Harmonies of #EED96E
Complementary color
Monochromatic Colors of #EED96E
Black with #EED96E
Text Example
Text Example
White with #EED96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED96E; }
p { color: rgb(238,217,110); }
H1.HeaderClassName
{
color: #EED96E;
}
.AnyTagClassName
{
color: #EED96E;
}
</style>
background-color css
<style>
a { background-color: #EED96E; }
a { background-color: rgb(238,217,110); }
div.DivClassName
{
background-color: #EED96E;
}
.BgClassName
{
background-color: #EED96E;
}
</style>
border-color css
<style>
span { border-color: #EED96E; }
span { border-color: rgb(238,217,110); }
td.TdClassName
{
border-color: #EED96E;
}
.TagClassName
{
border-color: #EED96E;
}
</style>