Shades of Golden Sand #E1D262
Tints of Golden Sand #E1D262
RGB
CMYK
RGB Variations
Color information
#E1D262 (or 0xE1D262) is known color: Golden Sand. HEX triplet: E1, D2 and 62. RGB value is (225,210,98). Sum of RGB (Red+Green+Blue) = 225+210+98=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D262 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D262 is #1E2D9D. Grayscale: #CACACA. Windows color (decimal): -1977758 or 6476513. OLE color: 6476513.
HSL color Cylindrical-coordinate representation of color #E1D262: hue angle of 52.91º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1D262 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 210 | 98 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.12 |
| HSL | 52.91º | 0.68% | 0.63% | - |
| HSV(B) | 52.91º | 0.56% | 0.88% | - |
| XYZ | 56.3 | 62.98 | 20.74 | - |
| YUV | 201.72 | 69.47 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 210 | 98 | 0 | 0.07 | 0.56 | 0.12 | 52.91 | 0.68 | 0.63 |
| Hex | E1 | D2 | 62 | 0 | 7 | 38 | C | 35 | 44 | 3F |
| Octal | 341 | 322 | 142 | 0 | 7 | 70 | 14 | 65 | 104 | 77 |
| Binary | 11100001 | 11010010 | 1100010 | 0 | 111 | 111000 | 1100 | 110101 | 1000100 | 111111 |
Color Harmonies of #E1D262
Complementary color
Monochromatic Colors of #E1D262
Black with #E1D262
Text Example
Text Example
White with #E1D262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D262; }
p { color: rgb(225,210,98); }
H1.HeaderClassName
{
color: #E1D262;
}
.AnyTagClassName
{
color: #E1D262;
}
</style>
background-color css
<style>
a { background-color: #E1D262; }
a { background-color: rgb(225,210,98); }
div.DivClassName
{
background-color: #E1D262;
}
.BgClassName
{
background-color: #E1D262;
}
</style>
border-color css
<style>
span { border-color: #E1D262; }
span { border-color: rgb(225,210,98); }
td.TdClassName
{
border-color: #E1D262;
}
.TagClassName
{
border-color: #E1D262;
}
</style>