Shades of Golden Sand #EDCB6A
Tints of Golden Sand #EDCB6A
RGB
CMYK
RGB Variations
Color information
#EDCB6A (or 0xEDCB6A) is known color: Golden Sand. HEX triplet: ED, CB and 6A. RGB value is (237,203,106). Sum of RGB (Red+Green+Blue) = 237+203+106=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB6A is #123495. Grayscale: #CACACA. Windows color (decimal): -1193110 or 6999021. OLE color: 6999021.
HSL color Cylindrical-coordinate representation of color #EDCB6A: hue angle of 44.43º 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 #EDCB6A is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 203 | 106 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.07 |
| HSL | 44.43º | 0.78% | 0.67% | - |
| HSV(B) | 44.43º | 0.55% | 0.93% | - |
| XYZ | 58.88 | 61.76 | 22.45 | - |
| YUV | 202.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 203 | 106 | 0 | 0.14 | 0.55 | 0.07 | 44.43 | 0.78 | 0.67 |
| Hex | ED | CB | 6A | 0 | E | 37 | 7 | 2C | 4E | 43 |
| Octal | 355 | 313 | 152 | 0 | 16 | 67 | 7 | 54 | 116 | 103 |
| Binary | 11101101 | 11001011 | 1101010 | 0 | 1110 | 110111 | 111 | 101100 | 1001110 | 1000011 |
Color Harmonies of #EDCB6A
Complementary color
Monochromatic Colors of #EDCB6A
Black with #EDCB6A
Text Example
Text Example
White with #EDCB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCB6A; }
p { color: rgb(237,203,106); }
H1.HeaderClassName
{
color: #EDCB6A;
}
.AnyTagClassName
{
color: #EDCB6A;
}
</style>
background-color css
<style>
a { background-color: #EDCB6A; }
a { background-color: rgb(237,203,106); }
div.DivClassName
{
background-color: #EDCB6A;
}
.BgClassName
{
background-color: #EDCB6A;
}
</style>
border-color css
<style>
span { border-color: #EDCB6A; }
span { border-color: rgb(237,203,106); }
td.TdClassName
{
border-color: #EDCB6A;
}
.TagClassName
{
border-color: #EDCB6A;
}
</style>