Shades of Golden Sand #E7D263
Tints of Golden Sand #E7D263
RGB
CMYK
RGB Variations
Color information
#E7D263 (or 0xE7D263) is known color: Golden Sand. HEX triplet: E7, D2 and 63. RGB value is (231,210,99). Sum of RGB (Red+Green+Blue) = 231+210+99=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 99 (39.06% from 255 or 18.33% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D263 is #182D9C. Grayscale: #CCCCCC. Windows color (decimal): -1584541 or 6542055. OLE color: 6542055.
HSL color Cylindrical-coordinate representation of color #E7D263: hue angle of 50.45º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E7D263 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 210 | 99 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.09 |
| HSL | 50.45º | 0.73% | 0.65% | - |
| HSV(B) | 50.45º | 0.57% | 0.91% | - |
| XYZ | 58.25 | 63.98 | 21.08 | - |
| YUV | 203.63 | 68.96 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 210 | 99 | 0 | 0.09 | 0.57 | 0.09 | 50.45 | 0.73 | 0.65 |
| Hex | E7 | D2 | 63 | 0 | 9 | 39 | 9 | 32 | 49 | 41 |
| Octal | 347 | 322 | 143 | 0 | 11 | 71 | 11 | 62 | 111 | 101 |
| Binary | 11100111 | 11010010 | 1100011 | 0 | 1001 | 111001 | 1001 | 110010 | 1001001 | 1000001 |
Color Harmonies of #E7D263
Complementary color
Monochromatic Colors of #E7D263
Black with #E7D263
Text Example
Text Example
White with #E7D263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D263; }
p { color: rgb(231,210,99); }
H1.HeaderClassName
{
color: #E7D263;
}
.AnyTagClassName
{
color: #E7D263;
}
</style>
background-color css
<style>
a { background-color: #E7D263; }
a { background-color: rgb(231,210,99); }
div.DivClassName
{
background-color: #E7D263;
}
.BgClassName
{
background-color: #E7D263;
}
</style>
border-color css
<style>
span { border-color: #E7D263; }
span { border-color: rgb(231,210,99); }
td.TdClassName
{
border-color: #E7D263;
}
.TagClassName
{
border-color: #E7D263;
}
</style>