Shades of Golden Sand #EEC965
Tints of Golden Sand #EEC965
RGB
CMYK
RGB Variations
Color information
#EEC965 (or 0xEEC965) is known color: Golden Sand. HEX triplet: EE, C9 and 65. RGB value is (238,201,101). Sum of RGB (Red+Green+Blue) = 238+201+101=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC965 is #11369A. Grayscale: #C9C9C9. Windows color (decimal): -1128091 or 6670830. OLE color: 6670830.
HSL color Cylindrical-coordinate representation of color #EEC965: hue angle of 43.8º 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 #EEC965 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 101 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.07 |
| HSL | 43.8º | 0.8% | 0.66% | - |
| HSV(B) | 43.8º | 0.58% | 0.93% | - |
| XYZ | 58.5 | 60.89 | 20.98 | - |
| YUV | 200.66 | 71.76 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 101 | 0 | 0.16 | 0.58 | 0.07 | 43.8 | 0.8 | 0.66 |
| Hex | EE | C9 | 65 | 0 | 10 | 3A | 7 | 2C | 50 | 42 |
| Octal | 356 | 311 | 145 | 0 | 20 | 72 | 7 | 54 | 120 | 102 |
| Binary | 11101110 | 11001001 | 1100101 | 0 | 10000 | 111010 | 111 | 101100 | 1010000 | 1000010 |
Color Harmonies of #EEC965
Complementary color
Monochromatic Colors of #EEC965
Black with #EEC965
Text Example
Text Example
White with #EEC965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC965; }
p { color: rgb(238,201,101); }
H1.HeaderClassName
{
color: #EEC965;
}
.AnyTagClassName
{
color: #EEC965;
}
</style>
background-color css
<style>
a { background-color: #EEC965; }
a { background-color: rgb(238,201,101); }
div.DivClassName
{
background-color: #EEC965;
}
.BgClassName
{
background-color: #EEC965;
}
</style>
border-color css
<style>
span { border-color: #EEC965; }
span { border-color: rgb(238,201,101); }
td.TdClassName
{
border-color: #EEC965;
}
.TagClassName
{
border-color: #EEC965;
}
</style>