Shades of Golden Sand #EED172
Tints of Golden Sand #EED172
RGB
CMYK
RGB Variations
Color information
#EED172 (or 0xEED172) is known color: Golden Sand. HEX triplet: EE, D1 and 72. RGB value is (238,209,114). Sum of RGB (Red+Green+Blue) = 238+209+114=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EED172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED172 is #112E8D. Grayscale: #CFCFCF. Windows color (decimal): -1126030 or 7524846. OLE color: 7524846.
HSL color Cylindrical-coordinate representation of color #EED172: hue angle of 45.97º 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 #EED172 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 114 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.07 |
| HSL | 45.97º | 0.78% | 0.69% | - |
| HSV(B) | 45.97º | 0.52% | 0.93% | - |
| XYZ | 61.1 | 64.99 | 25.24 | - |
| YUV | 206.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 114 | 0 | 0.12 | 0.52 | 0.07 | 45.97 | 0.78 | 0.69 |
| Hex | EE | D1 | 72 | 0 | C | 34 | 7 | 2E | 4E | 45 |
| Octal | 356 | 321 | 162 | 0 | 14 | 64 | 7 | 56 | 116 | 105 |
| Binary | 11101110 | 11010001 | 1110010 | 0 | 1100 | 110100 | 111 | 101110 | 1001110 | 1000101 |
Color Harmonies of #EED172
Complementary color
Monochromatic Colors of #EED172
Black with #EED172
Text Example
Text Example
White with #EED172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED172; }
p { color: rgb(238,209,114); }
H1.HeaderClassName
{
color: #EED172;
}
.AnyTagClassName
{
color: #EED172;
}
</style>
background-color css
<style>
a { background-color: #EED172; }
a { background-color: rgb(238,209,114); }
div.DivClassName
{
background-color: #EED172;
}
.BgClassName
{
background-color: #EED172;
}
</style>
border-color css
<style>
span { border-color: #EED172; }
span { border-color: rgb(238,209,114); }
td.TdClassName
{
border-color: #EED172;
}
.TagClassName
{
border-color: #EED172;
}
</style>