Shades of Golden Sand #EED76B
Tints of Golden Sand #EED76B
RGB
CMYK
RGB Variations
Color information
#EED76B (or 0xEED76B) is known color: Golden Sand. HEX triplet: EE, D7 and 6B. RGB value is (238,215,107). Sum of RGB (Red+Green+Blue) = 238+215+107=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 107 (42.19% from 255 or 19.11% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EED76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED76B is #112894. Grayscale: #D2D2D2. Windows color (decimal): -1124501 or 7067630. OLE color: 7067630.
HSL color Cylindrical-coordinate representation of color #EED76B: hue angle of 49.47º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EED76B is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 215 | 107 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.07 |
| HSL | 49.47º | 0.79% | 0.68% | - |
| HSV(B) | 49.47º | 0.55% | 0.93% | - |
| XYZ | 62.21 | 67.84 | 23.73 | - |
| YUV | 209.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 215 | 107 | 0 | 0.10 | 0.55 | 0.07 | 49.47 | 0.79 | 0.68 |
| Hex | EE | D7 | 6B | 0 | A | 37 | 7 | 31 | 4F | 44 |
| Octal | 356 | 327 | 153 | 0 | 12 | 67 | 7 | 61 | 117 | 104 |
| Binary | 11101110 | 11010111 | 1101011 | 0 | 1010 | 110111 | 111 | 110001 | 1001111 | 1000100 |
Color Harmonies of #EED76B
Complementary color
Monochromatic Colors of #EED76B
Black with #EED76B
Text Example
Text Example
White with #EED76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED76B; }
p { color: rgb(238,215,107); }
H1.HeaderClassName
{
color: #EED76B;
}
.AnyTagClassName
{
color: #EED76B;
}
</style>
background-color css
<style>
a { background-color: #EED76B; }
a { background-color: rgb(238,215,107); }
div.DivClassName
{
background-color: #EED76B;
}
.BgClassName
{
background-color: #EED76B;
}
</style>
border-color css
<style>
span { border-color: #EED76B; }
span { border-color: rgb(238,215,107); }
td.TdClassName
{
border-color: #EED76B;
}
.TagClassName
{
border-color: #EED76B;
}
</style>