Shades of Golden Sand #EED071
Tints of Golden Sand #EED071
RGB
CMYK
RGB Variations
Color information
#EED071 (or 0xEED071) is known color: Golden Sand. HEX triplet: EE, D0 and 71. RGB value is (238,208,113). Sum of RGB (Red+Green+Blue) = 238+208+113=559 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.58% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 113 (44.53% from 255 or 20.21% from 559); Max value from RGB is 238 - color contains mainly: red. Hex color #EED071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED071 is #112F8E. Grayscale: #CECECE. Windows color (decimal): -1126287 or 7459054. OLE color: 7459054.
HSL color Cylindrical-coordinate representation of color #EED071: hue angle of 45.6º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EED071 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 113 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.07 |
| HSL | 45.6º | 0.79% | 0.69% | - |
| HSV(B) | 45.6º | 0.53% | 0.93% | - |
| XYZ | 60.8 | 64.48 | 24.86 | - |
| YUV | 206.14 | 75.44 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 113 | 0 | 0.13 | 0.53 | 0.07 | 45.6 | 0.79 | 0.69 |
| Hex | EE | D0 | 71 | 0 | D | 35 | 7 | 2E | 4F | 45 |
| Octal | 356 | 320 | 161 | 0 | 15 | 65 | 7 | 56 | 117 | 105 |
| Binary | 11101110 | 11010000 | 1110001 | 0 | 1101 | 110101 | 111 | 101110 | 1001111 | 1000101 |
Color Harmonies of #EED071
Complementary color
Monochromatic Colors of #EED071
Black with #EED071
Text Example
Text Example
White with #EED071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED071; }
p { color: rgb(238,208,113); }
H1.HeaderClassName
{
color: #EED071;
}
.AnyTagClassName
{
color: #EED071;
}
</style>
background-color css
<style>
a { background-color: #EED071; }
a { background-color: rgb(238,208,113); }
div.DivClassName
{
background-color: #EED071;
}
.BgClassName
{
background-color: #EED071;
}
</style>
border-color css
<style>
span { border-color: #EED071; }
span { border-color: rgb(238,208,113); }
td.TdClassName
{
border-color: #EED071;
}
.TagClassName
{
border-color: #EED071;
}
</style>