Shades of Golden Sand #EED361
Tints of Golden Sand #EED361
RGB
CMYK
RGB Variations
Color information
#EED361 (or 0xEED361) is known color: Golden Sand. HEX triplet: EE, D3 and 61. RGB value is (238,211,97). Sum of RGB (Red+Green+Blue) = 238+211+97=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EED361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED361 is #112C9E. Grayscale: #CECECE. Windows color (decimal): -1125535 or 6411246. OLE color: 6411246.
HSL color Cylindrical-coordinate representation of color #EED361: hue angle of 48.51º degrees, saturation: 0.81, 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 #EED361 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 97 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.07 |
| HSL | 48.51º | 0.81% | 0.66% | - |
| HSV(B) | 48.51º | 0.59% | 0.93% | - |
| XYZ | 60.71 | 65.63 | 20.78 | - |
| YUV | 206.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 97 | 0 | 0.11 | 0.59 | 0.07 | 48.51 | 0.81 | 0.66 |
| Hex | EE | D3 | 61 | 0 | B | 3B | 7 | 31 | 51 | 42 |
| Octal | 356 | 323 | 141 | 0 | 13 | 73 | 7 | 61 | 121 | 102 |
| Binary | 11101110 | 11010011 | 1100001 | 0 | 1011 | 111011 | 111 | 110001 | 1010001 | 1000010 |
Color Harmonies of #EED361
Complementary color
Monochromatic Colors of #EED361
Black with #EED361
Text Example
Text Example
White with #EED361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED361; }
p { color: rgb(238,211,97); }
H1.HeaderClassName
{
color: #EED361;
}
.AnyTagClassName
{
color: #EED361;
}
</style>
background-color css
<style>
a { background-color: #EED361; }
a { background-color: rgb(238,211,97); }
div.DivClassName
{
background-color: #EED361;
}
.BgClassName
{
background-color: #EED361;
}
</style>
border-color css
<style>
span { border-color: #EED361; }
span { border-color: rgb(238,211,97); }
td.TdClassName
{
border-color: #EED361;
}
.TagClassName
{
border-color: #EED361;
}
</style>