Shades of Golden Sand #EED173
Tints of Golden Sand #EED173
RGB
CMYK
RGB Variations
Color information
#EED173 (or 0xEED173) is known color: Golden Sand. HEX triplet: EE, D1 and 73. RGB value is (238,209,115). Sum of RGB (Red+Green+Blue) = 238+209+115=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 209 (82.03% from 255 or 37.19% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED173 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED173 is #112E8C. Grayscale: #CFCFCF. Windows color (decimal): -1126029 or 7590382. OLE color: 7590382.
HSL color Cylindrical-coordinate representation of color #EED173: hue angle of 45.85º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EED173 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 115 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.07 |
| HSL | 45.85º | 0.78% | 0.69% | - |
| HSV(B) | 45.85º | 0.52% | 0.93% | - |
| XYZ | 61.15 | 65.02 | 25.55 | - |
| YUV | 206.96 | 76.11 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 115 | 0 | 0.12 | 0.52 | 0.07 | 45.85 | 0.78 | 0.69 |
| Hex | EE | D1 | 73 | 0 | C | 34 | 7 | 2E | 4E | 45 |
| Octal | 356 | 321 | 163 | 0 | 14 | 64 | 7 | 56 | 116 | 105 |
| Binary | 11101110 | 11010001 | 1110011 | 0 | 1100 | 110100 | 111 | 101110 | 1001110 | 1000101 |
Color Harmonies of #EED173
Complementary color
Monochromatic Colors of #EED173
Black with #EED173
Text Example
Text Example
White with #EED173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED173; }
p { color: rgb(238,209,115); }
H1.HeaderClassName
{
color: #EED173;
}
.AnyTagClassName
{
color: #EED173;
}
</style>
background-color css
<style>
a { background-color: #EED173; }
a { background-color: rgb(238,209,115); }
div.DivClassName
{
background-color: #EED173;
}
.BgClassName
{
background-color: #EED173;
}
</style>
border-color css
<style>
span { border-color: #EED173; }
span { border-color: rgb(238,209,115); }
td.TdClassName
{
border-color: #EED173;
}
.TagClassName
{
border-color: #EED173;
}
</style>