Shades of Golden Sand #EEC669
Tints of Golden Sand #EEC669
RGB
CMYK
RGB Variations
Color information
#EEC669 (or 0xEEC669) is known color: Golden Sand. HEX triplet: EE, C6 and 69. RGB value is (238,198,105). Sum of RGB (Red+Green+Blue) = 238+198+105=541 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.99% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC669 is #113996. Grayscale: #C7C7C7. Windows color (decimal): -1128855 or 6932206. OLE color: 6932206.
HSL color Cylindrical-coordinate representation of color #EEC669: hue angle of 41.95º 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 #EEC669 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 105 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.07 |
| HSL | 41.95º | 0.8% | 0.67% | - |
| HSV(B) | 41.95º | 0.56% | 0.93% | - |
| XYZ | 58 | 59.59 | 21.81 | - |
| YUV | 199.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 105 | 0 | 0.17 | 0.56 | 0.07 | 41.95 | 0.8 | 0.67 |
| Hex | EE | C6 | 69 | 0 | 11 | 38 | 7 | 2A | 50 | 43 |
| Octal | 356 | 306 | 151 | 0 | 21 | 70 | 7 | 52 | 120 | 103 |
| Binary | 11101110 | 11000110 | 1101001 | 0 | 10001 | 111000 | 111 | 101010 | 1010000 | 1000011 |
Color Harmonies of #EEC669
Complementary color
Monochromatic Colors of #EEC669
Black with #EEC669
Text Example
Text Example
White with #EEC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC669; }
p { color: rgb(238,198,105); }
H1.HeaderClassName
{
color: #EEC669;
}
.AnyTagClassName
{
color: #EEC669;
}
</style>
background-color css
<style>
a { background-color: #EEC669; }
a { background-color: rgb(238,198,105); }
div.DivClassName
{
background-color: #EEC669;
}
.BgClassName
{
background-color: #EEC669;
}
</style>
border-color css
<style>
span { border-color: #EEC669; }
span { border-color: rgb(238,198,105); }
td.TdClassName
{
border-color: #EEC669;
}
.TagClassName
{
border-color: #EEC669;
}
</style>