Shades of Golden Sand #E3D066
Tints of Golden Sand #E3D066
RGB
CMYK
RGB Variations
Color information
#E3D066 (or 0xE3D066) is known color: Golden Sand. HEX triplet: E3, D0 and 66. RGB value is (227,208,102). Sum of RGB (Red+Green+Blue) = 227+208+102=537 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.27% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 102 (40.23% from 255 or 18.99% from 537); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D066 is #1C2F99. Grayscale: #CACACA. Windows color (decimal): -1847194 or 6738147. OLE color: 6738147.
HSL color Cylindrical-coordinate representation of color #E3D066: hue angle of 50.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E3D066 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 102 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.11 |
| HSL | 50.88º | 0.69% | 0.65% | - |
| HSV(B) | 50.88º | 0.55% | 0.89% | - |
| XYZ | 56.63 | 62.4 | 21.63 | - |
| YUV | 201.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 102 | 0 | 0.08 | 0.55 | 0.11 | 50.88 | 0.69 | 0.65 |
| Hex | E3 | D0 | 66 | 0 | 8 | 37 | B | 33 | 45 | 41 |
| Octal | 343 | 320 | 146 | 0 | 10 | 67 | 13 | 63 | 105 | 101 |
| Binary | 11100011 | 11010000 | 1100110 | 0 | 1000 | 110111 | 1011 | 110011 | 1000101 | 1000001 |
Color Harmonies of #E3D066
Complementary color
Monochromatic Colors of #E3D066
Black with #E3D066
Text Example
Text Example
White with #E3D066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D066; }
p { color: rgb(227,208,102); }
H1.HeaderClassName
{
color: #E3D066;
}
.AnyTagClassName
{
color: #E3D066;
}
</style>
background-color css
<style>
a { background-color: #E3D066; }
a { background-color: rgb(227,208,102); }
div.DivClassName
{
background-color: #E3D066;
}
.BgClassName
{
background-color: #E3D066;
}
</style>
border-color css
<style>
span { border-color: #E3D066; }
span { border-color: rgb(227,208,102); }
td.TdClassName
{
border-color: #E3D066;
}
.TagClassName
{
border-color: #E3D066;
}
</style>