Shades of Golden Sand #EDDB66
Tints of Golden Sand #EDDB66
RGB
CMYK
RGB Variations
Color information
#EDDB66 (or 0xEDDB66) is known color: Golden Sand. HEX triplet: ED, DB and 66. RGB value is (237,219,102). Sum of RGB (Red+Green+Blue) = 237+219+102=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB66 is #122499. Grayscale: #D3D3D3. Windows color (decimal): -1189018 or 6740973. OLE color: 6740973.
HSL color Cylindrical-coordinate representation of color #EDDB66: hue angle of 52º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDDB66 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 102 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.07 |
| HSL | 52º | 0.79% | 0.66% | - |
| HSV(B) | 52º | 0.57% | 0.93% | - |
| XYZ | 62.65 | 69.63 | 22.71 | - |
| YUV | 211.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 102 | 0 | 0.08 | 0.57 | 0.07 | 52 | 0.79 | 0.66 |
| Hex | ED | DB | 66 | 0 | 8 | 39 | 7 | 34 | 4F | 42 |
| Octal | 355 | 333 | 146 | 0 | 10 | 71 | 7 | 64 | 117 | 102 |
| Binary | 11101101 | 11011011 | 1100110 | 0 | 1000 | 111001 | 111 | 110100 | 1001111 | 1000010 |
Color Harmonies of #EDDB66
Complementary color
Monochromatic Colors of #EDDB66
Black with #EDDB66
Text Example
Text Example
White with #EDDB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB66; }
p { color: rgb(237,219,102); }
H1.HeaderClassName
{
color: #EDDB66;
}
.AnyTagClassName
{
color: #EDDB66;
}
</style>
background-color css
<style>
a { background-color: #EDDB66; }
a { background-color: rgb(237,219,102); }
div.DivClassName
{
background-color: #EDDB66;
}
.BgClassName
{
background-color: #EDDB66;
}
</style>
border-color css
<style>
span { border-color: #EDDB66; }
span { border-color: rgb(237,219,102); }
td.TdClassName
{
border-color: #EDDB66;
}
.TagClassName
{
border-color: #EDDB66;
}
</style>