Shades of Golden Sand #EEC569
Tints of Golden Sand #EEC569
RGB
CMYK
RGB Variations
Color information
#EEC569 (or 0xEEC569) is known color: Golden Sand. HEX triplet: EE, C5 and 69. RGB value is (238,197,105). Sum of RGB (Red+Green+Blue) = 238+197+105=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC569 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC569 is #113A96. Grayscale: #C7C7C7. Windows color (decimal): -1129111 or 6931950. OLE color: 6931950.
HSL color Cylindrical-coordinate representation of color #EEC569: hue angle of 41.5º 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 #EEC569 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 105 | - |
| CMYK | 0 | 0.17 | 0.56 | 0.07 |
| HSL | 41.5º | 0.8% | 0.67% | - |
| HSV(B) | 41.5º | 0.56% | 0.93% | - |
| XYZ | 57.78 | 59.13 | 21.73 | - |
| YUV | 198.77 | 75.08 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 105 | 0 | 0.17 | 0.56 | 0.07 | 41.5 | 0.8 | 0.67 |
| Hex | EE | C5 | 69 | 0 | 11 | 38 | 7 | 2A | 50 | 43 |
| Octal | 356 | 305 | 151 | 0 | 21 | 70 | 7 | 52 | 120 | 103 |
| Binary | 11101110 | 11000101 | 1101001 | 0 | 10001 | 111000 | 111 | 101010 | 1010000 | 1000011 |
Color Harmonies of #EEC569
Complementary color
Monochromatic Colors of #EEC569
Black with #EEC569
Text Example
Text Example
White with #EEC569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC569; }
p { color: rgb(238,197,105); }
H1.HeaderClassName
{
color: #EEC569;
}
.AnyTagClassName
{
color: #EEC569;
}
</style>
background-color css
<style>
a { background-color: #EEC569; }
a { background-color: rgb(238,197,105); }
div.DivClassName
{
background-color: #EEC569;
}
.BgClassName
{
background-color: #EEC569;
}
</style>
border-color css
<style>
span { border-color: #EEC569; }
span { border-color: rgb(238,197,105); }
td.TdClassName
{
border-color: #EEC569;
}
.TagClassName
{
border-color: #EEC569;
}
</style>