Shades of Golden Sand #EEC765
Tints of Golden Sand #EEC765
RGB
CMYK
RGB Variations
Color information
#EEC765 (or 0xEEC765) is known color: Golden Sand. HEX triplet: EE, C7 and 65. RGB value is (238,199,101). Sum of RGB (Red+Green+Blue) = 238+199+101=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC765 is #11389A. Grayscale: #C7C7C7. Windows color (decimal): -1128603 or 6670318. OLE color: 6670318.
HSL color Cylindrical-coordinate representation of color #EEC765: hue angle of 42.92º 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 #EEC765 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 101 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.07 |
| HSL | 42.92º | 0.8% | 0.66% | - |
| HSV(B) | 42.92º | 0.58% | 0.93% | - |
| XYZ | 58.03 | 59.96 | 20.83 | - |
| YUV | 199.49 | 72.42 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 101 | 0 | 0.16 | 0.58 | 0.07 | 42.92 | 0.8 | 0.66 |
| Hex | EE | C7 | 65 | 0 | 10 | 3A | 7 | 2B | 50 | 42 |
| Octal | 356 | 307 | 145 | 0 | 20 | 72 | 7 | 53 | 120 | 102 |
| Binary | 11101110 | 11000111 | 1100101 | 0 | 10000 | 111010 | 111 | 101011 | 1010000 | 1000010 |
Color Harmonies of #EEC765
Complementary color
Monochromatic Colors of #EEC765
Black with #EEC765
Text Example
Text Example
White with #EEC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC765; }
p { color: rgb(238,199,101); }
H1.HeaderClassName
{
color: #EEC765;
}
.AnyTagClassName
{
color: #EEC765;
}
</style>
background-color css
<style>
a { background-color: #EEC765; }
a { background-color: rgb(238,199,101); }
div.DivClassName
{
background-color: #EEC765;
}
.BgClassName
{
background-color: #EEC765;
}
</style>
border-color css
<style>
span { border-color: #EEC765; }
span { border-color: rgb(238,199,101); }
td.TdClassName
{
border-color: #EEC765;
}
.TagClassName
{
border-color: #EEC765;
}
</style>