Shades of Golden Sand #E3D465
Tints of Golden Sand #E3D465
RGB
CMYK
RGB Variations
Color information
#E3D465 (or 0xE3D465) is known color: Golden Sand. HEX triplet: E3, D4 and 65. RGB value is (227,212,101). Sum of RGB (Red+Green+Blue) = 227+212+101=540 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.04% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D465 is #1C2B9A. Grayscale: #CCCCCC. Windows color (decimal): -1846171 or 6673635. OLE color: 6673635.
HSL color Cylindrical-coordinate representation of color #E3D465: hue angle of 52.86º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E3D465 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 212 | 101 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.11 |
| HSL | 52.86º | 0.69% | 0.64% | - |
| HSV(B) | 52.86º | 0.56% | 0.89% | - |
| XYZ | 57.57 | 64.36 | 21.7 | - |
| YUV | 203.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 212 | 101 | 0 | 0.07 | 0.56 | 0.11 | 52.86 | 0.69 | 0.64 |
| Hex | E3 | D4 | 65 | 0 | 7 | 38 | B | 35 | 45 | 40 |
| Octal | 343 | 324 | 145 | 0 | 7 | 70 | 13 | 65 | 105 | 100 |
| Binary | 11100011 | 11010100 | 1100101 | 0 | 111 | 111000 | 1011 | 110101 | 1000101 | 1000000 |
Color Harmonies of #E3D465
Complementary color
Monochromatic Colors of #E3D465
Black with #E3D465
Text Example
Text Example
White with #E3D465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D465; }
p { color: rgb(227,212,101); }
H1.HeaderClassName
{
color: #E3D465;
}
.AnyTagClassName
{
color: #E3D465;
}
</style>
background-color css
<style>
a { background-color: #E3D465; }
a { background-color: rgb(227,212,101); }
div.DivClassName
{
background-color: #E3D465;
}
.BgClassName
{
background-color: #E3D465;
}
</style>
border-color css
<style>
span { border-color: #E3D465; }
span { border-color: rgb(227,212,101); }
td.TdClassName
{
border-color: #E3D465;
}
.TagClassName
{
border-color: #E3D465;
}
</style>