Shades of Golden Sand #E1CB64
Tints of Golden Sand #E1CB64
RGB
CMYK
RGB Variations
Color information
#E1CB64 (or 0xE1CB64) is known color: Golden Sand. HEX triplet: E1, CB and 64. RGB value is (225,203,100). Sum of RGB (Red+Green+Blue) = 225+203+100=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB64 is #1E349B. Grayscale: #C6C6C6. Windows color (decimal): -1979548 or 6605793. OLE color: 6605793.
HSL color Cylindrical-coordinate representation of color #E1CB64: hue angle of 49.44º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E1CB64 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 100 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.12 |
| HSL | 49.44º | 0.68% | 0.64% | - |
| HSV(B) | 49.44º | 0.56% | 0.88% | - |
| XYZ | 54.71 | 59.64 | 20.68 | - |
| YUV | 197.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 100 | 0 | 0.10 | 0.56 | 0.12 | 49.44 | 0.68 | 0.64 |
| Hex | E1 | CB | 64 | 0 | A | 38 | C | 31 | 44 | 40 |
| Octal | 341 | 313 | 144 | 0 | 12 | 70 | 14 | 61 | 104 | 100 |
| Binary | 11100001 | 11001011 | 1100100 | 0 | 1010 | 111000 | 1100 | 110001 | 1000100 | 1000000 |
Color Harmonies of #E1CB64
Complementary color
Monochromatic Colors of #E1CB64
Black with #E1CB64
Text Example
Text Example
White with #E1CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB64; }
p { color: rgb(225,203,100); }
H1.HeaderClassName
{
color: #E1CB64;
}
.AnyTagClassName
{
color: #E1CB64;
}
</style>
background-color css
<style>
a { background-color: #E1CB64; }
a { background-color: rgb(225,203,100); }
div.DivClassName
{
background-color: #E1CB64;
}
.BgClassName
{
background-color: #E1CB64;
}
</style>
border-color css
<style>
span { border-color: #E1CB64; }
span { border-color: rgb(225,203,100); }
td.TdClassName
{
border-color: #E1CB64;
}
.TagClassName
{
border-color: #E1CB64;
}
</style>