Shades of Golden Sand #E1CB5C
Tints of Golden Sand #E1CB5C
RGB
CMYK
RGB Variations
Color information
#E1CB5C (or 0xE1CB5C) is known color: Golden Sand. HEX triplet: E1, CB and 5C. RGB value is (225,203,92). Sum of RGB (Red+Green+Blue) = 225+203+92=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CB5C is #1E34A3. Grayscale: #C5C5C5. Windows color (decimal): -1979556 or 6081505. OLE color: 6081505.
HSL color Cylindrical-coordinate representation of color #E1CB5C: hue angle of 50.08º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1CB5C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 92 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.12 |
| HSL | 50.08º | 0.69% | 0.62% | - |
| HSV(B) | 50.08º | 0.59% | 0.88% | - |
| XYZ | 54.34 | 59.49 | 18.74 | - |
| YUV | 196.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 92 | 0 | 0.10 | 0.59 | 0.12 | 50.08 | 0.69 | 0.62 |
| Hex | E1 | CB | 5C | 0 | A | 3B | C | 32 | 45 | 3E |
| Octal | 341 | 313 | 134 | 0 | 12 | 73 | 14 | 62 | 105 | 76 |
| Binary | 11100001 | 11001011 | 1011100 | 0 | 1010 | 111011 | 1100 | 110010 | 1000101 | 111110 |
Color Harmonies of #E1CB5C
Complementary color
Monochromatic Colors of #E1CB5C
Black with #E1CB5C
Text Example
Text Example
White with #E1CB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CB5C; }
p { color: rgb(225,203,92); }
H1.HeaderClassName
{
color: #E1CB5C;
}
.AnyTagClassName
{
color: #E1CB5C;
}
</style>
background-color css
<style>
a { background-color: #E1CB5C; }
a { background-color: rgb(225,203,92); }
div.DivClassName
{
background-color: #E1CB5C;
}
.BgClassName
{
background-color: #E1CB5C;
}
</style>
border-color css
<style>
span { border-color: #E1CB5C; }
span { border-color: rgb(225,203,92); }
td.TdClassName
{
border-color: #E1CB5C;
}
.TagClassName
{
border-color: #E1CB5C;
}
</style>