Shades of Golden Sand #EDDB69
Tints of Golden Sand #EDDB69
RGB
CMYK
RGB Variations
Color information
#EDDB69 (or 0xEDDB69) is known color: Golden Sand. HEX triplet: ED, DB and 69. RGB value is (237,219,105). Sum of RGB (Red+Green+Blue) = 237+219+105=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB69 is #122496. Grayscale: #D3D3D3. Windows color (decimal): -1189015 or 6937581. OLE color: 6937581.
HSL color Cylindrical-coordinate representation of color #EDDB69: hue angle of 51.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDDB69 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 219 | 105 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.07 |
| HSL | 51.82º | 0.79% | 0.67% | - |
| HSV(B) | 51.82º | 0.56% | 0.93% | - |
| XYZ | 62.81 | 69.69 | 23.51 | - |
| YUV | 211.39 | 67.96 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 219 | 105 | 0 | 0.08 | 0.56 | 0.07 | 51.82 | 0.79 | 0.67 |
| Hex | ED | DB | 69 | 0 | 8 | 38 | 7 | 34 | 4F | 43 |
| Octal | 355 | 333 | 151 | 0 | 10 | 70 | 7 | 64 | 117 | 103 |
| Binary | 11101101 | 11011011 | 1101001 | 0 | 1000 | 111000 | 111 | 110100 | 1001111 | 1000011 |
Color Harmonies of #EDDB69
Complementary color
Monochromatic Colors of #EDDB69
Black with #EDDB69
Text Example
Text Example
White with #EDDB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDB69; }
p { color: rgb(237,219,105); }
H1.HeaderClassName
{
color: #EDDB69;
}
.AnyTagClassName
{
color: #EDDB69;
}
</style>
background-color css
<style>
a { background-color: #EDDB69; }
a { background-color: rgb(237,219,105); }
div.DivClassName
{
background-color: #EDDB69;
}
.BgClassName
{
background-color: #EDDB69;
}
</style>
border-color css
<style>
span { border-color: #EDDB69; }
span { border-color: rgb(237,219,105); }
td.TdClassName
{
border-color: #EDDB69;
}
.TagClassName
{
border-color: #EDDB69;
}
</style>