Shades of Golden Sand #EECF66
Tints of Golden Sand #EECF66
RGB
CMYK
RGB Variations
Color information
#EECF66 (or 0xEECF66) is known color: Golden Sand. HEX triplet: EE, CF and 66. RGB value is (238,207,102). Sum of RGB (Red+Green+Blue) = 238+207+102=547 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.51% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 102 (40.23% from 255 or 18.65% from 547); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF66 is #113099. Grayscale: #CCCCCC. Windows color (decimal): -1126554 or 6737902. OLE color: 6737902.
HSL color Cylindrical-coordinate representation of color #EECF66: hue angle of 46.32º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EECF66 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 102 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.07 |
| HSL | 46.32º | 0.8% | 0.67% | - |
| HSV(B) | 46.32º | 0.57% | 0.93% | - |
| XYZ | 59.97 | 63.76 | 21.72 | - |
| YUV | 204.3 | 70.27 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 102 | 0 | 0.13 | 0.57 | 0.07 | 46.32 | 0.8 | 0.67 |
| Hex | EE | CF | 66 | 0 | D | 39 | 7 | 2E | 50 | 43 |
| Octal | 356 | 317 | 146 | 0 | 15 | 71 | 7 | 56 | 120 | 103 |
| Binary | 11101110 | 11001111 | 1100110 | 0 | 1101 | 111001 | 111 | 101110 | 1010000 | 1000011 |
Color Harmonies of #EECF66
Complementary color
Monochromatic Colors of #EECF66
Black with #EECF66
Text Example
Text Example
White with #EECF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF66; }
p { color: rgb(238,207,102); }
H1.HeaderClassName
{
color: #EECF66;
}
.AnyTagClassName
{
color: #EECF66;
}
</style>
background-color css
<style>
a { background-color: #EECF66; }
a { background-color: rgb(238,207,102); }
div.DivClassName
{
background-color: #EECF66;
}
.BgClassName
{
background-color: #EECF66;
}
</style>
border-color css
<style>
span { border-color: #EECF66; }
span { border-color: rgb(238,207,102); }
td.TdClassName
{
border-color: #EECF66;
}
.TagClassName
{
border-color: #EECF66;
}
</style>