Shades of Golden Sand #EEC76A
Tints of Golden Sand #EEC76A
RGB
CMYK
RGB Variations
Color information
#EEC76A (or 0xEEC76A) is known color: Golden Sand. HEX triplet: EE, C7 and 6A. RGB value is (238,199,106). Sum of RGB (Red+Green+Blue) = 238+199+106=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC76A is #113895. Grayscale: #C8C8C8. Windows color (decimal): -1128598 or 6997998. OLE color: 6997998.
HSL color Cylindrical-coordinate representation of color #EEC76A: hue angle of 42.27º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEC76A is Cyan = 0, Magento = 0.16, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 199 | 106 | - |
| CMYK | 0 | 0.16 | 0.55 | 0.07 |
| HSL | 42.27º | 0.8% | 0.67% | - |
| HSV(B) | 42.27º | 0.55% | 0.93% | - |
| XYZ | 58.28 | 60.06 | 22.16 | - |
| YUV | 200.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 199 | 106 | 0 | 0.16 | 0.55 | 0.07 | 42.27 | 0.8 | 0.67 |
| Hex | EE | C7 | 6A | 0 | 10 | 37 | 7 | 2A | 50 | 43 |
| Octal | 356 | 307 | 152 | 0 | 20 | 67 | 7 | 52 | 120 | 103 |
| Binary | 11101110 | 11000111 | 1101010 | 0 | 10000 | 110111 | 111 | 101010 | 1010000 | 1000011 |
Color Harmonies of #EEC76A
Complementary color
Monochromatic Colors of #EEC76A
Black with #EEC76A
Text Example
Text Example
White with #EEC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC76A; }
p { color: rgb(238,199,106); }
H1.HeaderClassName
{
color: #EEC76A;
}
.AnyTagClassName
{
color: #EEC76A;
}
</style>
background-color css
<style>
a { background-color: #EEC76A; }
a { background-color: rgb(238,199,106); }
div.DivClassName
{
background-color: #EEC76A;
}
.BgClassName
{
background-color: #EEC76A;
}
</style>
border-color css
<style>
span { border-color: #EEC76A; }
span { border-color: rgb(238,199,106); }
td.TdClassName
{
border-color: #EEC76A;
}
.TagClassName
{
border-color: #EEC76A;
}
</style>