Shades of Golden Sand #EDD263
Tints of Golden Sand #EDD263
RGB
CMYK
RGB Variations
Color information
#EDD263 (or 0xEDD263) is known color: Golden Sand. HEX triplet: ED, D2 and 63. RGB value is (237,210,99). Sum of RGB (Red+Green+Blue) = 237+210+99=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD263 is #122D9C. Grayscale: #CDCDCD. Windows color (decimal): -1191325 or 6542061. OLE color: 6542061.
HSL color Cylindrical-coordinate representation of color #EDD263: hue angle of 48.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EDD263 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 99 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 48.26º | 0.79% | 0.66% | - |
| HSV(B) | 48.26º | 0.58% | 0.93% | - |
| XYZ | 60.22 | 65 | 21.18 | - |
| YUV | 205.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 99 | 0 | 0.11 | 0.58 | 0.07 | 48.26 | 0.79 | 0.66 |
| Hex | ED | D2 | 63 | 0 | B | 3A | 7 | 30 | 4F | 42 |
| Octal | 355 | 322 | 143 | 0 | 13 | 72 | 7 | 60 | 117 | 102 |
| Binary | 11101101 | 11010010 | 1100011 | 0 | 1011 | 111010 | 111 | 110000 | 1001111 | 1000010 |
Color Harmonies of #EDD263
Complementary color
Monochromatic Colors of #EDD263
Black with #EDD263
Text Example
Text Example
White with #EDD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD263; }
p { color: rgb(237,210,99); }
H1.HeaderClassName
{
color: #EDD263;
}
.AnyTagClassName
{
color: #EDD263;
}
</style>
background-color css
<style>
a { background-color: #EDD263; }
a { background-color: rgb(237,210,99); }
div.DivClassName
{
background-color: #EDD263;
}
.BgClassName
{
background-color: #EDD263;
}
</style>
border-color css
<style>
span { border-color: #EDD263; }
span { border-color: rgb(237,210,99); }
td.TdClassName
{
border-color: #EDD263;
}
.TagClassName
{
border-color: #EDD263;
}
</style>