Shades of Golden Sand #EEC56C
Tints of Golden Sand #EEC56C
RGB
CMYK
RGB Variations
Color information
#EEC56C (or 0xEEC56C) is known color: Golden Sand. HEX triplet: EE, C5 and 6C. RGB value is (238,197,108). Sum of RGB (Red+Green+Blue) = 238+197+108=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC56C is #113A93. Grayscale: #C7C7C7. Windows color (decimal): -1129108 or 7128558. OLE color: 7128558.
HSL color Cylindrical-coordinate representation of color #EEC56C: hue angle of 41.08º 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 #EEC56C is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 108 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.07 |
| HSL | 41.08º | 0.79% | 0.68% | - |
| HSV(B) | 41.08º | 0.55% | 0.93% | - |
| XYZ | 57.93 | 59.19 | 22.56 | - |
| YUV | 199.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 108 | 0 | 0.17 | 0.55 | 0.07 | 41.08 | 0.79 | 0.68 |
| Hex | EE | C5 | 6C | 0 | 11 | 37 | 7 | 29 | 4F | 44 |
| Octal | 356 | 305 | 154 | 0 | 21 | 67 | 7 | 51 | 117 | 104 |
| Binary | 11101110 | 11000101 | 1101100 | 0 | 10001 | 110111 | 111 | 101001 | 1001111 | 1000100 |
Color Harmonies of #EEC56C
Complementary color
Monochromatic Colors of #EEC56C
Black with #EEC56C
Text Example
Text Example
White with #EEC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC56C; }
p { color: rgb(238,197,108); }
H1.HeaderClassName
{
color: #EEC56C;
}
.AnyTagClassName
{
color: #EEC56C;
}
</style>
background-color css
<style>
a { background-color: #EEC56C; }
a { background-color: rgb(238,197,108); }
div.DivClassName
{
background-color: #EEC56C;
}
.BgClassName
{
background-color: #EEC56C;
}
</style>
border-color css
<style>
span { border-color: #EEC56C; }
span { border-color: rgb(238,197,108); }
td.TdClassName
{
border-color: #EEC56C;
}
.TagClassName
{
border-color: #EEC56C;
}
</style>