Shades of Golden Sand #EEC96D
Tints of Golden Sand #EEC96D
RGB
CMYK
RGB Variations
Color information
#EEC96D (or 0xEEC96D) is known color: Golden Sand. HEX triplet: EE, C9 and 6D. RGB value is (238,201,109). Sum of RGB (Red+Green+Blue) = 238+201+109=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 109 (42.97% from 255 or 19.89% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC96D is #113692. Grayscale: #C9C9C9. Windows color (decimal): -1128083 or 7195118. OLE color: 7195118.
HSL color Cylindrical-coordinate representation of color #EEC96D: hue angle of 42.79º 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 #EEC96D is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 109 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.07 |
| HSL | 42.79º | 0.79% | 0.68% | - |
| HSV(B) | 42.79º | 0.54% | 0.93% | - |
| XYZ | 58.91 | 61.05 | 23.15 | - |
| YUV | 201.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 109 | 0 | 0.16 | 0.54 | 0.07 | 42.79 | 0.79 | 0.68 |
| Hex | EE | C9 | 6D | 0 | 10 | 36 | 7 | 2B | 4F | 44 |
| Octal | 356 | 311 | 155 | 0 | 20 | 66 | 7 | 53 | 117 | 104 |
| Binary | 11101110 | 11001001 | 1101101 | 0 | 10000 | 110110 | 111 | 101011 | 1001111 | 1000100 |
Color Harmonies of #EEC96D
Complementary color
Monochromatic Colors of #EEC96D
Black with #EEC96D
Text Example
Text Example
White with #EEC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC96D; }
p { color: rgb(238,201,109); }
H1.HeaderClassName
{
color: #EEC96D;
}
.AnyTagClassName
{
color: #EEC96D;
}
</style>
background-color css
<style>
a { background-color: #EEC96D; }
a { background-color: rgb(238,201,109); }
div.DivClassName
{
background-color: #EEC96D;
}
.BgClassName
{
background-color: #EEC96D;
}
</style>
border-color css
<style>
span { border-color: #EEC96D; }
span { border-color: rgb(238,201,109); }
td.TdClassName
{
border-color: #EEC96D;
}
.TagClassName
{
border-color: #EEC96D;
}
</style>