Shades of Golden Sand #EED063
Tints of Golden Sand #EED063
RGB
CMYK
RGB Variations
Color information
#EED063 (or 0xEED063) is known color: Golden Sand. HEX triplet: EE, D0 and 63. RGB value is (238,208,99). Sum of RGB (Red+Green+Blue) = 238+208+99=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 99 (39.06% from 255 or 18.17% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EED063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED063 is #112F9C. Grayscale: #CDCDCD. Windows color (decimal): -1126301 or 6541550. OLE color: 6541550.
HSL color Cylindrical-coordinate representation of color #EED063: hue angle of 47.05º degrees, saturation: 0.8, 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 #EED063 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 99 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.07 |
| HSL | 47.05º | 0.8% | 0.66% | - |
| HSV(B) | 47.05º | 0.58% | 0.93% | - |
| XYZ | 60.07 | 64.19 | 21.03 | - |
| YUV | 204.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 99 | 0 | 0.13 | 0.58 | 0.07 | 47.05 | 0.8 | 0.66 |
| Hex | EE | D0 | 63 | 0 | D | 3A | 7 | 2F | 50 | 42 |
| Octal | 356 | 320 | 143 | 0 | 15 | 72 | 7 | 57 | 120 | 102 |
| Binary | 11101110 | 11010000 | 1100011 | 0 | 1101 | 111010 | 111 | 101111 | 1010000 | 1000010 |
Color Harmonies of #EED063
Complementary color
Monochromatic Colors of #EED063
Black with #EED063
Text Example
Text Example
White with #EED063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED063; }
p { color: rgb(238,208,99); }
H1.HeaderClassName
{
color: #EED063;
}
.AnyTagClassName
{
color: #EED063;
}
</style>
background-color css
<style>
a { background-color: #EED063; }
a { background-color: rgb(238,208,99); }
div.DivClassName
{
background-color: #EED063;
}
.BgClassName
{
background-color: #EED063;
}
</style>
border-color css
<style>
span { border-color: #EED063; }
span { border-color: rgb(238,208,99); }
td.TdClassName
{
border-color: #EED063;
}
.TagClassName
{
border-color: #EED063;
}
</style>