Shades of Golden Sand #EED46C
Tints of Golden Sand #EED46C
RGB
CMYK
RGB Variations
Color information
#EED46C (or 0xEED46C) is known color: Golden Sand. HEX triplet: EE, D4 and 6C. RGB value is (238,212,108). Sum of RGB (Red+Green+Blue) = 238+212+108=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EED46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED46C is #112B93. Grayscale: #D0D0D0. Windows color (decimal): -1125268 or 7132398. OLE color: 7132398.
HSL color Cylindrical-coordinate representation of color #EED46C: hue angle of 48º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EED46C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 108 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.07 |
| HSL | 48º | 0.79% | 0.68% | - |
| HSV(B) | 48º | 0.55% | 0.93% | - |
| XYZ | 61.51 | 66.35 | 23.75 | - |
| YUV | 207.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 108 | 0 | 0.11 | 0.55 | 0.07 | 48 | 0.79 | 0.68 |
| Hex | EE | D4 | 6C | 0 | B | 37 | 7 | 30 | 4F | 44 |
| Octal | 356 | 324 | 154 | 0 | 13 | 67 | 7 | 60 | 117 | 104 |
| Binary | 11101110 | 11010100 | 1101100 | 0 | 1011 | 110111 | 111 | 110000 | 1001111 | 1000100 |
Color Harmonies of #EED46C
Complementary color
Monochromatic Colors of #EED46C
Black with #EED46C
Text Example
Text Example
White with #EED46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED46C; }
p { color: rgb(238,212,108); }
H1.HeaderClassName
{
color: #EED46C;
}
.AnyTagClassName
{
color: #EED46C;
}
</style>
background-color css
<style>
a { background-color: #EED46C; }
a { background-color: rgb(238,212,108); }
div.DivClassName
{
background-color: #EED46C;
}
.BgClassName
{
background-color: #EED46C;
}
</style>
border-color css
<style>
span { border-color: #EED46C; }
span { border-color: rgb(238,212,108); }
td.TdClassName
{
border-color: #EED46C;
}
.TagClassName
{
border-color: #EED46C;
}
</style>