Shades of Golden Sand #EED262
Tints of Golden Sand #EED262
RGB
CMYK
RGB Variations
Color information
#EED262 (or 0xEED262) is known color: Golden Sand. HEX triplet: EE, D2 and 62. RGB value is (238,210,98). Sum of RGB (Red+Green+Blue) = 238+210+98=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EED262 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED262 is #112D9D. Grayscale: #CECECE. Windows color (decimal): -1125790 or 6476526. OLE color: 6476526.
HSL color Cylindrical-coordinate representation of color #EED262: hue angle of 48º 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 #EED262 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 98 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.07 |
| HSL | 48º | 0.8% | 0.66% | - |
| HSV(B) | 48º | 0.59% | 0.93% | - |
| XYZ | 60.51 | 65.15 | 20.94 | - |
| YUV | 205.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 98 | 0 | 0.12 | 0.59 | 0.07 | 48 | 0.8 | 0.66 |
| Hex | EE | D2 | 62 | 0 | C | 3B | 7 | 30 | 50 | 42 |
| Octal | 356 | 322 | 142 | 0 | 14 | 73 | 7 | 60 | 120 | 102 |
| Binary | 11101110 | 11010010 | 1100010 | 0 | 1100 | 111011 | 111 | 110000 | 1010000 | 1000010 |
Color Harmonies of #EED262
Complementary color
Monochromatic Colors of #EED262
Black with #EED262
Text Example
Text Example
White with #EED262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED262; }
p { color: rgb(238,210,98); }
H1.HeaderClassName
{
color: #EED262;
}
.AnyTagClassName
{
color: #EED262;
}
</style>
background-color css
<style>
a { background-color: #EED262; }
a { background-color: rgb(238,210,98); }
div.DivClassName
{
background-color: #EED262;
}
.BgClassName
{
background-color: #EED262;
}
</style>
border-color css
<style>
span { border-color: #EED262; }
span { border-color: rgb(238,210,98); }
td.TdClassName
{
border-color: #EED262;
}
.TagClassName
{
border-color: #EED262;
}
</style>