Shades of Golden Sand #EEDC6B
Tints of Golden Sand #EEDC6B
RGB
CMYK
RGB Variations
Color information
#EEDC6B (or 0xEEDC6B) is known color: Golden Sand. HEX triplet: EE, DC and 6B. RGB value is (238,220,107). Sum of RGB (Red+Green+Blue) = 238+220+107=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 107 (42.19% from 255 or 18.94% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC6B is #112394. Grayscale: #D4D4D4. Windows color (decimal): -1123221 or 7068910. OLE color: 7068910.
HSL color Cylindrical-coordinate representation of color #EEDC6B: hue angle of 51.76º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEDC6B is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 107 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.07 |
| HSL | 51.76º | 0.79% | 0.68% | - |
| HSV(B) | 51.76º | 0.55% | 0.93% | - |
| XYZ | 63.51 | 70.43 | 24.16 | - |
| YUV | 212.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 107 | 0 | 0.08 | 0.55 | 0.07 | 51.76 | 0.79 | 0.68 |
| Hex | EE | DC | 6B | 0 | 8 | 37 | 7 | 34 | 4F | 44 |
| Octal | 356 | 334 | 153 | 0 | 10 | 67 | 7 | 64 | 117 | 104 |
| Binary | 11101110 | 11011100 | 1101011 | 0 | 1000 | 110111 | 111 | 110100 | 1001111 | 1000100 |
Color Harmonies of #EEDC6B
Complementary color
Monochromatic Colors of #EEDC6B
Black with #EEDC6B
Text Example
Text Example
White with #EEDC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC6B; }
p { color: rgb(238,220,107); }
H1.HeaderClassName
{
color: #EEDC6B;
}
.AnyTagClassName
{
color: #EEDC6B;
}
</style>
background-color css
<style>
a { background-color: #EEDC6B; }
a { background-color: rgb(238,220,107); }
div.DivClassName
{
background-color: #EEDC6B;
}
.BgClassName
{
background-color: #EEDC6B;
}
</style>
border-color css
<style>
span { border-color: #EEDC6B; }
span { border-color: rgb(238,220,107); }
td.TdClassName
{
border-color: #EEDC6B;
}
.TagClassName
{
border-color: #EEDC6B;
}
</style>