Shades of Golden Sand #EECF6F
Tints of Golden Sand #EECF6F
RGB
CMYK
RGB Variations
Color information
#EECF6F (or 0xEECF6F) is known color: Golden Sand. HEX triplet: EE, CF and 6F. RGB value is (238,207,111). Sum of RGB (Red+Green+Blue) = 238+207+111=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF6F is #113090. Grayscale: #CDCDCD. Windows color (decimal): -1126545 or 7327726. OLE color: 7327726.
HSL color Cylindrical-coordinate representation of color #EECF6F: hue angle of 45.35º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EECF6F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 111 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.07 |
| HSL | 45.35º | 0.79% | 0.68% | - |
| HSV(B) | 45.35º | 0.53% | 0.93% | - |
| XYZ | 60.44 | 63.95 | 24.2 | - |
| YUV | 205.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 111 | 0 | 0.13 | 0.53 | 0.07 | 45.35 | 0.79 | 0.68 |
| Hex | EE | CF | 6F | 0 | D | 35 | 7 | 2D | 4F | 44 |
| Octal | 356 | 317 | 157 | 0 | 15 | 65 | 7 | 55 | 117 | 104 |
| Binary | 11101110 | 11001111 | 1101111 | 0 | 1101 | 110101 | 111 | 101101 | 1001111 | 1000100 |
Color Harmonies of #EECF6F
Complementary color
Monochromatic Colors of #EECF6F
Black with #EECF6F
Text Example
Text Example
White with #EECF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF6F; }
p { color: rgb(238,207,111); }
H1.HeaderClassName
{
color: #EECF6F;
}
.AnyTagClassName
{
color: #EECF6F;
}
</style>
background-color css
<style>
a { background-color: #EECF6F; }
a { background-color: rgb(238,207,111); }
div.DivClassName
{
background-color: #EECF6F;
}
.BgClassName
{
background-color: #EECF6F;
}
</style>
border-color css
<style>
span { border-color: #EECF6F; }
span { border-color: rgb(238,207,111); }
td.TdClassName
{
border-color: #EECF6F;
}
.TagClassName
{
border-color: #EECF6F;
}
</style>