Shades of Golden Sand #EEC761
Tints of Golden Sand #EEC761
RGB
CMYK
RGB Variations
Color information
#EEC761 (or 0xEEC761) is known color: Golden Sand. HEX triplet: EE, C7 and 61. RGB value is (238,199,97). Sum of RGB (Red+Green+Blue) = 238+199+97=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC761 is #11389E. Grayscale: #C7C7C7. Windows color (decimal): -1128607 or 6408174. OLE color: 6408174.
HSL color Cylindrical-coordinate representation of color #EEC761: hue angle of 43.4º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EEC761 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 97 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.07 |
| HSL | 43.4º | 0.81% | 0.66% | - |
| HSV(B) | 43.4º | 0.59% | 0.93% | - |
| XYZ | 57.84 | 59.89 | 19.82 | - |
| YUV | 199.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 97 | 0 | 0.16 | 0.59 | 0.07 | 43.4 | 0.81 | 0.66 |
| Hex | EE | C7 | 61 | 0 | 10 | 3B | 7 | 2B | 51 | 42 |
| Octal | 356 | 307 | 141 | 0 | 20 | 73 | 7 | 53 | 121 | 102 |
| Binary | 11101110 | 11000111 | 1100001 | 0 | 10000 | 111011 | 111 | 101011 | 1010001 | 1000010 |
Color Harmonies of #EEC761
Complementary color
Monochromatic Colors of #EEC761
Black with #EEC761
Text Example
Text Example
White with #EEC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC761; }
p { color: rgb(238,199,97); }
H1.HeaderClassName
{
color: #EEC761;
}
.AnyTagClassName
{
color: #EEC761;
}
</style>
background-color css
<style>
a { background-color: #EEC761; }
a { background-color: rgb(238,199,97); }
div.DivClassName
{
background-color: #EEC761;
}
.BgClassName
{
background-color: #EEC761;
}
</style>
border-color css
<style>
span { border-color: #EEC761; }
span { border-color: rgb(238,199,97); }
td.TdClassName
{
border-color: #EEC761;
}
.TagClassName
{
border-color: #EEC761;
}
</style>