Shades of Golden Sand #EECF68
Tints of Golden Sand #EECF68
RGB
CMYK
RGB Variations
Color information
#EECF68 (or 0xEECF68) is known color: Golden Sand. HEX triplet: EE, CF and 68. RGB value is (238,207,104). Sum of RGB (Red+Green+Blue) = 238+207+104=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 207 (81.25% from 255 or 37.70% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF68 is #113097. Grayscale: #CCCCCC. Windows color (decimal): -1126552 or 6868974. OLE color: 6868974.
HSL color Cylindrical-coordinate representation of color #EECF68: hue angle of 46.12º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EECF68 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 104 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.07 |
| HSL | 46.12º | 0.8% | 0.67% | - |
| HSV(B) | 46.12º | 0.56% | 0.93% | - |
| XYZ | 60.07 | 63.8 | 22.25 | - |
| YUV | 204.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 104 | 0 | 0.13 | 0.56 | 0.07 | 46.12 | 0.8 | 0.67 |
| Hex | EE | CF | 68 | 0 | D | 38 | 7 | 2E | 50 | 43 |
| Octal | 356 | 317 | 150 | 0 | 15 | 70 | 7 | 56 | 120 | 103 |
| Binary | 11101110 | 11001111 | 1101000 | 0 | 1101 | 111000 | 111 | 101110 | 1010000 | 1000011 |
Color Harmonies of #EECF68
Complementary color
Monochromatic Colors of #EECF68
Black with #EECF68
Text Example
Text Example
White with #EECF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF68; }
p { color: rgb(238,207,104); }
H1.HeaderClassName
{
color: #EECF68;
}
.AnyTagClassName
{
color: #EECF68;
}
</style>
background-color css
<style>
a { background-color: #EECF68; }
a { background-color: rgb(238,207,104); }
div.DivClassName
{
background-color: #EECF68;
}
.BgClassName
{
background-color: #EECF68;
}
</style>
border-color css
<style>
span { border-color: #EECF68; }
span { border-color: rgb(238,207,104); }
td.TdClassName
{
border-color: #EECF68;
}
.TagClassName
{
border-color: #EECF68;
}
</style>