Shades of Golden Sand #E1CB68
Tints of Golden Sand #E1CB68
RGB
CMYK
RGB Variations
Color information
#E1CB68 (or 0xE1CB68) is known color: Golden Sand. HEX triplet: E1, CB and 68. RGB value is (225,203,104). Sum of RGB (Red+Green+Blue) = 225+203+104=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB68 is #1E3497. Grayscale: #C6C6C6. Windows color (decimal): -1979544 or 6867937. OLE color: 6867937.
HSL color Cylindrical-coordinate representation of color #E1CB68: hue angle of 49.09º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1CB68 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 104 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.12 |
| HSL | 49.09º | 0.67% | 0.65% | - |
| HSV(B) | 49.09º | 0.54% | 0.88% | - |
| XYZ | 54.91 | 59.72 | 21.73 | - |
| YUV | 198.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 104 | 0 | 0.10 | 0.54 | 0.12 | 49.09 | 0.67 | 0.65 |
| Hex | E1 | CB | 68 | 0 | A | 36 | C | 31 | 43 | 41 |
| Octal | 341 | 313 | 150 | 0 | 12 | 66 | 14 | 61 | 103 | 101 |
| Binary | 11100001 | 11001011 | 1101000 | 0 | 1010 | 110110 | 1100 | 110001 | 1000011 | 1000001 |
Color Harmonies of #E1CB68
Complementary color
Monochromatic Colors of #E1CB68
Black with #E1CB68
Text Example
Text Example
White with #E1CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB68; }
p { color: rgb(225,203,104); }
H1.HeaderClassName
{
color: #E1CB68;
}
.AnyTagClassName
{
color: #E1CB68;
}
</style>
background-color css
<style>
a { background-color: #E1CB68; }
a { background-color: rgb(225,203,104); }
div.DivClassName
{
background-color: #E1CB68;
}
.BgClassName
{
background-color: #E1CB68;
}
</style>
border-color css
<style>
span { border-color: #E1CB68; }
span { border-color: rgb(225,203,104); }
td.TdClassName
{
border-color: #E1CB68;
}
.TagClassName
{
border-color: #E1CB68;
}
</style>