Shades of Golden Sand #EDC669
Tints of Golden Sand #EDC669
RGB
CMYK
RGB Variations
Color information
#EDC669 (or 0xEDC669) is known color: Golden Sand. HEX triplet: ED, C6 and 69. RGB value is (237,198,105). Sum of RGB (Red+Green+Blue) = 237+198+105=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 105 (41.41% from 255 or 19.44% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC669 is #123996. Grayscale: #C7C7C7. Windows color (decimal): -1194391 or 6932205. OLE color: 6932205.
HSL color Cylindrical-coordinate representation of color #EDC669: hue angle of 42.27º 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 #EDC669 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 198 | 105 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.07 |
| HSL | 42.27º | 0.79% | 0.67% | - |
| HSV(B) | 42.27º | 0.56% | 0.93% | - |
| XYZ | 57.67 | 59.41 | 21.79 | - |
| YUV | 199.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 198 | 105 | 0 | 0.16 | 0.56 | 0.07 | 42.27 | 0.79 | 0.67 |
| Hex | ED | C6 | 69 | 0 | 10 | 38 | 7 | 2A | 4F | 43 |
| Octal | 355 | 306 | 151 | 0 | 20 | 70 | 7 | 52 | 117 | 103 |
| Binary | 11101101 | 11000110 | 1101001 | 0 | 10000 | 111000 | 111 | 101010 | 1001111 | 1000011 |
Color Harmonies of #EDC669
Complementary color
Monochromatic Colors of #EDC669
Black with #EDC669
Text Example
Text Example
White with #EDC669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC669; }
p { color: rgb(237,198,105); }
H1.HeaderClassName
{
color: #EDC669;
}
.AnyTagClassName
{
color: #EDC669;
}
</style>
background-color css
<style>
a { background-color: #EDC669; }
a { background-color: rgb(237,198,105); }
div.DivClassName
{
background-color: #EDC669;
}
.BgClassName
{
background-color: #EDC669;
}
</style>
border-color css
<style>
span { border-color: #EDC669; }
span { border-color: rgb(237,198,105); }
td.TdClassName
{
border-color: #EDC669;
}
.TagClassName
{
border-color: #EDC669;
}
</style>