Shades of Golden Sand #EEC76F
Tints of Golden Sand #EEC76F
RGB
CMYK
RGB Variations
Color information
#EEC76F (or 0xEEC76F) is known color: Golden Sand. HEX triplet: EE, C7 and 6F. RGB value is (238,199,111). Sum of RGB (Red+Green+Blue) = 238+199+111=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC76F is #113890. Grayscale: #C9C9C9. Windows color (decimal): -1128593 or 7325678. OLE color: 7325678.
HSL color Cylindrical-coordinate representation of color #EEC76F: hue angle of 41.57º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EEC76F is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 111 | - |
| CMYK | 0 | 0.16 | 0.53 | 0.07 |
| HSL | 41.57º | 0.79% | 0.68% | - |
| HSV(B) | 41.57º | 0.53% | 0.93% | - |
| XYZ | 58.55 | 60.17 | 23.57 | - |
| YUV | 200.63 | 77.42 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 111 | 0 | 0.16 | 0.53 | 0.07 | 41.57 | 0.79 | 0.68 |
| Hex | EE | C7 | 6F | 0 | 10 | 35 | 7 | 2A | 4F | 44 |
| Octal | 356 | 307 | 157 | 0 | 20 | 65 | 7 | 52 | 117 | 104 |
| Binary | 11101110 | 11000111 | 1101111 | 0 | 10000 | 110101 | 111 | 101010 | 1001111 | 1000100 |
Color Harmonies of #EEC76F
Complementary color
Monochromatic Colors of #EEC76F
Black with #EEC76F
Text Example
Text Example
White with #EEC76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC76F; }
p { color: rgb(238,199,111); }
H1.HeaderClassName
{
color: #EEC76F;
}
.AnyTagClassName
{
color: #EEC76F;
}
</style>
background-color css
<style>
a { background-color: #EEC76F; }
a { background-color: rgb(238,199,111); }
div.DivClassName
{
background-color: #EEC76F;
}
.BgClassName
{
background-color: #EEC76F;
}
</style>
border-color css
<style>
span { border-color: #EEC76F; }
span { border-color: rgb(238,199,111); }
td.TdClassName
{
border-color: #EEC76F;
}
.TagClassName
{
border-color: #EEC76F;
}
</style>