Shades of Golden Sand #EED96B
Tints of Golden Sand #EED96B
RGB
CMYK
RGB Variations
Color information
#EED96B (or 0xEED96B) is known color: Golden Sand. HEX triplet: EE, D9 and 6B. RGB value is (238,217,107). Sum of RGB (Red+Green+Blue) = 238+217+107=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 107 (42.19% from 255 or 19.04% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EED96B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED96B is #112694. Grayscale: #D3D3D3. Windows color (decimal): -1123989 or 7068142. OLE color: 7068142.
HSL color Cylindrical-coordinate representation of color #EED96B: hue angle of 50.38º 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 #EED96B is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 217 | 107 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.07 |
| HSL | 50.38º | 0.79% | 0.68% | - |
| HSV(B) | 50.38º | 0.55% | 0.93% | - |
| XYZ | 62.73 | 68.86 | 23.9 | - |
| YUV | 210.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 217 | 107 | 0 | 0.09 | 0.55 | 0.07 | 50.38 | 0.79 | 0.68 |
| Hex | EE | D9 | 6B | 0 | 9 | 37 | 7 | 32 | 4F | 44 |
| Octal | 356 | 331 | 153 | 0 | 11 | 67 | 7 | 62 | 117 | 104 |
| Binary | 11101110 | 11011001 | 1101011 | 0 | 1001 | 110111 | 111 | 110010 | 1001111 | 1000100 |
Color Harmonies of #EED96B
Complementary color
Monochromatic Colors of #EED96B
Black with #EED96B
Text Example
Text Example
White with #EED96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED96B; }
p { color: rgb(238,217,107); }
H1.HeaderClassName
{
color: #EED96B;
}
.AnyTagClassName
{
color: #EED96B;
}
</style>
background-color css
<style>
a { background-color: #EED96B; }
a { background-color: rgb(238,217,107); }
div.DivClassName
{
background-color: #EED96B;
}
.BgClassName
{
background-color: #EED96B;
}
</style>
border-color css
<style>
span { border-color: #EED96B; }
span { border-color: rgb(238,217,107); }
td.TdClassName
{
border-color: #EED96B;
}
.TagClassName
{
border-color: #EED96B;
}
</style>