Shades of Golden Sand #EDCE6A
Tints of Golden Sand #EDCE6A
RGB
CMYK
RGB Variations
Color information
#EDCE6A (or 0xEDCE6A) is known color: Golden Sand. HEX triplet: ED, CE and 6A. RGB value is (237,206,106). Sum of RGB (Red+Green+Blue) = 237+206+106=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 106 (41.80% from 255 or 19.31% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE6A is #123195. Grayscale: #CCCCCC. Windows color (decimal): -1192342 or 6999789. OLE color: 6999789.
HSL color Cylindrical-coordinate representation of color #EDCE6A: hue angle of 45.8º 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 #EDCE6A is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 106 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.07 |
| HSL | 45.8º | 0.78% | 0.67% | - |
| HSV(B) | 45.8º | 0.55% | 0.93% | - |
| XYZ | 59.6 | 63.19 | 22.69 | - |
| YUV | 203.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 106 | 0 | 0.13 | 0.55 | 0.07 | 45.8 | 0.78 | 0.67 |
| Hex | ED | CE | 6A | 0 | D | 37 | 7 | 2E | 4E | 43 |
| Octal | 355 | 316 | 152 | 0 | 15 | 67 | 7 | 56 | 116 | 103 |
| Binary | 11101101 | 11001110 | 1101010 | 0 | 1101 | 110111 | 111 | 101110 | 1001110 | 1000011 |
Color Harmonies of #EDCE6A
Complementary color
Monochromatic Colors of #EDCE6A
Black with #EDCE6A
Text Example
Text Example
White with #EDCE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE6A; }
p { color: rgb(237,206,106); }
H1.HeaderClassName
{
color: #EDCE6A;
}
.AnyTagClassName
{
color: #EDCE6A;
}
</style>
background-color css
<style>
a { background-color: #EDCE6A; }
a { background-color: rgb(237,206,106); }
div.DivClassName
{
background-color: #EDCE6A;
}
.BgClassName
{
background-color: #EDCE6A;
}
</style>
border-color css
<style>
span { border-color: #EDCE6A; }
span { border-color: rgb(237,206,106); }
td.TdClassName
{
border-color: #EDCE6A;
}
.TagClassName
{
border-color: #EDCE6A;
}
</style>