Shades of Golden Sand #EEC963
Tints of Golden Sand #EEC963
RGB
CMYK
RGB Variations
Color information
#EEC963 (or 0xEEC963) is known color: Golden Sand. HEX triplet: EE, C9 and 63. RGB value is (238,201,99). Sum of RGB (Red+Green+Blue) = 238+201+99=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC963 is #11369C. Grayscale: #C8C8C8. Windows color (decimal): -1128093 or 6539758. OLE color: 6539758.
HSL color Cylindrical-coordinate representation of color #EEC963: hue angle of 44.03º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEC963 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 99 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.07 |
| HSL | 44.03º | 0.8% | 0.66% | - |
| HSV(B) | 44.03º | 0.58% | 0.93% | - |
| XYZ | 58.4 | 60.85 | 20.47 | - |
| YUV | 200.44 | 70.76 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 99 | 0 | 0.16 | 0.58 | 0.07 | 44.03 | 0.8 | 0.66 |
| Hex | EE | C9 | 63 | 0 | 10 | 3A | 7 | 2C | 50 | 42 |
| Octal | 356 | 311 | 143 | 0 | 20 | 72 | 7 | 54 | 120 | 102 |
| Binary | 11101110 | 11001001 | 1100011 | 0 | 10000 | 111010 | 111 | 101100 | 1010000 | 1000010 |
Color Harmonies of #EEC963
Complementary color
Monochromatic Colors of #EEC963
Black with #EEC963
Text Example
Text Example
White with #EEC963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC963; }
p { color: rgb(238,201,99); }
H1.HeaderClassName
{
color: #EEC963;
}
.AnyTagClassName
{
color: #EEC963;
}
</style>
background-color css
<style>
a { background-color: #EEC963; }
a { background-color: rgb(238,201,99); }
div.DivClassName
{
background-color: #EEC963;
}
.BgClassName
{
background-color: #EEC963;
}
</style>
border-color css
<style>
span { border-color: #EEC963; }
span { border-color: rgb(238,201,99); }
td.TdClassName
{
border-color: #EEC963;
}
.TagClassName
{
border-color: #EEC963;
}
</style>