Shades of Golden Sand #E4C465
Tints of Golden Sand #E4C465
RGB
CMYK
RGB Variations
Color information
#E4C465 (or 0xE4C465) is known color: Golden Sand. HEX triplet: E4, C4 and 65. RGB value is (228,196,101). Sum of RGB (Red+Green+Blue) = 228+196+101=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C465 is #1B3B9A. Grayscale: #C3C3C3. Windows color (decimal): -1784731 or 6669540. OLE color: 6669540.
HSL color Cylindrical-coordinate representation of color #E4C465: hue angle of 44.88º 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 #E4C465 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 196 | 101 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.11 |
| HSL | 44.88º | 0.7% | 0.65% | - |
| HSV(B) | 44.88º | 0.56% | 0.89% | - |
| XYZ | 54.08 | 56.91 | 20.45 | - |
| YUV | 194.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 196 | 101 | 0 | 0.14 | 0.56 | 0.11 | 44.88 | 0.7 | 0.65 |
| Hex | E4 | C4 | 65 | 0 | E | 38 | B | 2D | 46 | 41 |
| Octal | 344 | 304 | 145 | 0 | 16 | 70 | 13 | 55 | 106 | 101 |
| Binary | 11100100 | 11000100 | 1100101 | 0 | 1110 | 111000 | 1011 | 101101 | 1000110 | 1000001 |
Color Harmonies of #E4C465
Complementary color
Monochromatic Colors of #E4C465
Black with #E4C465
Text Example
Text Example
White with #E4C465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C465; }
p { color: rgb(228,196,101); }
H1.HeaderClassName
{
color: #E4C465;
}
.AnyTagClassName
{
color: #E4C465;
}
</style>
background-color css
<style>
a { background-color: #E4C465; }
a { background-color: rgb(228,196,101); }
div.DivClassName
{
background-color: #E4C465;
}
.BgClassName
{
background-color: #E4C465;
}
</style>
border-color css
<style>
span { border-color: #E4C465; }
span { border-color: rgb(228,196,101); }
td.TdClassName
{
border-color: #E4C465;
}
.TagClassName
{
border-color: #E4C465;
}
</style>