Shades of Golden Sand #EECF6B
Tints of Golden Sand #EECF6B
RGB
CMYK
RGB Variations
Color information
#EECF6B (or 0xEECF6B) is known color: Golden Sand. HEX triplet: EE, CF and 6B. RGB value is (238,207,107). Sum of RGB (Red+Green+Blue) = 238+207+107=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF6B is #113094. Grayscale: #CDCDCD. Windows color (decimal): -1126549 or 7065582. OLE color: 7065582.
HSL color Cylindrical-coordinate representation of color #EECF6B: hue angle of 45.8º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EECF6B is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 107 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.07 |
| HSL | 45.8º | 0.79% | 0.68% | - |
| HSV(B) | 45.8º | 0.55% | 0.93% | - |
| XYZ | 60.23 | 63.86 | 23.06 | - |
| YUV | 204.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 107 | 0 | 0.13 | 0.55 | 0.07 | 45.8 | 0.79 | 0.68 |
| Hex | EE | CF | 6B | 0 | D | 37 | 7 | 2E | 4F | 44 |
| Octal | 356 | 317 | 153 | 0 | 15 | 67 | 7 | 56 | 117 | 104 |
| Binary | 11101110 | 11001111 | 1101011 | 0 | 1101 | 110111 | 111 | 101110 | 1001111 | 1000100 |
Color Harmonies of #EECF6B
Complementary color
Monochromatic Colors of #EECF6B
Black with #EECF6B
Text Example
Text Example
White with #EECF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF6B; }
p { color: rgb(238,207,107); }
H1.HeaderClassName
{
color: #EECF6B;
}
.AnyTagClassName
{
color: #EECF6B;
}
</style>
background-color css
<style>
a { background-color: #EECF6B; }
a { background-color: rgb(238,207,107); }
div.DivClassName
{
background-color: #EECF6B;
}
.BgClassName
{
background-color: #EECF6B;
}
</style>
border-color css
<style>
span { border-color: #EECF6B; }
span { border-color: rgb(238,207,107); }
td.TdClassName
{
border-color: #EECF6B;
}
.TagClassName
{
border-color: #EECF6B;
}
</style>