Shades of Golden Sand #EDD26A
Tints of Golden Sand #EDD26A
RGB
CMYK
RGB Variations
Color information
#EDD26A (or 0xEDD26A) is known color: Golden Sand. HEX triplet: ED, D2 and 6A. RGB value is (237,210,106). Sum of RGB (Red+Green+Blue) = 237+210+106=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 106 (41.80% from 255 or 19.17% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD26A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD26A is #122D95. Grayscale: #CECECE. Windows color (decimal): -1191318 or 7000813. OLE color: 7000813.
HSL color Cylindrical-coordinate representation of color #EDD26A: hue angle of 47.63º 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 #EDD26A is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 106 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 47.63º | 0.78% | 0.67% | - |
| HSV(B) | 47.63º | 0.55% | 0.93% | - |
| XYZ | 60.57 | 65.14 | 23.02 | - |
| YUV | 206.22 | 71.45 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 106 | 0 | 0.11 | 0.55 | 0.07 | 47.63 | 0.78 | 0.67 |
| Hex | ED | D2 | 6A | 0 | B | 37 | 7 | 30 | 4E | 43 |
| Octal | 355 | 322 | 152 | 0 | 13 | 67 | 7 | 60 | 116 | 103 |
| Binary | 11101101 | 11010010 | 1101010 | 0 | 1011 | 110111 | 111 | 110000 | 1001110 | 1000011 |
Color Harmonies of #EDD26A
Complementary color
Monochromatic Colors of #EDD26A
Black with #EDD26A
Text Example
Text Example
White with #EDD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD26A; }
p { color: rgb(237,210,106); }
H1.HeaderClassName
{
color: #EDD26A;
}
.AnyTagClassName
{
color: #EDD26A;
}
</style>
background-color css
<style>
a { background-color: #EDD26A; }
a { background-color: rgb(237,210,106); }
div.DivClassName
{
background-color: #EDD26A;
}
.BgClassName
{
background-color: #EDD26A;
}
</style>
border-color css
<style>
span { border-color: #EDD26A; }
span { border-color: rgb(237,210,106); }
td.TdClassName
{
border-color: #EDD26A;
}
.TagClassName
{
border-color: #EDD26A;
}
</style>