Shades of Golden Sand #EED46A
Tints of Golden Sand #EED46A
RGB
CMYK
RGB Variations
Color information
#EED46A (or 0xEED46A) is known color: Golden Sand. HEX triplet: EE, D4 and 6A. RGB value is (238,212,106). Sum of RGB (Red+Green+Blue) = 238+212+106=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 106 (41.80% from 255 or 19.06% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EED46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED46A is #112B95. Grayscale: #D0D0D0. Windows color (decimal): -1125270 or 7001326. OLE color: 7001326.
HSL color Cylindrical-coordinate representation of color #EED46A: hue angle of 48.18º 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 #EED46A is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 106 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 48.18º | 0.8% | 0.67% | - |
| HSV(B) | 48.18º | 0.55% | 0.93% | - |
| XYZ | 61.4 | 66.3 | 23.2 | - |
| YUV | 207.69 | 70.61 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 106 | 0 | 0.11 | 0.55 | 0.07 | 48.18 | 0.8 | 0.67 |
| Hex | EE | D4 | 6A | 0 | B | 37 | 7 | 30 | 50 | 43 |
| Octal | 356 | 324 | 152 | 0 | 13 | 67 | 7 | 60 | 120 | 103 |
| Binary | 11101110 | 11010100 | 1101010 | 0 | 1011 | 110111 | 111 | 110000 | 1010000 | 1000011 |
Color Harmonies of #EED46A
Complementary color
Monochromatic Colors of #EED46A
Black with #EED46A
Text Example
Text Example
White with #EED46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED46A; }
p { color: rgb(238,212,106); }
H1.HeaderClassName
{
color: #EED46A;
}
.AnyTagClassName
{
color: #EED46A;
}
</style>
background-color css
<style>
a { background-color: #EED46A; }
a { background-color: rgb(238,212,106); }
div.DivClassName
{
background-color: #EED46A;
}
.BgClassName
{
background-color: #EED46A;
}
</style>
border-color css
<style>
span { border-color: #EED46A; }
span { border-color: rgb(238,212,106); }
td.TdClassName
{
border-color: #EED46A;
}
.TagClassName
{
border-color: #EED46A;
}
</style>