Shades of Golden Sand #EDD26B
Tints of Golden Sand #EDD26B
RGB
CMYK
RGB Variations
Color information
#EDD26B (or 0xEDD26B) is known color: Golden Sand. HEX triplet: ED, D2 and 6B. RGB value is (237,210,107). Sum of RGB (Red+Green+Blue) = 237+210+107=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 107 (42.19% from 255 or 19.31% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD26B is #122D94. Grayscale: #CECECE. Windows color (decimal): -1191317 or 7066349. OLE color: 7066349.
HSL color Cylindrical-coordinate representation of color #EDD26B: hue angle of 47.54º 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 #EDD26B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 107 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 47.54º | 0.78% | 0.67% | - |
| HSV(B) | 47.54º | 0.55% | 0.93% | - |
| XYZ | 60.63 | 65.16 | 23.29 | - |
| YUV | 206.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 107 | 0 | 0.11 | 0.55 | 0.07 | 47.54 | 0.78 | 0.67 |
| Hex | ED | D2 | 6B | 0 | B | 37 | 7 | 30 | 4E | 43 |
| Octal | 355 | 322 | 153 | 0 | 13 | 67 | 7 | 60 | 116 | 103 |
| Binary | 11101101 | 11010010 | 1101011 | 0 | 1011 | 110111 | 111 | 110000 | 1001110 | 1000011 |
Color Harmonies of #EDD26B
Complementary color
Monochromatic Colors of #EDD26B
Black with #EDD26B
Text Example
Text Example
White with #EDD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD26B; }
p { color: rgb(237,210,107); }
H1.HeaderClassName
{
color: #EDD26B;
}
.AnyTagClassName
{
color: #EDD26B;
}
</style>
background-color css
<style>
a { background-color: #EDD26B; }
a { background-color: rgb(237,210,107); }
div.DivClassName
{
background-color: #EDD26B;
}
.BgClassName
{
background-color: #EDD26B;
}
</style>
border-color css
<style>
span { border-color: #EDD26B; }
span { border-color: rgb(237,210,107); }
td.TdClassName
{
border-color: #EDD26B;
}
.TagClassName
{
border-color: #EDD26B;
}
</style>