Shades of Golden Sand #EECF61
Tints of Golden Sand #EECF61
RGB
CMYK
RGB Variations
Color information
#EECF61 (or 0xEECF61) is known color: Golden Sand. HEX triplet: EE, CF and 61. RGB value is (238,207,97). Sum of RGB (Red+Green+Blue) = 238+207+97=542 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.91% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 97 (38.28% from 255 or 17.90% from 542); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF61 is #11309E. Grayscale: #CCCCCC. Windows color (decimal): -1126559 or 6410222. OLE color: 6410222.
HSL color Cylindrical-coordinate representation of color #EECF61: hue angle of 46.81º 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 #EECF61 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 97 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.07 |
| HSL | 46.81º | 0.81% | 0.66% | - |
| HSV(B) | 46.81º | 0.59% | 0.93% | - |
| XYZ | 59.73 | 63.67 | 20.45 | - |
| YUV | 203.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 97 | 0 | 0.13 | 0.59 | 0.07 | 46.81 | 0.81 | 0.66 |
| Hex | EE | CF | 61 | 0 | D | 3B | 7 | 2F | 51 | 42 |
| Octal | 356 | 317 | 141 | 0 | 15 | 73 | 7 | 57 | 121 | 102 |
| Binary | 11101110 | 11001111 | 1100001 | 0 | 1101 | 111011 | 111 | 101111 | 1010001 | 1000010 |
Color Harmonies of #EECF61
Complementary color
Monochromatic Colors of #EECF61
Black with #EECF61
Text Example
Text Example
White with #EECF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF61; }
p { color: rgb(238,207,97); }
H1.HeaderClassName
{
color: #EECF61;
}
.AnyTagClassName
{
color: #EECF61;
}
</style>
background-color css
<style>
a { background-color: #EECF61; }
a { background-color: rgb(238,207,97); }
div.DivClassName
{
background-color: #EECF61;
}
.BgClassName
{
background-color: #EECF61;
}
</style>
border-color css
<style>
span { border-color: #EECF61; }
span { border-color: rgb(238,207,97); }
td.TdClassName
{
border-color: #EECF61;
}
.TagClassName
{
border-color: #EECF61;
}
</style>