Shades of Golden Sand #E7D667
Tints of Golden Sand #E7D667
RGB
CMYK
RGB Variations
Color information
#E7D667 (or 0xE7D667) is known color: Golden Sand. HEX triplet: E7, D6 and 67. RGB value is (231,214,103). Sum of RGB (Red+Green+Blue) = 231+214+103=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 103 (40.62% from 255 or 18.80% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D667 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D667 is #182998. Grayscale: #CECECE. Windows color (decimal): -1583513 or 6805223. OLE color: 6805223.
HSL color Cylindrical-coordinate representation of color #E7D667: hue angle of 52.03º 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 #E7D667 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 214 | 103 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.09 |
| HSL | 52.03º | 0.73% | 0.65% | - |
| HSV(B) | 52.03º | 0.55% | 0.91% | - |
| XYZ | 59.45 | 66.06 | 22.45 | - |
| YUV | 206.43 | 69.63 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 214 | 103 | 0 | 0.07 | 0.55 | 0.09 | 52.03 | 0.73 | 0.65 |
| Hex | E7 | D6 | 67 | 0 | 7 | 37 | 9 | 34 | 49 | 41 |
| Octal | 347 | 326 | 147 | 0 | 7 | 67 | 11 | 64 | 111 | 101 |
| Binary | 11100111 | 11010110 | 1100111 | 0 | 111 | 110111 | 1001 | 110100 | 1001001 | 1000001 |
Color Harmonies of #E7D667
Complementary color
Monochromatic Colors of #E7D667
Black with #E7D667
Text Example
Text Example
White with #E7D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D667; }
p { color: rgb(231,214,103); }
H1.HeaderClassName
{
color: #E7D667;
}
.AnyTagClassName
{
color: #E7D667;
}
</style>
background-color css
<style>
a { background-color: #E7D667; }
a { background-color: rgb(231,214,103); }
div.DivClassName
{
background-color: #E7D667;
}
.BgClassName
{
background-color: #E7D667;
}
</style>
border-color css
<style>
span { border-color: #E7D667; }
span { border-color: rgb(231,214,103); }
td.TdClassName
{
border-color: #E7D667;
}
.TagClassName
{
border-color: #E7D667;
}
</style>