Shades of Golden Sand #EEC86C
Tints of Golden Sand #EEC86C
RGB
CMYK
RGB Variations
Color information
#EEC86C (or 0xEEC86C) is known color: Golden Sand. HEX triplet: EE, C8 and 6C. RGB value is (238,200,108). Sum of RGB (Red+Green+Blue) = 238+200+108=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC86C is #113793. Grayscale: #C9C9C9. Windows color (decimal): -1128340 or 7129326. OLE color: 7129326.
HSL color Cylindrical-coordinate representation of color #EEC86C: hue angle of 42.46º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEC86C is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 108 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.07 |
| HSL | 42.46º | 0.79% | 0.68% | - |
| HSV(B) | 42.46º | 0.55% | 0.93% | - |
| XYZ | 58.62 | 60.57 | 22.79 | - |
| YUV | 200.87 | 75.59 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 108 | 0 | 0.16 | 0.55 | 0.07 | 42.46 | 0.79 | 0.68 |
| Hex | EE | C8 | 6C | 0 | 10 | 37 | 7 | 2A | 4F | 44 |
| Octal | 356 | 310 | 154 | 0 | 20 | 67 | 7 | 52 | 117 | 104 |
| Binary | 11101110 | 11001000 | 1101100 | 0 | 10000 | 110111 | 111 | 101010 | 1001111 | 1000100 |
Color Harmonies of #EEC86C
Complementary color
Monochromatic Colors of #EEC86C
Black with #EEC86C
Text Example
Text Example
White with #EEC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC86C; }
p { color: rgb(238,200,108); }
H1.HeaderClassName
{
color: #EEC86C;
}
.AnyTagClassName
{
color: #EEC86C;
}
</style>
background-color css
<style>
a { background-color: #EEC86C; }
a { background-color: rgb(238,200,108); }
div.DivClassName
{
background-color: #EEC86C;
}
.BgClassName
{
background-color: #EEC86C;
}
</style>
border-color css
<style>
span { border-color: #EEC86C; }
span { border-color: rgb(238,200,108); }
td.TdClassName
{
border-color: #EEC86C;
}
.TagClassName
{
border-color: #EEC86C;
}
</style>