Shades of Golden Sand #EECF6D
Tints of Golden Sand #EECF6D
RGB
CMYK
RGB Variations
Color information
#EECF6D (or 0xEECF6D) is known color: Golden Sand. HEX triplet: EE, CF and 6D. RGB value is (238,207,109). Sum of RGB (Red+Green+Blue) = 238+207+109=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF6D is #113092. Grayscale: #CDCDCD. Windows color (decimal): -1126547 or 7196654. OLE color: 7196654.
HSL color Cylindrical-coordinate representation of color #EECF6D: hue angle of 45.58º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EECF6D is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 109 | - |
| CMYK | 0 | 0.13 | 0.54 | 0.07 |
| HSL | 45.58º | 0.79% | 0.68% | - |
| HSV(B) | 45.58º | 0.54% | 0.93% | - |
| XYZ | 60.33 | 63.91 | 23.62 | - |
| YUV | 205.1 | 73.77 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 109 | 0 | 0.13 | 0.54 | 0.07 | 45.58 | 0.79 | 0.68 |
| Hex | EE | CF | 6D | 0 | D | 36 | 7 | 2E | 4F | 44 |
| Octal | 356 | 317 | 155 | 0 | 15 | 66 | 7 | 56 | 117 | 104 |
| Binary | 11101110 | 11001111 | 1101101 | 0 | 1101 | 110110 | 111 | 101110 | 1001111 | 1000100 |
Color Harmonies of #EECF6D
Complementary color
Monochromatic Colors of #EECF6D
Black with #EECF6D
Text Example
Text Example
White with #EECF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF6D; }
p { color: rgb(238,207,109); }
H1.HeaderClassName
{
color: #EECF6D;
}
.AnyTagClassName
{
color: #EECF6D;
}
</style>
background-color css
<style>
a { background-color: #EECF6D; }
a { background-color: rgb(238,207,109); }
div.DivClassName
{
background-color: #EECF6D;
}
.BgClassName
{
background-color: #EECF6D;
}
</style>
border-color css
<style>
span { border-color: #EECF6D; }
span { border-color: rgb(238,207,109); }
td.TdClassName
{
border-color: #EECF6D;
}
.TagClassName
{
border-color: #EECF6D;
}
</style>