Shades of Golden Sand #EEC76B
Tints of Golden Sand #EEC76B
RGB
CMYK
RGB Variations
Color information
#EEC76B (or 0xEEC76B) is known color: Golden Sand. HEX triplet: EE, C7 and 6B. RGB value is (238,199,107). Sum of RGB (Red+Green+Blue) = 238+199+107=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC76B is #113894. Grayscale: #C8C8C8. Windows color (decimal): -1128597 or 7063534. OLE color: 7063534.
HSL color Cylindrical-coordinate representation of color #EEC76B: hue angle of 42.14º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEC76B is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 107 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.07 |
| HSL | 42.14º | 0.79% | 0.68% | - |
| HSV(B) | 42.14º | 0.55% | 0.93% | - |
| XYZ | 58.34 | 60.09 | 22.43 | - |
| YUV | 200.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 107 | 0 | 0.16 | 0.55 | 0.07 | 42.14 | 0.79 | 0.68 |
| Hex | EE | C7 | 6B | 0 | 10 | 37 | 7 | 2A | 4F | 44 |
| Octal | 356 | 307 | 153 | 0 | 20 | 67 | 7 | 52 | 117 | 104 |
| Binary | 11101110 | 11000111 | 1101011 | 0 | 10000 | 110111 | 111 | 101010 | 1001111 | 1000100 |
Color Harmonies of #EEC76B
Complementary color
Monochromatic Colors of #EEC76B
Black with #EEC76B
Text Example
Text Example
White with #EEC76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC76B; }
p { color: rgb(238,199,107); }
H1.HeaderClassName
{
color: #EEC76B;
}
.AnyTagClassName
{
color: #EEC76B;
}
</style>
background-color css
<style>
a { background-color: #EEC76B; }
a { background-color: rgb(238,199,107); }
div.DivClassName
{
background-color: #EEC76B;
}
.BgClassName
{
background-color: #EEC76B;
}
</style>
border-color css
<style>
span { border-color: #EEC76B; }
span { border-color: rgb(238,199,107); }
td.TdClassName
{
border-color: #EEC76B;
}
.TagClassName
{
border-color: #EEC76B;
}
</style>