Shades of Golden Sand #EECE68
Tints of Golden Sand #EECE68
RGB
CMYK
RGB Variations
Color information
#EECE68 (or 0xEECE68) is known color: Golden Sand. HEX triplet: EE, CE and 68. RGB value is (238,206,104). Sum of RGB (Red+Green+Blue) = 238+206+104=548 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.43% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECE68 is #113197. Grayscale: #CCCCCC. Windows color (decimal): -1126808 or 6868718. OLE color: 6868718.
HSL color Cylindrical-coordinate representation of color #EECE68: hue angle of 45.67º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EECE68 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 104 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.07 |
| HSL | 45.67º | 0.8% | 0.67% | - |
| HSV(B) | 45.67º | 0.56% | 0.93% | - |
| XYZ | 59.83 | 63.32 | 22.17 | - |
| YUV | 203.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 104 | 0 | 0.13 | 0.56 | 0.07 | 45.67 | 0.8 | 0.67 |
| Hex | EE | CE | 68 | 0 | D | 38 | 7 | 2E | 50 | 43 |
| Octal | 356 | 316 | 150 | 0 | 15 | 70 | 7 | 56 | 120 | 103 |
| Binary | 11101110 | 11001110 | 1101000 | 0 | 1101 | 111000 | 111 | 101110 | 1010000 | 1000011 |
Color Harmonies of #EECE68
Complementary color
Monochromatic Colors of #EECE68
Black with #EECE68
Text Example
Text Example
White with #EECE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE68; }
p { color: rgb(238,206,104); }
H1.HeaderClassName
{
color: #EECE68;
}
.AnyTagClassName
{
color: #EECE68;
}
</style>
background-color css
<style>
a { background-color: #EECE68; }
a { background-color: rgb(238,206,104); }
div.DivClassName
{
background-color: #EECE68;
}
.BgClassName
{
background-color: #EECE68;
}
</style>
border-color css
<style>
span { border-color: #EECE68; }
span { border-color: rgb(238,206,104); }
td.TdClassName
{
border-color: #EECE68;
}
.TagClassName
{
border-color: #EECE68;
}
</style>