Shades of Golden Sand #E4C565
Tints of Golden Sand #E4C565
RGB
CMYK
RGB Variations
Color information
#E4C565 (or 0xE4C565) is known color: Golden Sand. HEX triplet: E4, C5 and 65. RGB value is (228,197,101). Sum of RGB (Red+Green+Blue) = 228+197+101=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C565 is #1B3A9A. Grayscale: #C3C3C3. Windows color (decimal): -1784475 or 6669796. OLE color: 6669796.
HSL color Cylindrical-coordinate representation of color #E4C565: hue angle of 45.35º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E4C565 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 197 | 101 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.11 |
| HSL | 45.35º | 0.7% | 0.65% | - |
| HSV(B) | 45.35º | 0.56% | 0.89% | - |
| XYZ | 54.31 | 57.37 | 20.52 | - |
| YUV | 195.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 197 | 101 | 0 | 0.14 | 0.56 | 0.11 | 45.35 | 0.7 | 0.65 |
| Hex | E4 | C5 | 65 | 0 | E | 38 | B | 2D | 46 | 41 |
| Octal | 344 | 305 | 145 | 0 | 16 | 70 | 13 | 55 | 106 | 101 |
| Binary | 11100100 | 11000101 | 1100101 | 0 | 1110 | 111000 | 1011 | 101101 | 1000110 | 1000001 |
Color Harmonies of #E4C565
Complementary color
Monochromatic Colors of #E4C565
Black with #E4C565
Text Example
Text Example
White with #E4C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C565; }
p { color: rgb(228,197,101); }
H1.HeaderClassName
{
color: #E4C565;
}
.AnyTagClassName
{
color: #E4C565;
}
</style>
background-color css
<style>
a { background-color: #E4C565; }
a { background-color: rgb(228,197,101); }
div.DivClassName
{
background-color: #E4C565;
}
.BgClassName
{
background-color: #E4C565;
}
</style>
border-color css
<style>
span { border-color: #E4C565; }
span { border-color: rgb(228,197,101); }
td.TdClassName
{
border-color: #E4C565;
}
.TagClassName
{
border-color: #E4C565;
}
</style>