Shades of Golden Sand #E7D568
Tints of Golden Sand #E7D568
RGB
CMYK
RGB Variations
Color information
#E7D568 (or 0xE7D568) is known color: Golden Sand. HEX triplet: E7, D5 and 68. RGB value is (231,213,104). Sum of RGB (Red+Green+Blue) = 231+213+104=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D568 is #182A97. Grayscale: #CECECE. Windows color (decimal): -1583768 or 6870503. OLE color: 6870503.
HSL color Cylindrical-coordinate representation of color #E7D568: hue angle of 51.5º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7D568 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 213 | 104 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.09 |
| HSL | 51.5º | 0.73% | 0.66% | - |
| HSV(B) | 51.5º | 0.55% | 0.91% | - |
| XYZ | 59.25 | 65.58 | 22.63 | - |
| YUV | 205.96 | 70.46 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 213 | 104 | 0 | 0.08 | 0.55 | 0.09 | 51.5 | 0.73 | 0.66 |
| Hex | E7 | D5 | 68 | 0 | 8 | 37 | 9 | 33 | 49 | 42 |
| Octal | 347 | 325 | 150 | 0 | 10 | 67 | 11 | 63 | 111 | 102 |
| Binary | 11100111 | 11010101 | 1101000 | 0 | 1000 | 110111 | 1001 | 110011 | 1001001 | 1000010 |
Color Harmonies of #E7D568
Complementary color
Monochromatic Colors of #E7D568
Black with #E7D568
Text Example
Text Example
White with #E7D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D568; }
p { color: rgb(231,213,104); }
H1.HeaderClassName
{
color: #E7D568;
}
.AnyTagClassName
{
color: #E7D568;
}
</style>
background-color css
<style>
a { background-color: #E7D568; }
a { background-color: rgb(231,213,104); }
div.DivClassName
{
background-color: #E7D568;
}
.BgClassName
{
background-color: #E7D568;
}
</style>
border-color css
<style>
span { border-color: #E7D568; }
span { border-color: rgb(231,213,104); }
td.TdClassName
{
border-color: #E7D568;
}
.TagClassName
{
border-color: #E7D568;
}
</style>