Shades of Golden Sand #EED66D
Tints of Golden Sand #EED66D
RGB
CMYK
RGB Variations
Color information
#EED66D (or 0xEED66D) is known color: Golden Sand. HEX triplet: EE, D6 and 6D. RGB value is (238,214,109). Sum of RGB (Red+Green+Blue) = 238+214+109=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EED66D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED66D is #112992. Grayscale: #D1D1D1. Windows color (decimal): -1124755 or 7198446. OLE color: 7198446.
HSL color Cylindrical-coordinate representation of color #EED66D: hue angle of 48.84º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EED66D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 109 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.07 |
| HSL | 48.84º | 0.79% | 0.68% | - |
| HSV(B) | 48.84º | 0.54% | 0.93% | - |
| XYZ | 62.07 | 67.37 | 24.2 | - |
| YUV | 209.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 109 | 0 | 0.10 | 0.54 | 0.07 | 48.84 | 0.79 | 0.68 |
| Hex | EE | D6 | 6D | 0 | A | 36 | 7 | 31 | 4F | 44 |
| Octal | 356 | 326 | 155 | 0 | 12 | 66 | 7 | 61 | 117 | 104 |
| Binary | 11101110 | 11010110 | 1101101 | 0 | 1010 | 110110 | 111 | 110001 | 1001111 | 1000100 |
Color Harmonies of #EED66D
Complementary color
Monochromatic Colors of #EED66D
Black with #EED66D
Text Example
Text Example
White with #EED66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED66D; }
p { color: rgb(238,214,109); }
H1.HeaderClassName
{
color: #EED66D;
}
.AnyTagClassName
{
color: #EED66D;
}
</style>
background-color css
<style>
a { background-color: #EED66D; }
a { background-color: rgb(238,214,109); }
div.DivClassName
{
background-color: #EED66D;
}
.BgClassName
{
background-color: #EED66D;
}
</style>
border-color css
<style>
span { border-color: #EED66D; }
span { border-color: rgb(238,214,109); }
td.TdClassName
{
border-color: #EED66D;
}
.TagClassName
{
border-color: #EED66D;
}
</style>