Shades of Golden Sand #EEC663
Tints of Golden Sand #EEC663
RGB
CMYK
RGB Variations
Color information
#EEC663 (or 0xEEC663) is known color: Golden Sand. HEX triplet: EE, C6 and 63. RGB value is (238,198,99). Sum of RGB (Red+Green+Blue) = 238+198+99=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC663 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC663 is #11399C. Grayscale: #C7C7C7. Windows color (decimal): -1128861 or 6538990. OLE color: 6538990.
HSL color Cylindrical-coordinate representation of color #EEC663: hue angle of 42.73º 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 #EEC663 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 99 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.07 |
| HSL | 42.73º | 0.8% | 0.66% | - |
| HSV(B) | 42.73º | 0.58% | 0.93% | - |
| XYZ | 57.71 | 59.47 | 20.24 | - |
| YUV | 198.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 99 | 0 | 0.17 | 0.58 | 0.07 | 42.73 | 0.8 | 0.66 |
| Hex | EE | C6 | 63 | 0 | 11 | 3A | 7 | 2B | 50 | 42 |
| Octal | 356 | 306 | 143 | 0 | 21 | 72 | 7 | 53 | 120 | 102 |
| Binary | 11101110 | 11000110 | 1100011 | 0 | 10001 | 111010 | 111 | 101011 | 1010000 | 1000010 |
Color Harmonies of #EEC663
Complementary color
Monochromatic Colors of #EEC663
Black with #EEC663
Text Example
Text Example
White with #EEC663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC663; }
p { color: rgb(238,198,99); }
H1.HeaderClassName
{
color: #EEC663;
}
.AnyTagClassName
{
color: #EEC663;
}
</style>
background-color css
<style>
a { background-color: #EEC663; }
a { background-color: rgb(238,198,99); }
div.DivClassName
{
background-color: #EEC663;
}
.BgClassName
{
background-color: #EEC663;
}
</style>
border-color css
<style>
span { border-color: #EEC663; }
span { border-color: rgb(238,198,99); }
td.TdClassName
{
border-color: #EEC663;
}
.TagClassName
{
border-color: #EEC663;
}
</style>