Shades of Golden Sand #EED76F
Tints of Golden Sand #EED76F
RGB
CMYK
RGB Variations
Color information
#EED76F (or 0xEED76F) is known color: Golden Sand. HEX triplet: EE, D7 and 6F. RGB value is (238,215,111). Sum of RGB (Red+Green+Blue) = 238+215+111=564 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.20% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 111 (43.75% from 255 or 19.68% from 564); Max value from RGB is 238 - color contains mainly: red. Hex color #EED76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED76F is #112890. Grayscale: #D2D2D2. Windows color (decimal): -1124497 or 7329774. OLE color: 7329774.
HSL color Cylindrical-coordinate representation of color #EED76F: hue angle of 49.13º 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 #EED76F is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 111 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.07 |
| HSL | 49.13º | 0.79% | 0.68% | - |
| HSV(B) | 49.13º | 0.53% | 0.93% | - |
| XYZ | 62.43 | 67.93 | 24.86 | - |
| YUV | 210.02 | 72.12 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 111 | 0 | 0.10 | 0.53 | 0.07 | 49.13 | 0.79 | 0.68 |
| Hex | EE | D7 | 6F | 0 | A | 35 | 7 | 31 | 4F | 44 |
| Octal | 356 | 327 | 157 | 0 | 12 | 65 | 7 | 61 | 117 | 104 |
| Binary | 11101110 | 11010111 | 1101111 | 0 | 1010 | 110101 | 111 | 110001 | 1001111 | 1000100 |
Color Harmonies of #EED76F
Complementary color
Monochromatic Colors of #EED76F
Black with #EED76F
Text Example
Text Example
White with #EED76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED76F; }
p { color: rgb(238,215,111); }
H1.HeaderClassName
{
color: #EED76F;
}
.AnyTagClassName
{
color: #EED76F;
}
</style>
background-color css
<style>
a { background-color: #EED76F; }
a { background-color: rgb(238,215,111); }
div.DivClassName
{
background-color: #EED76F;
}
.BgClassName
{
background-color: #EED76F;
}
</style>
border-color css
<style>
span { border-color: #EED76F; }
span { border-color: rgb(238,215,111); }
td.TdClassName
{
border-color: #EED76F;
}
.TagClassName
{
border-color: #EED76F;
}
</style>