Shades of Golden Sand #EEC96F
Tints of Golden Sand #EEC96F
RGB
CMYK
RGB Variations
Color information
#EEC96F (or 0xEEC96F) is known color: Golden Sand. HEX triplet: EE, C9 and 6F. RGB value is (238,201,111). Sum of RGB (Red+Green+Blue) = 238+201+111=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 111 (43.75% from 255 or 20.18% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC96F is #113690. Grayscale: #CACACA. Windows color (decimal): -1128081 or 7326190. OLE color: 7326190.
HSL color Cylindrical-coordinate representation of color #EEC96F: hue angle of 42.52º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEC96F is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 111 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.07 |
| HSL | 42.52º | 0.79% | 0.68% | - |
| HSV(B) | 42.52º | 0.53% | 0.93% | - |
| XYZ | 59.02 | 61.1 | 23.72 | - |
| YUV | 201.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 111 | 0 | 0.16 | 0.53 | 0.07 | 42.52 | 0.79 | 0.68 |
| Hex | EE | C9 | 6F | 0 | 10 | 35 | 7 | 2B | 4F | 44 |
| Octal | 356 | 311 | 157 | 0 | 20 | 65 | 7 | 53 | 117 | 104 |
| Binary | 11101110 | 11001001 | 1101111 | 0 | 10000 | 110101 | 111 | 101011 | 1001111 | 1000100 |
Color Harmonies of #EEC96F
Complementary color
Monochromatic Colors of #EEC96F
Black with #EEC96F
Text Example
Text Example
White with #EEC96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC96F; }
p { color: rgb(238,201,111); }
H1.HeaderClassName
{
color: #EEC96F;
}
.AnyTagClassName
{
color: #EEC96F;
}
</style>
background-color css
<style>
a { background-color: #EEC96F; }
a { background-color: rgb(238,201,111); }
div.DivClassName
{
background-color: #EEC96F;
}
.BgClassName
{
background-color: #EEC96F;
}
</style>
border-color css
<style>
span { border-color: #EEC96F; }
span { border-color: rgb(238,201,111); }
td.TdClassName
{
border-color: #EEC96F;
}
.TagClassName
{
border-color: #EEC96F;
}
</style>