Shades of Golden Sand #EEC869
Tints of Golden Sand #EEC869
RGB
CMYK
RGB Variations
Color information
#EEC869 (or 0xEEC869) is known color: Golden Sand. HEX triplet: EE, C8 and 69. RGB value is (238,200,105). Sum of RGB (Red+Green+Blue) = 238+200+105=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC869 is #113796. Grayscale: #C8C8C8. Windows color (decimal): -1128343 or 6932718. OLE color: 6932718.
HSL color Cylindrical-coordinate representation of color #EEC869: hue angle of 42.86º 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 #EEC869 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 105 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.07 |
| HSL | 42.86º | 0.8% | 0.67% | - |
| HSV(B) | 42.86º | 0.56% | 0.93% | - |
| XYZ | 58.46 | 60.51 | 21.96 | - |
| YUV | 200.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 105 | 0 | 0.16 | 0.56 | 0.07 | 42.86 | 0.8 | 0.67 |
| Hex | EE | C8 | 69 | 0 | 10 | 38 | 7 | 2B | 50 | 43 |
| Octal | 356 | 310 | 151 | 0 | 20 | 70 | 7 | 53 | 120 | 103 |
| Binary | 11101110 | 11001000 | 1101001 | 0 | 10000 | 111000 | 111 | 101011 | 1010000 | 1000011 |
Color Harmonies of #EEC869
Complementary color
Monochromatic Colors of #EEC869
Black with #EEC869
Text Example
Text Example
White with #EEC869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC869; }
p { color: rgb(238,200,105); }
H1.HeaderClassName
{
color: #EEC869;
}
.AnyTagClassName
{
color: #EEC869;
}
</style>
background-color css
<style>
a { background-color: #EEC869; }
a { background-color: rgb(238,200,105); }
div.DivClassName
{
background-color: #EEC869;
}
.BgClassName
{
background-color: #EEC869;
}
</style>
border-color css
<style>
span { border-color: #EEC869; }
span { border-color: rgb(238,200,105); }
td.TdClassName
{
border-color: #EEC869;
}
.TagClassName
{
border-color: #EEC869;
}
</style>