Shades of Golden Sand #EEDC67
Tints of Golden Sand #EEDC67
RGB
CMYK
RGB Variations
Color information
#EEDC67 (or 0xEEDC67) is known color: Golden Sand. HEX triplet: EE, DC and 67. RGB value is (238,220,103). Sum of RGB (Red+Green+Blue) = 238+220+103=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC67 is #112398. Grayscale: #D4D4D4. Windows color (decimal): -1123225 or 6806766. OLE color: 6806766.
HSL color Cylindrical-coordinate representation of color #EEDC67: hue angle of 52º 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 #EEDC67 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 220 | 103 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.07 |
| HSL | 52º | 0.8% | 0.67% | - |
| HSV(B) | 52º | 0.57% | 0.93% | - |
| XYZ | 63.3 | 70.34 | 23.07 | - |
| YUV | 212.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 220 | 103 | 0 | 0.08 | 0.57 | 0.07 | 52 | 0.8 | 0.67 |
| Hex | EE | DC | 67 | 0 | 8 | 39 | 7 | 34 | 50 | 43 |
| Octal | 356 | 334 | 147 | 0 | 10 | 71 | 7 | 64 | 120 | 103 |
| Binary | 11101110 | 11011100 | 1100111 | 0 | 1000 | 111001 | 111 | 110100 | 1010000 | 1000011 |
Color Harmonies of #EEDC67
Complementary color
Monochromatic Colors of #EEDC67
Black with #EEDC67
Text Example
Text Example
White with #EEDC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDC67; }
p { color: rgb(238,220,103); }
H1.HeaderClassName
{
color: #EEDC67;
}
.AnyTagClassName
{
color: #EEDC67;
}
</style>
background-color css
<style>
a { background-color: #EEDC67; }
a { background-color: rgb(238,220,103); }
div.DivClassName
{
background-color: #EEDC67;
}
.BgClassName
{
background-color: #EEDC67;
}
</style>
border-color css
<style>
span { border-color: #EEDC67; }
span { border-color: rgb(238,220,103); }
td.TdClassName
{
border-color: #EEDC67;
}
.TagClassName
{
border-color: #EEDC67;
}
</style>