Shades of Golden Sand #EED76D
Tints of Golden Sand #EED76D
RGB
CMYK
RGB Variations
Color information
#EED76D (or 0xEED76D) is known color: Golden Sand. HEX triplet: EE, D7 and 6D. RGB value is (238,215,109). Sum of RGB (Red+Green+Blue) = 238+215+109=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED76D is #112892. Grayscale: #D2D2D2. Windows color (decimal): -1124499 or 7198702. OLE color: 7198702.
HSL color Cylindrical-coordinate representation of color #EED76D: hue angle of 49.3º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EED76D is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 109 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.07 |
| HSL | 49.3º | 0.79% | 0.68% | - |
| HSV(B) | 49.3º | 0.54% | 0.93% | - |
| XYZ | 62.32 | 67.88 | 24.29 | - |
| YUV | 209.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 109 | 0 | 0.10 | 0.54 | 0.07 | 49.3 | 0.79 | 0.68 |
| Hex | EE | D7 | 6D | 0 | A | 36 | 7 | 31 | 4F | 44 |
| Octal | 356 | 327 | 155 | 0 | 12 | 66 | 7 | 61 | 117 | 104 |
| Binary | 11101110 | 11010111 | 1101101 | 0 | 1010 | 110110 | 111 | 110001 | 1001111 | 1000100 |
Color Harmonies of #EED76D
Complementary color
Monochromatic Colors of #EED76D
Black with #EED76D
Text Example
Text Example
White with #EED76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED76D; }
p { color: rgb(238,215,109); }
H1.HeaderClassName
{
color: #EED76D;
}
.AnyTagClassName
{
color: #EED76D;
}
</style>
background-color css
<style>
a { background-color: #EED76D; }
a { background-color: rgb(238,215,109); }
div.DivClassName
{
background-color: #EED76D;
}
.BgClassName
{
background-color: #EED76D;
}
</style>
border-color css
<style>
span { border-color: #EED76D; }
span { border-color: rgb(238,215,109); }
td.TdClassName
{
border-color: #EED76D;
}
.TagClassName
{
border-color: #EED76D;
}
</style>