Shades of Golden Sand #EEDC68
Tints of Golden Sand #EEDC68
RGB
CMYK
RGB Variations
Color information
#EEDC68 (or 0xEEDC68) is known color: Golden Sand. HEX triplet: EE, DC and 68. RGB value is (238,220,104). Sum of RGB (Red+Green+Blue) = 238+220+104=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 104 (41.02% from 255 or 18.51% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC68 is #112397. Grayscale: #D4D4D4. Windows color (decimal): -1123224 or 6872302. OLE color: 6872302.
HSL color Cylindrical-coordinate representation of color #EEDC68: hue angle of 51.94º 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 #EEDC68 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 104 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.07 |
| HSL | 51.94º | 0.8% | 0.67% | - |
| HSV(B) | 51.94º | 0.56% | 0.93% | - |
| XYZ | 63.35 | 70.36 | 23.34 | - |
| YUV | 212.16 | 66.96 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 104 | 0 | 0.08 | 0.56 | 0.07 | 51.94 | 0.8 | 0.67 |
| Hex | EE | DC | 68 | 0 | 8 | 38 | 7 | 34 | 50 | 43 |
| Octal | 356 | 334 | 150 | 0 | 10 | 70 | 7 | 64 | 120 | 103 |
| Binary | 11101110 | 11011100 | 1101000 | 0 | 1000 | 111000 | 111 | 110100 | 1010000 | 1000011 |
Color Harmonies of #EEDC68
Complementary color
Monochromatic Colors of #EEDC68
Black with #EEDC68
Text Example
Text Example
White with #EEDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC68; }
p { color: rgb(238,220,104); }
H1.HeaderClassName
{
color: #EEDC68;
}
.AnyTagClassName
{
color: #EEDC68;
}
</style>
background-color css
<style>
a { background-color: #EEDC68; }
a { background-color: rgb(238,220,104); }
div.DivClassName
{
background-color: #EEDC68;
}
.BgClassName
{
background-color: #EEDC68;
}
</style>
border-color css
<style>
span { border-color: #EEDC68; }
span { border-color: rgb(238,220,104); }
td.TdClassName
{
border-color: #EEDC68;
}
.TagClassName
{
border-color: #EEDC68;
}
</style>