Shades of Golden Sand #EDDA68
Tints of Golden Sand #EDDA68
RGB
CMYK
RGB Variations
Color information
#EDDA68 (or 0xEDDA68) is known color: Golden Sand. HEX triplet: ED, DA and 68. RGB value is (237,218,104). Sum of RGB (Red+Green+Blue) = 237+218+104=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDA68 is #122597. Grayscale: #D3D3D3. Windows color (decimal): -1189272 or 6871789. OLE color: 6871789.
HSL color Cylindrical-coordinate representation of color #EDDA68: hue angle of 51.43º 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 #EDDA68 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 218 | 104 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.07 |
| HSL | 51.43º | 0.79% | 0.67% | - |
| HSV(B) | 51.43º | 0.56% | 0.93% | - |
| XYZ | 62.5 | 69.15 | 23.15 | - |
| YUV | 210.69 | 67.79 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 218 | 104 | 0 | 0.08 | 0.56 | 0.07 | 51.43 | 0.79 | 0.67 |
| Hex | ED | DA | 68 | 0 | 8 | 38 | 7 | 33 | 4F | 43 |
| Octal | 355 | 332 | 150 | 0 | 10 | 70 | 7 | 63 | 117 | 103 |
| Binary | 11101101 | 11011010 | 1101000 | 0 | 1000 | 111000 | 111 | 110011 | 1001111 | 1000011 |
Color Harmonies of #EDDA68
Complementary color
Monochromatic Colors of #EDDA68
Black with #EDDA68
Text Example
Text Example
White with #EDDA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDA68; }
p { color: rgb(237,218,104); }
H1.HeaderClassName
{
color: #EDDA68;
}
.AnyTagClassName
{
color: #EDDA68;
}
</style>
background-color css
<style>
a { background-color: #EDDA68; }
a { background-color: rgb(237,218,104); }
div.DivClassName
{
background-color: #EDDA68;
}
.BgClassName
{
background-color: #EDDA68;
}
</style>
border-color css
<style>
span { border-color: #EDDA68; }
span { border-color: rgb(237,218,104); }
td.TdClassName
{
border-color: #EDDA68;
}
.TagClassName
{
border-color: #EDDA68;
}
</style>