Shades of Golden Sand #EED66F
Tints of Golden Sand #EED66F
RGB
CMYK
RGB Variations
Color information
#EED66F (or 0xEED66F) is known color: Golden Sand. HEX triplet: EE, D6 and 6F. RGB value is (238,214,111). Sum of RGB (Red+Green+Blue) = 238+214+111=563 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.27% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 238 - color contains mainly: red. Hex color #EED66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED66F is #112990. Grayscale: #D1D1D1. Windows color (decimal): -1124753 or 7329518. OLE color: 7329518.
HSL color Cylindrical-coordinate representation of color #EED66F: hue angle of 48.66º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EED66F is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 111 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.07 |
| HSL | 48.66º | 0.79% | 0.68% | - |
| HSV(B) | 48.66º | 0.53% | 0.93% | - |
| XYZ | 62.18 | 67.42 | 24.77 | - |
| YUV | 209.43 | 72.45 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 111 | 0 | 0.10 | 0.53 | 0.07 | 48.66 | 0.79 | 0.68 |
| Hex | EE | D6 | 6F | 0 | A | 35 | 7 | 31 | 4F | 44 |
| Octal | 356 | 326 | 157 | 0 | 12 | 65 | 7 | 61 | 117 | 104 |
| Binary | 11101110 | 11010110 | 1101111 | 0 | 1010 | 110101 | 111 | 110001 | 1001111 | 1000100 |
Color Harmonies of #EED66F
Complementary color
Monochromatic Colors of #EED66F
Black with #EED66F
Text Example
Text Example
White with #EED66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED66F; }
p { color: rgb(238,214,111); }
H1.HeaderClassName
{
color: #EED66F;
}
.AnyTagClassName
{
color: #EED66F;
}
</style>
background-color css
<style>
a { background-color: #EED66F; }
a { background-color: rgb(238,214,111); }
div.DivClassName
{
background-color: #EED66F;
}
.BgClassName
{
background-color: #EED66F;
}
</style>
border-color css
<style>
span { border-color: #EED66F; }
span { border-color: rgb(238,214,111); }
td.TdClassName
{
border-color: #EED66F;
}
.TagClassName
{
border-color: #EED66F;
}
</style>