Shades of Golden Sand #EED36A
Tints of Golden Sand #EED36A
RGB
CMYK
RGB Variations
Color information
#EED36A (or 0xEED36A) is known color: Golden Sand. HEX triplet: EE, D3 and 6A. RGB value is (238,211,106). Sum of RGB (Red+Green+Blue) = 238+211+106=555 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.88% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 106 (41.80% from 255 or 19.10% from 555); Max value from RGB is 238 - color contains mainly: red. Hex color #EED36A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED36A is #112C95. Grayscale: #CFCFCF. Windows color (decimal): -1125526 or 7001070. OLE color: 7001070.
HSL color Cylindrical-coordinate representation of color #EED36A: hue angle of 47.73º 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 #EED36A is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 106 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 47.73º | 0.8% | 0.67% | - |
| HSV(B) | 47.73º | 0.55% | 0.93% | - |
| XYZ | 61.16 | 65.81 | 23.11 | - |
| YUV | 207.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 106 | 0 | 0.11 | 0.55 | 0.07 | 47.73 | 0.8 | 0.67 |
| Hex | EE | D3 | 6A | 0 | B | 37 | 7 | 30 | 50 | 43 |
| Octal | 356 | 323 | 152 | 0 | 13 | 67 | 7 | 60 | 120 | 103 |
| Binary | 11101110 | 11010011 | 1101010 | 0 | 1011 | 110111 | 111 | 110000 | 1010000 | 1000011 |
Color Harmonies of #EED36A
Complementary color
Monochromatic Colors of #EED36A
Black with #EED36A
Text Example
Text Example
White with #EED36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED36A; }
p { color: rgb(238,211,106); }
H1.HeaderClassName
{
color: #EED36A;
}
.AnyTagClassName
{
color: #EED36A;
}
</style>
background-color css
<style>
a { background-color: #EED36A; }
a { background-color: rgb(238,211,106); }
div.DivClassName
{
background-color: #EED36A;
}
.BgClassName
{
background-color: #EED36A;
}
</style>
border-color css
<style>
span { border-color: #EED36A; }
span { border-color: rgb(238,211,106); }
td.TdClassName
{
border-color: #EED36A;
}
.TagClassName
{
border-color: #EED36A;
}
</style>