Shades of Golden Sand #EEC366
Tints of Golden Sand #EEC366
RGB
CMYK
RGB Variations
Color information
#EEC366 (or 0xEEC366) is known color: Golden Sand. HEX triplet: EE, C3 and 66. RGB value is (238,195,102). Sum of RGB (Red+Green+Blue) = 238+195+102=535 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.49% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEC366 is #113C99. Grayscale: #C5C5C5. Windows color (decimal): -1129626 or 6734830. OLE color: 6734830.
HSL color Cylindrical-coordinate representation of color #EEC366: hue angle of 41.03º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EEC366 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 195 | 102 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.07 |
| HSL | 41.03º | 0.8% | 0.67% | - |
| HSV(B) | 41.03º | 0.57% | 0.93% | - |
| XYZ | 57.17 | 58.17 | 20.78 | - |
| YUV | 197.26 | 74.25 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 195 | 102 | 0 | 0.18 | 0.57 | 0.07 | 41.03 | 0.8 | 0.67 |
| Hex | EE | C3 | 66 | 0 | 12 | 39 | 7 | 29 | 50 | 43 |
| Octal | 356 | 303 | 146 | 0 | 22 | 71 | 7 | 51 | 120 | 103 |
| Binary | 11101110 | 11000011 | 1100110 | 0 | 10010 | 111001 | 111 | 101001 | 1010000 | 1000011 |
Color Harmonies of #EEC366
Complementary color
Monochromatic Colors of #EEC366
Black with #EEC366
Text Example
Text Example
White with #EEC366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC366; }
p { color: rgb(238,195,102); }
H1.HeaderClassName
{
color: #EEC366;
}
.AnyTagClassName
{
color: #EEC366;
}
</style>
background-color css
<style>
a { background-color: #EEC366; }
a { background-color: rgb(238,195,102); }
div.DivClassName
{
background-color: #EEC366;
}
.BgClassName
{
background-color: #EEC366;
}
</style>
border-color css
<style>
span { border-color: #EEC366; }
span { border-color: rgb(238,195,102); }
td.TdClassName
{
border-color: #EEC366;
}
.TagClassName
{
border-color: #EEC366;
}
</style>