Shades of Golden Sand #EDC769
Tints of Golden Sand #EDC769
RGB
CMYK
RGB Variations
Color information
#EDC769 (or 0xEDC769) is known color: Golden Sand. HEX triplet: ED, C7 and 69. RGB value is (237,199,105). Sum of RGB (Red+Green+Blue) = 237+199+105=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC769 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC769 is #123896. Grayscale: #C8C8C8. Windows color (decimal): -1194135 or 6932461. OLE color: 6932461.
HSL color Cylindrical-coordinate representation of color #EDC769: hue angle of 42.73º 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 #EDC769 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 199 | 105 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.07 |
| HSL | 42.73º | 0.79% | 0.67% | - |
| HSV(B) | 42.73º | 0.56% | 0.93% | - |
| XYZ | 57.9 | 59.87 | 21.87 | - |
| YUV | 199.65 | 74.59 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 199 | 105 | 0 | 0.16 | 0.56 | 0.07 | 42.73 | 0.79 | 0.67 |
| Hex | ED | C7 | 69 | 0 | 10 | 38 | 7 | 2B | 4F | 43 |
| Octal | 355 | 307 | 151 | 0 | 20 | 70 | 7 | 53 | 117 | 103 |
| Binary | 11101101 | 11000111 | 1101001 | 0 | 10000 | 111000 | 111 | 101011 | 1001111 | 1000011 |
Color Harmonies of #EDC769
Complementary color
Monochromatic Colors of #EDC769
Black with #EDC769
Text Example
Text Example
White with #EDC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC769; }
p { color: rgb(237,199,105); }
H1.HeaderClassName
{
color: #EDC769;
}
.AnyTagClassName
{
color: #EDC769;
}
</style>
background-color css
<style>
a { background-color: #EDC769; }
a { background-color: rgb(237,199,105); }
div.DivClassName
{
background-color: #EDC769;
}
.BgClassName
{
background-color: #EDC769;
}
</style>
border-color css
<style>
span { border-color: #EDC769; }
span { border-color: rgb(237,199,105); }
td.TdClassName
{
border-color: #EDC769;
}
.TagClassName
{
border-color: #EDC769;
}
</style>