Shades of Golden Sand #EEC96E
Tints of Golden Sand #EEC96E
RGB
CMYK
RGB Variations
Color information
#EEC96E (or 0xEEC96E) is known color: Golden Sand. HEX triplet: EE, C9 and 6E. RGB value is (238,201,110). Sum of RGB (Red+Green+Blue) = 238+201+110=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC96E is #113691. Grayscale: #CACACA. Windows color (decimal): -1128082 or 7260654. OLE color: 7260654.
HSL color Cylindrical-coordinate representation of color #EEC96E: hue angle of 42.66º 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 #EEC96E is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 110 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.07 |
| HSL | 42.66º | 0.79% | 0.68% | - |
| HSV(B) | 42.66º | 0.54% | 0.93% | - |
| XYZ | 58.96 | 61.08 | 23.43 | - |
| YUV | 201.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 110 | 0 | 0.16 | 0.54 | 0.07 | 42.66 | 0.79 | 0.68 |
| Hex | EE | C9 | 6E | 0 | 10 | 36 | 7 | 2B | 4F | 44 |
| Octal | 356 | 311 | 156 | 0 | 20 | 66 | 7 | 53 | 117 | 104 |
| Binary | 11101110 | 11001001 | 1101110 | 0 | 10000 | 110110 | 111 | 101011 | 1001111 | 1000100 |
Color Harmonies of #EEC96E
Complementary color
Monochromatic Colors of #EEC96E
Black with #EEC96E
Text Example
Text Example
White with #EEC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC96E; }
p { color: rgb(238,201,110); }
H1.HeaderClassName
{
color: #EEC96E;
}
.AnyTagClassName
{
color: #EEC96E;
}
</style>
background-color css
<style>
a { background-color: #EEC96E; }
a { background-color: rgb(238,201,110); }
div.DivClassName
{
background-color: #EEC96E;
}
.BgClassName
{
background-color: #EEC96E;
}
</style>
border-color css
<style>
span { border-color: #EEC96E; }
span { border-color: rgb(238,201,110); }
td.TdClassName
{
border-color: #EEC96E;
}
.TagClassName
{
border-color: #EEC96E;
}
</style>