Shades of Golden Sand #EEC863
Tints of Golden Sand #EEC863
RGB
CMYK
RGB Variations
Color information
#EEC863 (or 0xEEC863) is known color: Golden Sand. HEX triplet: EE, C8 and 63. RGB value is (238,200,99). Sum of RGB (Red+Green+Blue) = 238+200+99=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 99 (39.06% from 255 or 18.44% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC863 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC863 is #11379C. Grayscale: #C8C8C8. Windows color (decimal): -1128349 or 6539502. OLE color: 6539502.
HSL color Cylindrical-coordinate representation of color #EEC863: hue angle of 43.6º 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 #EEC863 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 99 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.07 |
| HSL | 43.6º | 0.8% | 0.66% | - |
| HSV(B) | 43.6º | 0.58% | 0.93% | - |
| XYZ | 58.17 | 60.39 | 20.39 | - |
| YUV | 199.85 | 71.09 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 99 | 0 | 0.16 | 0.58 | 0.07 | 43.6 | 0.8 | 0.66 |
| Hex | EE | C8 | 63 | 0 | 10 | 3A | 7 | 2C | 50 | 42 |
| Octal | 356 | 310 | 143 | 0 | 20 | 72 | 7 | 54 | 120 | 102 |
| Binary | 11101110 | 11001000 | 1100011 | 0 | 10000 | 111010 | 111 | 101100 | 1010000 | 1000010 |
Color Harmonies of #EEC863
Complementary color
Monochromatic Colors of #EEC863
Black with #EEC863
Text Example
Text Example
White with #EEC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC863; }
p { color: rgb(238,200,99); }
H1.HeaderClassName
{
color: #EEC863;
}
.AnyTagClassName
{
color: #EEC863;
}
</style>
background-color css
<style>
a { background-color: #EEC863; }
a { background-color: rgb(238,200,99); }
div.DivClassName
{
background-color: #EEC863;
}
.BgClassName
{
background-color: #EEC863;
}
</style>
border-color css
<style>
span { border-color: #EEC863; }
span { border-color: rgb(238,200,99); }
td.TdClassName
{
border-color: #EEC863;
}
.TagClassName
{
border-color: #EEC863;
}
</style>