Shades of Golden Sand #EECD6C
Tints of Golden Sand #EECD6C
RGB
CMYK
RGB Variations
Color information
#EECD6C (or 0xEECD6C) is known color: Golden Sand. HEX triplet: EE, CD and 6C. RGB value is (238,205,108). Sum of RGB (Red+Green+Blue) = 238+205+108=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD6C is #113293. Grayscale: #CCCCCC. Windows color (decimal): -1127060 or 7130606. OLE color: 7130606.
HSL color Cylindrical-coordinate representation of color #EECD6C: hue angle of 44.77º 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 #EECD6C is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 108 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.07 |
| HSL | 44.77º | 0.79% | 0.68% | - |
| HSV(B) | 44.77º | 0.55% | 0.93% | - |
| XYZ | 59.8 | 62.92 | 23.18 | - |
| YUV | 203.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 108 | 0 | 0.14 | 0.55 | 0.07 | 44.77 | 0.79 | 0.68 |
| Hex | EE | CD | 6C | 0 | E | 37 | 7 | 2D | 4F | 44 |
| Octal | 356 | 315 | 154 | 0 | 16 | 67 | 7 | 55 | 117 | 104 |
| Binary | 11101110 | 11001101 | 1101100 | 0 | 1110 | 110111 | 111 | 101101 | 1001111 | 1000100 |
Color Harmonies of #EECD6C
Complementary color
Monochromatic Colors of #EECD6C
Black with #EECD6C
Text Example
Text Example
White with #EECD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD6C; }
p { color: rgb(238,205,108); }
H1.HeaderClassName
{
color: #EECD6C;
}
.AnyTagClassName
{
color: #EECD6C;
}
</style>
background-color css
<style>
a { background-color: #EECD6C; }
a { background-color: rgb(238,205,108); }
div.DivClassName
{
background-color: #EECD6C;
}
.BgClassName
{
background-color: #EECD6C;
}
</style>
border-color css
<style>
span { border-color: #EECD6C; }
span { border-color: rgb(238,205,108); }
td.TdClassName
{
border-color: #EECD6C;
}
.TagClassName
{
border-color: #EECD6C;
}
</style>