Shades of Golden Sand #EEC66B
Tints of Golden Sand #EEC66B
RGB
CMYK
RGB Variations
Color information
#EEC66B (or 0xEEC66B) is known color: Golden Sand. HEX triplet: EE, C6 and 6B. RGB value is (238,198,107). Sum of RGB (Red+Green+Blue) = 238+198+107=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 107 (42.19% from 255 or 19.71% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC66B is #113994. Grayscale: #C7C7C7. Windows color (decimal): -1128853 or 7063278. OLE color: 7063278.
HSL color Cylindrical-coordinate representation of color #EEC66B: hue angle of 41.68º 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 #EEC66B is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 107 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.07 |
| HSL | 41.68º | 0.79% | 0.68% | - |
| HSV(B) | 41.68º | 0.55% | 0.93% | - |
| XYZ | 58.11 | 59.63 | 22.36 | - |
| YUV | 199.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 107 | 0 | 0.17 | 0.55 | 0.07 | 41.68 | 0.79 | 0.68 |
| Hex | EE | C6 | 6B | 0 | 11 | 37 | 7 | 2A | 4F | 44 |
| Octal | 356 | 306 | 153 | 0 | 21 | 67 | 7 | 52 | 117 | 104 |
| Binary | 11101110 | 11000110 | 1101011 | 0 | 10001 | 110111 | 111 | 101010 | 1001111 | 1000100 |
Color Harmonies of #EEC66B
Complementary color
Monochromatic Colors of #EEC66B
Black with #EEC66B
Text Example
Text Example
White with #EEC66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC66B; }
p { color: rgb(238,198,107); }
H1.HeaderClassName
{
color: #EEC66B;
}
.AnyTagClassName
{
color: #EEC66B;
}
</style>
background-color css
<style>
a { background-color: #EEC66B; }
a { background-color: rgb(238,198,107); }
div.DivClassName
{
background-color: #EEC66B;
}
.BgClassName
{
background-color: #EEC66B;
}
</style>
border-color css
<style>
span { border-color: #EEC66B; }
span { border-color: rgb(238,198,107); }
td.TdClassName
{
border-color: #EEC66B;
}
.TagClassName
{
border-color: #EEC66B;
}
</style>