Shades of Golden Sand #E2D263
Tints of Golden Sand #E2D263
RGB
CMYK
RGB Variations
Color information
#E2D263 (or 0xE2D263) is known color: Golden Sand. HEX triplet: E2, D2 and 63. RGB value is (226,210,99). Sum of RGB (Red+Green+Blue) = 226+210+99=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D263 is #1D2D9C. Grayscale: #CACACA. Windows color (decimal): -1912221 or 6542050. OLE color: 6542050.
HSL color Cylindrical-coordinate representation of color #E2D263: hue angle of 52.44º 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 #E2D263 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 210 | 99 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.11 |
| HSL | 52.44º | 0.69% | 0.64% | - |
| HSV(B) | 52.44º | 0.56% | 0.89% | - |
| XYZ | 56.66 | 63.16 | 21.01 | - |
| YUV | 202.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 210 | 99 | 0 | 0.07 | 0.56 | 0.11 | 52.44 | 0.69 | 0.64 |
| Hex | E2 | D2 | 63 | 0 | 7 | 38 | B | 34 | 45 | 40 |
| Octal | 342 | 322 | 143 | 0 | 7 | 70 | 13 | 64 | 105 | 100 |
| Binary | 11100010 | 11010010 | 1100011 | 0 | 111 | 111000 | 1011 | 110100 | 1000101 | 1000000 |
Color Harmonies of #E2D263
Complementary color
Monochromatic Colors of #E2D263
Black with #E2D263
Text Example
Text Example
White with #E2D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D263; }
p { color: rgb(226,210,99); }
H1.HeaderClassName
{
color: #E2D263;
}
.AnyTagClassName
{
color: #E2D263;
}
</style>
background-color css
<style>
a { background-color: #E2D263; }
a { background-color: rgb(226,210,99); }
div.DivClassName
{
background-color: #E2D263;
}
.BgClassName
{
background-color: #E2D263;
}
</style>
border-color css
<style>
span { border-color: #E2D263; }
span { border-color: rgb(226,210,99); }
td.TdClassName
{
border-color: #E2D263;
}
.TagClassName
{
border-color: #E2D263;
}
</style>