Shades of Golden Sand #E7D367
Tints of Golden Sand #E7D367
RGB
CMYK
RGB Variations
Color information
#E7D367 (or 0xE7D367) is known color: Golden Sand. HEX triplet: E7, D3 and 67. RGB value is (231,211,103). Sum of RGB (Red+Green+Blue) = 231+211+103=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 103 (40.62% from 255 or 18.90% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D367 is #182C98. Grayscale: #CDCDCD. Windows color (decimal): -1584281 or 6804455. OLE color: 6804455.
HSL color Cylindrical-coordinate representation of color #E7D367: hue angle of 50.62º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7D367 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 211 | 103 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.09 |
| HSL | 50.63º | 0.73% | 0.65% | - |
| HSV(B) | 50.63º | 0.55% | 0.91% | - |
| XYZ | 58.7 | 64.56 | 22.2 | - |
| YUV | 204.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 211 | 103 | 0 | 0.09 | 0.55 | 0.09 | 50.63 | 0.73 | 0.65 |
| Hex | E7 | D3 | 67 | 0 | 9 | 37 | 9 | 33 | 49 | 41 |
| Octal | 347 | 323 | 147 | 0 | 11 | 67 | 11 | 63 | 111 | 101 |
| Binary | 11100111 | 11010011 | 1100111 | 0 | 1001 | 110111 | 1001 | 110011 | 1001001 | 1000001 |
Color Harmonies of #E7D367
Complementary color
Monochromatic Colors of #E7D367
Black with #E7D367
Text Example
Text Example
White with #E7D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D367; }
p { color: rgb(231,211,103); }
H1.HeaderClassName
{
color: #E7D367;
}
.AnyTagClassName
{
color: #E7D367;
}
</style>
background-color css
<style>
a { background-color: #E7D367; }
a { background-color: rgb(231,211,103); }
div.DivClassName
{
background-color: #E7D367;
}
.BgClassName
{
background-color: #E7D367;
}
</style>
border-color css
<style>
span { border-color: #E7D367; }
span { border-color: rgb(231,211,103); }
td.TdClassName
{
border-color: #E7D367;
}
.TagClassName
{
border-color: #E7D367;
}
</style>