Shades of Golden Sand #EEC865
Tints of Golden Sand #EEC865
RGB
CMYK
RGB Variations
Color information
#EEC865 (or 0xEEC865) is known color: Golden Sand. HEX triplet: EE, C8 and 65. RGB value is (238,200,101). Sum of RGB (Red+Green+Blue) = 238+200+101=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC865 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC865 is #11379A. Grayscale: #C8C8C8. Windows color (decimal): -1128347 or 6670574. OLE color: 6670574.
HSL color Cylindrical-coordinate representation of color #EEC865: hue angle of 43.36º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEC865 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 101 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.07 |
| HSL | 43.36º | 0.8% | 0.66% | - |
| HSV(B) | 43.36º | 0.58% | 0.93% | - |
| XYZ | 58.26 | 60.43 | 20.9 | - |
| YUV | 200.08 | 72.09 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 101 | 0 | 0.16 | 0.58 | 0.07 | 43.36 | 0.8 | 0.66 |
| Hex | EE | C8 | 65 | 0 | 10 | 3A | 7 | 2B | 50 | 42 |
| Octal | 356 | 310 | 145 | 0 | 20 | 72 | 7 | 53 | 120 | 102 |
| Binary | 11101110 | 11001000 | 1100101 | 0 | 10000 | 111010 | 111 | 101011 | 1010000 | 1000010 |
Color Harmonies of #EEC865
Complementary color
Monochromatic Colors of #EEC865
Black with #EEC865
Text Example
Text Example
White with #EEC865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC865; }
p { color: rgb(238,200,101); }
H1.HeaderClassName
{
color: #EEC865;
}
.AnyTagClassName
{
color: #EEC865;
}
</style>
background-color css
<style>
a { background-color: #EEC865; }
a { background-color: rgb(238,200,101); }
div.DivClassName
{
background-color: #EEC865;
}
.BgClassName
{
background-color: #EEC865;
}
</style>
border-color css
<style>
span { border-color: #EEC865; }
span { border-color: rgb(238,200,101); }
td.TdClassName
{
border-color: #EEC865;
}
.TagClassName
{
border-color: #EEC865;
}
</style>