Shades of Golden Sand #EECE6A
Tints of Golden Sand #EECE6A
RGB
CMYK
RGB Variations
Color information
#EECE6A (or 0xEECE6A) is known color: Golden Sand. HEX triplet: EE, CE and 6A. RGB value is (238,206,106). Sum of RGB (Red+Green+Blue) = 238+206+106=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 106 (41.80% from 255 or 19.27% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE6A is #113195. Grayscale: #CCCCCC. Windows color (decimal): -1126806 or 6999790. OLE color: 6999790.
HSL color Cylindrical-coordinate representation of color #EECE6A: hue angle of 45.45º 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 #EECE6A is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 106 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.07 |
| HSL | 45.45º | 0.8% | 0.67% | - |
| HSV(B) | 45.45º | 0.55% | 0.93% | - |
| XYZ | 59.93 | 63.36 | 22.71 | - |
| YUV | 204.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 106 | 0 | 0.13 | 0.55 | 0.07 | 45.45 | 0.8 | 0.67 |
| Hex | EE | CE | 6A | 0 | D | 37 | 7 | 2D | 50 | 43 |
| Octal | 356 | 316 | 152 | 0 | 15 | 67 | 7 | 55 | 120 | 103 |
| Binary | 11101110 | 11001110 | 1101010 | 0 | 1101 | 110111 | 111 | 101101 | 1010000 | 1000011 |
Color Harmonies of #EECE6A
Complementary color
Monochromatic Colors of #EECE6A
Black with #EECE6A
Text Example
Text Example
White with #EECE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE6A; }
p { color: rgb(238,206,106); }
H1.HeaderClassName
{
color: #EECE6A;
}
.AnyTagClassName
{
color: #EECE6A;
}
</style>
background-color css
<style>
a { background-color: #EECE6A; }
a { background-color: rgb(238,206,106); }
div.DivClassName
{
background-color: #EECE6A;
}
.BgClassName
{
background-color: #EECE6A;
}
</style>
border-color css
<style>
span { border-color: #EECE6A; }
span { border-color: rgb(238,206,106); }
td.TdClassName
{
border-color: #EECE6A;
}
.TagClassName
{
border-color: #EECE6A;
}
</style>