Shades of Golden Sand #EED175
Tints of Golden Sand #EED175
RGB
CMYK
RGB Variations
Color information
#EED175 (or 0xEED175) is known color: Golden Sand. HEX triplet: EE, D1 and 75. RGB value is (238,209,117). Sum of RGB (Red+Green+Blue) = 238+209+117=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EED175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED175 is #112E8A. Grayscale: #CFCFCF. Windows color (decimal): -1126027 or 7721454. OLE color: 7721454.
HSL color Cylindrical-coordinate representation of color #EED175: hue angle of 45.62º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EED175 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 117 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.07 |
| HSL | 45.62º | 0.78% | 0.7% | - |
| HSV(B) | 45.62º | 0.51% | 0.93% | - |
| XYZ | 61.27 | 65.06 | 26.16 | - |
| YUV | 207.18 | 77.11 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 117 | 0 | 0.12 | 0.51 | 0.07 | 45.62 | 0.78 | 0.7 |
| Hex | EE | D1 | 75 | 0 | C | 33 | 7 | 2E | 4E | 46 |
| Octal | 356 | 321 | 165 | 0 | 14 | 63 | 7 | 56 | 116 | 106 |
| Binary | 11101110 | 11010001 | 1110101 | 0 | 1100 | 110011 | 111 | 101110 | 1001110 | 1000110 |
Color Harmonies of #EED175
Complementary color
Monochromatic Colors of #EED175
Black with #EED175
Text Example
Text Example
White with #EED175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED175; }
p { color: rgb(238,209,117); }
H1.HeaderClassName
{
color: #EED175;
}
.AnyTagClassName
{
color: #EED175;
}
</style>
background-color css
<style>
a { background-color: #EED175; }
a { background-color: rgb(238,209,117); }
div.DivClassName
{
background-color: #EED175;
}
.BgClassName
{
background-color: #EED175;
}
</style>
border-color css
<style>
span { border-color: #EED175; }
span { border-color: rgb(238,209,117); }
td.TdClassName
{
border-color: #EED175;
}
.TagClassName
{
border-color: #EED175;
}
</style>