Shades of Golden Sand #EED06F
Tints of Golden Sand #EED06F
RGB
CMYK
RGB Variations
Color information
#EED06F (or 0xEED06F) is known color: Golden Sand. HEX triplet: EE, D0 and 6F. RGB value is (238,208,111). Sum of RGB (Red+Green+Blue) = 238+208+111=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EED06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED06F is #112F90. Grayscale: #CECECE. Windows color (decimal): -1126289 or 7327982. OLE color: 7327982.
HSL color Cylindrical-coordinate representation of color #EED06F: hue angle of 45.83º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EED06F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 111 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.07 |
| HSL | 45.83º | 0.79% | 0.68% | - |
| HSV(B) | 45.83º | 0.53% | 0.93% | - |
| XYZ | 60.69 | 64.44 | 24.28 | - |
| YUV | 205.91 | 74.44 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 111 | 0 | 0.13 | 0.53 | 0.07 | 45.83 | 0.79 | 0.68 |
| Hex | EE | D0 | 6F | 0 | D | 35 | 7 | 2E | 4F | 44 |
| Octal | 356 | 320 | 157 | 0 | 15 | 65 | 7 | 56 | 117 | 104 |
| Binary | 11101110 | 11010000 | 1101111 | 0 | 1101 | 110101 | 111 | 101110 | 1001111 | 1000100 |
Color Harmonies of #EED06F
Complementary color
Monochromatic Colors of #EED06F
Black with #EED06F
Text Example
Text Example
White with #EED06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED06F; }
p { color: rgb(238,208,111); }
H1.HeaderClassName
{
color: #EED06F;
}
.AnyTagClassName
{
color: #EED06F;
}
</style>
background-color css
<style>
a { background-color: #EED06F; }
a { background-color: rgb(238,208,111); }
div.DivClassName
{
background-color: #EED06F;
}
.BgClassName
{
background-color: #EED06F;
}
</style>
border-color css
<style>
span { border-color: #EED06F; }
span { border-color: rgb(238,208,111); }
td.TdClassName
{
border-color: #EED06F;
}
.TagClassName
{
border-color: #EED06F;
}
</style>