Shades of Golden Sand #EDC46B
Tints of Golden Sand #EDC46B
RGB
CMYK
RGB Variations
Color information
#EDC46B (or 0xEDC46B) is known color: Golden Sand. HEX triplet: ED, C4 and 6B. RGB value is (237,196,107). Sum of RGB (Red+Green+Blue) = 237+196+107=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC46B is #123B94. Grayscale: #C6C6C6. Windows color (decimal): -1194901 or 7062765. OLE color: 7062765.
HSL color Cylindrical-coordinate representation of color #EDC46B: hue angle of 41.08º 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 #EDC46B is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 196 | 107 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.07 |
| HSL | 41.08º | 0.78% | 0.67% | - |
| HSV(B) | 41.08º | 0.55% | 0.93% | - |
| XYZ | 57.32 | 58.55 | 22.19 | - |
| YUV | 198.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 196 | 107 | 0 | 0.17 | 0.55 | 0.07 | 41.08 | 0.78 | 0.67 |
| Hex | ED | C4 | 6B | 0 | 11 | 37 | 7 | 29 | 4E | 43 |
| Octal | 355 | 304 | 153 | 0 | 21 | 67 | 7 | 51 | 116 | 103 |
| Binary | 11101101 | 11000100 | 1101011 | 0 | 10001 | 110111 | 111 | 101001 | 1001110 | 1000011 |
Color Harmonies of #EDC46B
Complementary color
Monochromatic Colors of #EDC46B
Black with #EDC46B
Text Example
Text Example
White with #EDC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC46B; }
p { color: rgb(237,196,107); }
H1.HeaderClassName
{
color: #EDC46B;
}
.AnyTagClassName
{
color: #EDC46B;
}
</style>
background-color css
<style>
a { background-color: #EDC46B; }
a { background-color: rgb(237,196,107); }
div.DivClassName
{
background-color: #EDC46B;
}
.BgClassName
{
background-color: #EDC46B;
}
</style>
border-color css
<style>
span { border-color: #EDC46B; }
span { border-color: rgb(237,196,107); }
td.TdClassName
{
border-color: #EDC46B;
}
.TagClassName
{
border-color: #EDC46B;
}
</style>