Shades of Golden Sand #EED56B
Tints of Golden Sand #EED56B
RGB
CMYK
RGB Variations
Color information
#EED56B (or 0xEED56B) is known color: Golden Sand. HEX triplet: EE, D5 and 6B. RGB value is (238,213,107). Sum of RGB (Red+Green+Blue) = 238+213+107=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 107 (42.19% from 255 or 19.18% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED56B is #112A94. Grayscale: #D0D0D0. Windows color (decimal): -1125013 or 7067118. OLE color: 7067118.
HSL color Cylindrical-coordinate representation of color #EED56B: hue angle of 48.55º 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 #EED56B is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 107 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 48.55º | 0.79% | 0.68% | - |
| HSV(B) | 48.55º | 0.55% | 0.93% | - |
| XYZ | 61.71 | 66.83 | 23.56 | - |
| YUV | 208.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 107 | 0 | 0.11 | 0.55 | 0.07 | 48.55 | 0.79 | 0.68 |
| Hex | EE | D5 | 6B | 0 | B | 37 | 7 | 31 | 4F | 44 |
| Octal | 356 | 325 | 153 | 0 | 13 | 67 | 7 | 61 | 117 | 104 |
| Binary | 11101110 | 11010101 | 1101011 | 0 | 1011 | 110111 | 111 | 110001 | 1001111 | 1000100 |
Color Harmonies of #EED56B
Complementary color
Monochromatic Colors of #EED56B
Black with #EED56B
Text Example
Text Example
White with #EED56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED56B; }
p { color: rgb(238,213,107); }
H1.HeaderClassName
{
color: #EED56B;
}
.AnyTagClassName
{
color: #EED56B;
}
</style>
background-color css
<style>
a { background-color: #EED56B; }
a { background-color: rgb(238,213,107); }
div.DivClassName
{
background-color: #EED56B;
}
.BgClassName
{
background-color: #EED56B;
}
</style>
border-color css
<style>
span { border-color: #EED56B; }
span { border-color: rgb(238,213,107); }
td.TdClassName
{
border-color: #EED56B;
}
.TagClassName
{
border-color: #EED56B;
}
</style>