Shades of Golden Sand #EDD56A
Tints of Golden Sand #EDD56A
RGB
CMYK
RGB Variations
Color information
#EDD56A (or 0xEDD56A) is known color: Golden Sand. HEX triplet: ED, D5 and 6A. RGB value is (237,213,106). Sum of RGB (Red+Green+Blue) = 237+213+106=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD56A is #122A95. Grayscale: #D0D0D0. Windows color (decimal): -1190550 or 7001581. OLE color: 7001581.
HSL color Cylindrical-coordinate representation of color #EDD56A: hue angle of 49.01º 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 #EDD56A is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 106 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.07 |
| HSL | 49.01º | 0.78% | 0.67% | - |
| HSV(B) | 49.01º | 0.55% | 0.93% | - |
| XYZ | 61.32 | 66.63 | 23.27 | - |
| YUV | 207.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 106 | 0 | 0.10 | 0.55 | 0.07 | 49.01 | 0.78 | 0.67 |
| Hex | ED | D5 | 6A | 0 | A | 37 | 7 | 31 | 4E | 43 |
| Octal | 355 | 325 | 152 | 0 | 12 | 67 | 7 | 61 | 116 | 103 |
| Binary | 11101101 | 11010101 | 1101010 | 0 | 1010 | 110111 | 111 | 110001 | 1001110 | 1000011 |
Color Harmonies of #EDD56A
Complementary color
Monochromatic Colors of #EDD56A
Black with #EDD56A
Text Example
Text Example
White with #EDD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD56A; }
p { color: rgb(237,213,106); }
H1.HeaderClassName
{
color: #EDD56A;
}
.AnyTagClassName
{
color: #EDD56A;
}
</style>
background-color css
<style>
a { background-color: #EDD56A; }
a { background-color: rgb(237,213,106); }
div.DivClassName
{
background-color: #EDD56A;
}
.BgClassName
{
background-color: #EDD56A;
}
</style>
border-color css
<style>
span { border-color: #EDD56A; }
span { border-color: rgb(237,213,106); }
td.TdClassName
{
border-color: #EDD56A;
}
.TagClassName
{
border-color: #EDD56A;
}
</style>