Shades of Golden Sand #EED062
Tints of Golden Sand #EED062
RGB
CMYK
RGB Variations
Color information
#EED062 (or 0xEED062) is known color: Golden Sand. HEX triplet: EE, D0 and 62. RGB value is (238,208,98). Sum of RGB (Red+Green+Blue) = 238+208+98=544 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.75% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 98 (38.67% from 255 or 18.01% from 544); Max value from RGB is 238 - color contains mainly: red. Hex color #EED062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED062 is #112F9D. Grayscale: #CCCCCC. Windows color (decimal): -1126302 or 6476014. OLE color: 6476014.
HSL color Cylindrical-coordinate representation of color #EED062: hue angle of 47.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EED062 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 98 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.07 |
| HSL | 47.14º | 0.8% | 0.66% | - |
| HSV(B) | 47.14º | 0.59% | 0.93% | - |
| XYZ | 60.02 | 64.17 | 20.78 | - |
| YUV | 204.43 | 67.94 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 98 | 0 | 0.13 | 0.59 | 0.07 | 47.14 | 0.8 | 0.66 |
| Hex | EE | D0 | 62 | 0 | D | 3B | 7 | 2F | 50 | 42 |
| Octal | 356 | 320 | 142 | 0 | 15 | 73 | 7 | 57 | 120 | 102 |
| Binary | 11101110 | 11010000 | 1100010 | 0 | 1101 | 111011 | 111 | 101111 | 1010000 | 1000010 |
Color Harmonies of #EED062
Complementary color
Monochromatic Colors of #EED062
Black with #EED062
Text Example
Text Example
White with #EED062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED062; }
p { color: rgb(238,208,98); }
H1.HeaderClassName
{
color: #EED062;
}
.AnyTagClassName
{
color: #EED062;
}
</style>
background-color css
<style>
a { background-color: #EED062; }
a { background-color: rgb(238,208,98); }
div.DivClassName
{
background-color: #EED062;
}
.BgClassName
{
background-color: #EED062;
}
</style>
border-color css
<style>
span { border-color: #EED062; }
span { border-color: rgb(238,208,98); }
td.TdClassName
{
border-color: #EED062;
}
.TagClassName
{
border-color: #EED062;
}
</style>