Shades of Golden Sand #EED364
Tints of Golden Sand #EED364
RGB
CMYK
RGB Variations
Color information
#EED364 (or 0xEED364) is known color: Golden Sand. HEX triplet: EE, D3 and 64. RGB value is (238,211,100). Sum of RGB (Red+Green+Blue) = 238+211+100=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 100 (39.45% from 255 or 18.21% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EED364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED364 is #112C9B. Grayscale: #CECECE. Windows color (decimal): -1125532 or 6607854. OLE color: 6607854.
HSL color Cylindrical-coordinate representation of color #EED364: hue angle of 48.26º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EED364 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 100 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.07 |
| HSL | 48.26º | 0.8% | 0.66% | - |
| HSV(B) | 48.26º | 0.58% | 0.93% | - |
| XYZ | 60.85 | 65.69 | 21.53 | - |
| YUV | 206.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 100 | 0 | 0.11 | 0.58 | 0.07 | 48.26 | 0.8 | 0.66 |
| Hex | EE | D3 | 64 | 0 | B | 3A | 7 | 30 | 50 | 42 |
| Octal | 356 | 323 | 144 | 0 | 13 | 72 | 7 | 60 | 120 | 102 |
| Binary | 11101110 | 11010011 | 1100100 | 0 | 1011 | 111010 | 111 | 110000 | 1010000 | 1000010 |
Color Harmonies of #EED364
Complementary color
Monochromatic Colors of #EED364
Black with #EED364
Text Example
Text Example
White with #EED364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED364; }
p { color: rgb(238,211,100); }
H1.HeaderClassName
{
color: #EED364;
}
.AnyTagClassName
{
color: #EED364;
}
</style>
background-color css
<style>
a { background-color: #EED364; }
a { background-color: rgb(238,211,100); }
div.DivClassName
{
background-color: #EED364;
}
.BgClassName
{
background-color: #EED364;
}
</style>
border-color css
<style>
span { border-color: #EED364; }
span { border-color: rgb(238,211,100); }
td.TdClassName
{
border-color: #EED364;
}
.TagClassName
{
border-color: #EED364;
}
</style>