Shades of Golden Sand #EED46E
Tints of Golden Sand #EED46E
RGB
CMYK
RGB Variations
Color information
#EED46E (or 0xEED46E) is known color: Golden Sand. HEX triplet: EE, D4 and 6E. RGB value is (238,212,110). Sum of RGB (Red+Green+Blue) = 238+212+110=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 110 (43.36% from 255 or 19.64% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EED46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED46E is #112B91. Grayscale: #D0D0D0. Windows color (decimal): -1125266 or 7263470. OLE color: 7263470.
HSL color Cylindrical-coordinate representation of color #EED46E: hue angle of 47.81º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EED46E is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 110 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.07 |
| HSL | 47.81º | 0.79% | 0.68% | - |
| HSV(B) | 47.81º | 0.54% | 0.93% | - |
| XYZ | 61.62 | 66.39 | 24.32 | - |
| YUV | 208.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 110 | 0 | 0.11 | 0.54 | 0.07 | 47.81 | 0.79 | 0.68 |
| Hex | EE | D4 | 6E | 0 | B | 36 | 7 | 30 | 4F | 44 |
| Octal | 356 | 324 | 156 | 0 | 13 | 66 | 7 | 60 | 117 | 104 |
| Binary | 11101110 | 11010100 | 1101110 | 0 | 1011 | 110110 | 111 | 110000 | 1001111 | 1000100 |
Color Harmonies of #EED46E
Complementary color
Monochromatic Colors of #EED46E
Black with #EED46E
Text Example
Text Example
White with #EED46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED46E; }
p { color: rgb(238,212,110); }
H1.HeaderClassName
{
color: #EED46E;
}
.AnyTagClassName
{
color: #EED46E;
}
</style>
background-color css
<style>
a { background-color: #EED46E; }
a { background-color: rgb(238,212,110); }
div.DivClassName
{
background-color: #EED46E;
}
.BgClassName
{
background-color: #EED46E;
}
</style>
border-color css
<style>
span { border-color: #EED46E; }
span { border-color: rgb(238,212,110); }
td.TdClassName
{
border-color: #EED46E;
}
.TagClassName
{
border-color: #EED46E;
}
</style>