Shades of Golden Sand #EDC56B
Tints of Golden Sand #EDC56B
RGB
CMYK
RGB Variations
Color information
#EDC56B (or 0xEDC56B) is known color: Golden Sand. HEX triplet: ED, C5 and 6B. RGB value is (237,197,107). Sum of RGB (Red+Green+Blue) = 237+197+107=541 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.81% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC56B is #123A94. Grayscale: #C7C7C7. Windows color (decimal): -1194645 or 7063021. OLE color: 7063021.
HSL color Cylindrical-coordinate representation of color #EDC56B: hue angle of 41.54º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDC56B is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 197 | 107 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.07 |
| HSL | 41.54º | 0.78% | 0.67% | - |
| HSV(B) | 41.54º | 0.55% | 0.93% | - |
| XYZ | 57.55 | 59 | 22.26 | - |
| YUV | 198.7 | 76.25 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 197 | 107 | 0 | 0.17 | 0.55 | 0.07 | 41.54 | 0.78 | 0.67 |
| Hex | ED | C5 | 6B | 0 | 11 | 37 | 7 | 2A | 4E | 43 |
| Octal | 355 | 305 | 153 | 0 | 21 | 67 | 7 | 52 | 116 | 103 |
| Binary | 11101101 | 11000101 | 1101011 | 0 | 10001 | 110111 | 111 | 101010 | 1001110 | 1000011 |
Color Harmonies of #EDC56B
Complementary color
Monochromatic Colors of #EDC56B
Black with #EDC56B
Text Example
Text Example
White with #EDC56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC56B; }
p { color: rgb(237,197,107); }
H1.HeaderClassName
{
color: #EDC56B;
}
.AnyTagClassName
{
color: #EDC56B;
}
</style>
background-color css
<style>
a { background-color: #EDC56B; }
a { background-color: rgb(237,197,107); }
div.DivClassName
{
background-color: #EDC56B;
}
.BgClassName
{
background-color: #EDC56B;
}
</style>
border-color css
<style>
span { border-color: #EDC56B; }
span { border-color: rgb(237,197,107); }
td.TdClassName
{
border-color: #EDC56B;
}
.TagClassName
{
border-color: #EDC56B;
}
</style>