Shades of Golden Sand #EED56A
Tints of Golden Sand #EED56A
RGB
CMYK
RGB Variations
Color information
#EED56A (or 0xEED56A) is known color: Golden Sand. HEX triplet: EE, D5 and 6A. RGB value is (238,213,106). Sum of RGB (Red+Green+Blue) = 238+213+106=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EED56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED56A is #112A95. Grayscale: #D0D0D0. Windows color (decimal): -1125014 or 7001582. OLE color: 7001582.
HSL color Cylindrical-coordinate representation of color #EED56A: hue angle of 48.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EED56A is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 213 | 106 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 48.64º | 0.8% | 0.67% | - |
| HSV(B) | 48.64º | 0.55% | 0.93% | - |
| XYZ | 61.66 | 66.81 | 23.28 | - |
| YUV | 208.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 213 | 106 | 0 | 0.11 | 0.55 | 0.07 | 48.64 | 0.8 | 0.67 |
| Hex | EE | D5 | 6A | 0 | B | 37 | 7 | 31 | 50 | 43 |
| Octal | 356 | 325 | 152 | 0 | 13 | 67 | 7 | 61 | 120 | 103 |
| Binary | 11101110 | 11010101 | 1101010 | 0 | 1011 | 110111 | 111 | 110001 | 1010000 | 1000011 |
Color Harmonies of #EED56A
Complementary color
Monochromatic Colors of #EED56A
Black with #EED56A
Text Example
Text Example
White with #EED56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED56A; }
p { color: rgb(238,213,106); }
H1.HeaderClassName
{
color: #EED56A;
}
.AnyTagClassName
{
color: #EED56A;
}
</style>
background-color css
<style>
a { background-color: #EED56A; }
a { background-color: rgb(238,213,106); }
div.DivClassName
{
background-color: #EED56A;
}
.BgClassName
{
background-color: #EED56A;
}
</style>
border-color css
<style>
span { border-color: #EED56A; }
span { border-color: rgb(238,213,106); }
td.TdClassName
{
border-color: #EED56A;
}
.TagClassName
{
border-color: #EED56A;
}
</style>