Shades of Golden Sand #EDC668
Tints of Golden Sand #EDC668
RGB
CMYK
RGB Variations
Color information
#EDC668 (or 0xEDC668) is known color: Golden Sand. HEX triplet: ED, C6 and 68. RGB value is (237,198,104). Sum of RGB (Red+Green+Blue) = 237+198+104=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC668 is #123997. Grayscale: #C7C7C7. Windows color (decimal): -1194392 or 6866669. OLE color: 6866669.
HSL color Cylindrical-coordinate representation of color #EDC668: hue angle of 42.41º 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 #EDC668 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 104 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.07 |
| HSL | 42.41º | 0.79% | 0.67% | - |
| HSV(B) | 42.41º | 0.56% | 0.93% | - |
| XYZ | 57.62 | 59.39 | 21.52 | - |
| YUV | 198.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 104 | 0 | 0.16 | 0.56 | 0.07 | 42.41 | 0.79 | 0.67 |
| Hex | ED | C6 | 68 | 0 | 10 | 38 | 7 | 2A | 4F | 43 |
| Octal | 355 | 306 | 150 | 0 | 20 | 70 | 7 | 52 | 117 | 103 |
| Binary | 11101101 | 11000110 | 1101000 | 0 | 10000 | 111000 | 111 | 101010 | 1001111 | 1000011 |
Color Harmonies of #EDC668
Complementary color
Monochromatic Colors of #EDC668
Black with #EDC668
Text Example
Text Example
White with #EDC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC668; }
p { color: rgb(237,198,104); }
H1.HeaderClassName
{
color: #EDC668;
}
.AnyTagClassName
{
color: #EDC668;
}
</style>
background-color css
<style>
a { background-color: #EDC668; }
a { background-color: rgb(237,198,104); }
div.DivClassName
{
background-color: #EDC668;
}
.BgClassName
{
background-color: #EDC668;
}
</style>
border-color css
<style>
span { border-color: #EDC668; }
span { border-color: rgb(237,198,104); }
td.TdClassName
{
border-color: #EDC668;
}
.TagClassName
{
border-color: #EDC668;
}
</style>