Shades of Golden Sand #E3C765
Tints of Golden Sand #E3C765
RGB
CMYK
RGB Variations
Color information
#E3C765 (or 0xE3C765) is known color: Golden Sand. HEX triplet: E3, C7 and 65. RGB value is (227,199,101). Sum of RGB (Red+Green+Blue) = 227+199+101=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C765 is #1C389A. Grayscale: #C4C4C4. Windows color (decimal): -1849499 or 6670307. OLE color: 6670307.
HSL color Cylindrical-coordinate representation of color #E3C765: hue angle of 46.67º 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 #E3C765 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 199 | 101 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.11 |
| HSL | 46.67º | 0.69% | 0.64% | - |
| HSV(B) | 46.67º | 0.56% | 0.89% | - |
| XYZ | 54.45 | 58.12 | 20.66 | - |
| YUV | 196.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 199 | 101 | 0 | 0.12 | 0.56 | 0.11 | 46.67 | 0.69 | 0.64 |
| Hex | E3 | C7 | 65 | 0 | C | 38 | B | 2F | 45 | 40 |
| Octal | 343 | 307 | 145 | 0 | 14 | 70 | 13 | 57 | 105 | 100 |
| Binary | 11100011 | 11000111 | 1100101 | 0 | 1100 | 111000 | 1011 | 101111 | 1000101 | 1000000 |
Color Harmonies of #E3C765
Complementary color
Monochromatic Colors of #E3C765
Black with #E3C765
Text Example
Text Example
White with #E3C765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3C765; }
p { color: rgb(227,199,101); }
H1.HeaderClassName
{
color: #E3C765;
}
.AnyTagClassName
{
color: #E3C765;
}
</style>
background-color css
<style>
a { background-color: #E3C765; }
a { background-color: rgb(227,199,101); }
div.DivClassName
{
background-color: #E3C765;
}
.BgClassName
{
background-color: #E3C765;
}
</style>
border-color css
<style>
span { border-color: #E3C765; }
span { border-color: rgb(227,199,101); }
td.TdClassName
{
border-color: #E3C765;
}
.TagClassName
{
border-color: #E3C765;
}
</style>