Shades of Golden Sand #EECD64
Tints of Golden Sand #EECD64
RGB
CMYK
RGB Variations
Color information
#EECD64 (or 0xEECD64) is known color: Golden Sand. HEX triplet: EE, CD and 64. RGB value is (238,205,100). Sum of RGB (Red+Green+Blue) = 238+205+100=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 238 - color contains mainly: red. Hex color #EECD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECD64 is #11329B. Grayscale: #CBCBCB. Windows color (decimal): -1127068 or 6606318. OLE color: 6606318.
HSL color Cylindrical-coordinate representation of color #EECD64: hue angle of 45.65º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EECD64 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 205 | 100 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.07 |
| HSL | 45.65º | 0.8% | 0.66% | - |
| HSV(B) | 45.65º | 0.58% | 0.93% | - |
| XYZ | 59.39 | 62.76 | 21.04 | - |
| YUV | 202.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 205 | 100 | 0 | 0.14 | 0.58 | 0.07 | 45.65 | 0.8 | 0.66 |
| Hex | EE | CD | 64 | 0 | E | 3A | 7 | 2E | 50 | 42 |
| Octal | 356 | 315 | 144 | 0 | 16 | 72 | 7 | 56 | 120 | 102 |
| Binary | 11101110 | 11001101 | 1100100 | 0 | 1110 | 111010 | 111 | 101110 | 1010000 | 1000010 |
Color Harmonies of #EECD64
Complementary color
Monochromatic Colors of #EECD64
Black with #EECD64
Text Example
Text Example
White with #EECD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECD64; }
p { color: rgb(238,205,100); }
H1.HeaderClassName
{
color: #EECD64;
}
.AnyTagClassName
{
color: #EECD64;
}
</style>
background-color css
<style>
a { background-color: #EECD64; }
a { background-color: rgb(238,205,100); }
div.DivClassName
{
background-color: #EECD64;
}
.BgClassName
{
background-color: #EECD64;
}
</style>
border-color css
<style>
span { border-color: #EECD64; }
span { border-color: rgb(238,205,100); }
td.TdClassName
{
border-color: #EECD64;
}
.TagClassName
{
border-color: #EECD64;
}
</style>