Shades of Golden Sand #EED374
Tints of Golden Sand #EED374
RGB
CMYK
RGB Variations
Color information
#EED374 (or 0xEED374) is known color: Golden Sand. HEX triplet: EE, D3 and 74. RGB value is (238,211,116). Sum of RGB (Red+Green+Blue) = 238+211+116=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EED374 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED374 is #112C8B. Grayscale: #D0D0D0. Windows color (decimal): -1125516 or 7656430. OLE color: 7656430.
HSL color Cylindrical-coordinate representation of color #EED374: hue angle of 46.72º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EED374 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 116 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.07 |
| HSL | 46.72º | 0.78% | 0.69% | - |
| HSV(B) | 46.72º | 0.51% | 0.93% | - |
| XYZ | 61.71 | 66.03 | 26.02 | - |
| YUV | 208.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 116 | 0 | 0.11 | 0.51 | 0.07 | 46.72 | 0.78 | 0.69 |
| Hex | EE | D3 | 74 | 0 | B | 33 | 7 | 2F | 4E | 45 |
| Octal | 356 | 323 | 164 | 0 | 13 | 63 | 7 | 57 | 116 | 105 |
| Binary | 11101110 | 11010011 | 1110100 | 0 | 1011 | 110011 | 111 | 101111 | 1001110 | 1000101 |
Color Harmonies of #EED374
Complementary color
Monochromatic Colors of #EED374
Black with #EED374
Text Example
Text Example
White with #EED374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED374; }
p { color: rgb(238,211,116); }
H1.HeaderClassName
{
color: #EED374;
}
.AnyTagClassName
{
color: #EED374;
}
</style>
background-color css
<style>
a { background-color: #EED374; }
a { background-color: rgb(238,211,116); }
div.DivClassName
{
background-color: #EED374;
}
.BgClassName
{
background-color: #EED374;
}
</style>
border-color css
<style>
span { border-color: #EED374; }
span { border-color: rgb(238,211,116); }
td.TdClassName
{
border-color: #EED374;
}
.TagClassName
{
border-color: #EED374;
}
</style>