Shades of Golden Sand #EEC764
Tints of Golden Sand #EEC764
RGB
CMYK
RGB Variations
Color information
#EEC764 (or 0xEEC764) is known color: Golden Sand. HEX triplet: EE, C7 and 64. RGB value is (238,199,100). Sum of RGB (Red+Green+Blue) = 238+199+100=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC764 is #11389B. Grayscale: #C7C7C7. Windows color (decimal): -1128604 or 6604782. OLE color: 6604782.
HSL color Cylindrical-coordinate representation of color #EEC764: hue angle of 43.04º 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 #EEC764 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 100 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.07 |
| HSL | 43.04º | 0.8% | 0.66% | - |
| HSV(B) | 43.04º | 0.58% | 0.93% | - |
| XYZ | 57.98 | 59.94 | 20.57 | - |
| YUV | 199.38 | 71.92 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 100 | 0 | 0.16 | 0.58 | 0.07 | 43.04 | 0.8 | 0.66 |
| Hex | EE | C7 | 64 | 0 | 10 | 3A | 7 | 2B | 50 | 42 |
| Octal | 356 | 307 | 144 | 0 | 20 | 72 | 7 | 53 | 120 | 102 |
| Binary | 11101110 | 11000111 | 1100100 | 0 | 10000 | 111010 | 111 | 101011 | 1010000 | 1000010 |
Color Harmonies of #EEC764
Complementary color
Monochromatic Colors of #EEC764
Black with #EEC764
Text Example
Text Example
White with #EEC764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC764; }
p { color: rgb(238,199,100); }
H1.HeaderClassName
{
color: #EEC764;
}
.AnyTagClassName
{
color: #EEC764;
}
</style>
background-color css
<style>
a { background-color: #EEC764; }
a { background-color: rgb(238,199,100); }
div.DivClassName
{
background-color: #EEC764;
}
.BgClassName
{
background-color: #EEC764;
}
</style>
border-color css
<style>
span { border-color: #EEC764; }
span { border-color: rgb(238,199,100); }
td.TdClassName
{
border-color: #EEC764;
}
.TagClassName
{
border-color: #EEC764;
}
</style>