Shades of Golden Sand #EECF64
Tints of Golden Sand #EECF64
RGB
CMYK
RGB Variations
Color information
#EECF64 (or 0xEECF64) is known color: Golden Sand. HEX triplet: EE, CF and 64. RGB value is (238,207,100). Sum of RGB (Red+Green+Blue) = 238+207+100=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EECF64 is #11309B. Grayscale: #CCCCCC. Windows color (decimal): -1126556 or 6606830. OLE color: 6606830.
HSL color Cylindrical-coordinate representation of color #EECF64: hue angle of 46.52º 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 #EECF64 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 100 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.07 |
| HSL | 46.52º | 0.8% | 0.66% | - |
| HSV(B) | 46.52º | 0.58% | 0.93% | - |
| XYZ | 59.87 | 63.72 | 21.2 | - |
| YUV | 204.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 100 | 0 | 0.13 | 0.58 | 0.07 | 46.52 | 0.8 | 0.66 |
| Hex | EE | CF | 64 | 0 | D | 3A | 7 | 2F | 50 | 42 |
| Octal | 356 | 317 | 144 | 0 | 15 | 72 | 7 | 57 | 120 | 102 |
| Binary | 11101110 | 11001111 | 1100100 | 0 | 1101 | 111010 | 111 | 101111 | 1010000 | 1000010 |
Color Harmonies of #EECF64
Complementary color
Monochromatic Colors of #EECF64
Black with #EECF64
Text Example
Text Example
White with #EECF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF64; }
p { color: rgb(238,207,100); }
H1.HeaderClassName
{
color: #EECF64;
}
.AnyTagClassName
{
color: #EECF64;
}
</style>
background-color css
<style>
a { background-color: #EECF64; }
a { background-color: rgb(238,207,100); }
div.DivClassName
{
background-color: #EECF64;
}
.BgClassName
{
background-color: #EECF64;
}
</style>
border-color css
<style>
span { border-color: #EECF64; }
span { border-color: rgb(238,207,100); }
td.TdClassName
{
border-color: #EECF64;
}
.TagClassName
{
border-color: #EECF64;
}
</style>