Shades of Golden Sand #EED162
Tints of Golden Sand #EED162
RGB
CMYK
RGB Variations
Color information
#EED162 (or 0xEED162) is known color: Golden Sand. HEX triplet: EE, D1 and 62. RGB value is (238,209,98). Sum of RGB (Red+Green+Blue) = 238+209+98=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EED162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED162 is #112E9D. Grayscale: #CDCDCD. Windows color (decimal): -1126046 or 6476270. OLE color: 6476270.
HSL color Cylindrical-coordinate representation of color #EED162: hue angle of 47.57º 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 #EED162 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 98 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.07 |
| HSL | 47.57º | 0.8% | 0.66% | - |
| HSV(B) | 47.57º | 0.59% | 0.93% | - |
| XYZ | 60.26 | 64.66 | 20.86 | - |
| YUV | 205.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 98 | 0 | 0.12 | 0.59 | 0.07 | 47.57 | 0.8 | 0.66 |
| Hex | EE | D1 | 62 | 0 | C | 3B | 7 | 30 | 50 | 42 |
| Octal | 356 | 321 | 142 | 0 | 14 | 73 | 7 | 60 | 120 | 102 |
| Binary | 11101110 | 11010001 | 1100010 | 0 | 1100 | 111011 | 111 | 110000 | 1010000 | 1000010 |
Color Harmonies of #EED162
Complementary color
Monochromatic Colors of #EED162
Black with #EED162
Text Example
Text Example
White with #EED162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED162; }
p { color: rgb(238,209,98); }
H1.HeaderClassName
{
color: #EED162;
}
.AnyTagClassName
{
color: #EED162;
}
</style>
background-color css
<style>
a { background-color: #EED162; }
a { background-color: rgb(238,209,98); }
div.DivClassName
{
background-color: #EED162;
}
.BgClassName
{
background-color: #EED162;
}
</style>
border-color css
<style>
span { border-color: #EED162; }
span { border-color: rgb(238,209,98); }
td.TdClassName
{
border-color: #EED162;
}
.TagClassName
{
border-color: #EED162;
}
</style>