Shades of Golden Sand #EDD06B
Tints of Golden Sand #EDD06B
RGB
CMYK
RGB Variations
Color information
#EDD06B (or 0xEDD06B) is known color: Golden Sand. HEX triplet: ED, D0 and 6B. RGB value is (237,208,107). Sum of RGB (Red+Green+Blue) = 237+208+107=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 107 (42.19% from 255 or 19.38% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD06B is #122F94. Grayscale: #CDCDCD. Windows color (decimal): -1191829 or 7065837. OLE color: 7065837.
HSL color Cylindrical-coordinate representation of color #EDD06B: hue angle of 46.62º 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 #EDD06B is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 107 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.07 |
| HSL | 46.62º | 0.78% | 0.67% | - |
| HSV(B) | 46.62º | 0.55% | 0.93% | - |
| XYZ | 60.13 | 64.18 | 23.13 | - |
| YUV | 205.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 107 | 0 | 0.12 | 0.55 | 0.07 | 46.62 | 0.78 | 0.67 |
| Hex | ED | D0 | 6B | 0 | C | 37 | 7 | 2F | 4E | 43 |
| Octal | 355 | 320 | 153 | 0 | 14 | 67 | 7 | 57 | 116 | 103 |
| Binary | 11101101 | 11010000 | 1101011 | 0 | 1100 | 110111 | 111 | 101111 | 1001110 | 1000011 |
Color Harmonies of #EDD06B
Complementary color
Monochromatic Colors of #EDD06B
Black with #EDD06B
Text Example
Text Example
White with #EDD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD06B; }
p { color: rgb(237,208,107); }
H1.HeaderClassName
{
color: #EDD06B;
}
.AnyTagClassName
{
color: #EDD06B;
}
</style>
background-color css
<style>
a { background-color: #EDD06B; }
a { background-color: rgb(237,208,107); }
div.DivClassName
{
background-color: #EDD06B;
}
.BgClassName
{
background-color: #EDD06B;
}
</style>
border-color css
<style>
span { border-color: #EDD06B; }
span { border-color: rgb(237,208,107); }
td.TdClassName
{
border-color: #EDD06B;
}
.TagClassName
{
border-color: #EDD06B;
}
</style>