Shades of Golden Sand #E1CE69
Tints of Golden Sand #E1CE69
RGB
CMYK
RGB Variations
Color information
#E1CE69 (or 0xE1CE69) is known color: Golden Sand. HEX triplet: E1, CE and 69. RGB value is (225,206,105). Sum of RGB (Red+Green+Blue) = 225+206+105=536 (70% of max value = 765). Red value is 225 (88.28% from 255 or 41.98% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CE69 is #1E3196. Grayscale: #C8C8C8. Windows color (decimal): -1978775 or 6934241. OLE color: 6934241.
HSL color Cylindrical-coordinate representation of color #E1CE69: hue angle of 50.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E1CE69 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 105 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.12 |
| HSL | 50.5º | 0.67% | 0.65% | - |
| HSV(B) | 50.5º | 0.53% | 0.88% | - |
| XYZ | 55.67 | 61.17 | 22.24 | - |
| YUV | 200.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 105 | 0 | 0.08 | 0.53 | 0.12 | 50.5 | 0.67 | 0.65 |
| Hex | E1 | CE | 69 | 0 | 8 | 35 | C | 32 | 43 | 41 |
| Octal | 341 | 316 | 151 | 0 | 10 | 65 | 14 | 62 | 103 | 101 |
| Binary | 11100001 | 11001110 | 1101001 | 0 | 1000 | 110101 | 1100 | 110010 | 1000011 | 1000001 |
Color Harmonies of #E1CE69
Complementary color
Monochromatic Colors of #E1CE69
Black with #E1CE69
Text Example
Text Example
White with #E1CE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CE69; }
p { color: rgb(225,206,105); }
H1.HeaderClassName
{
color: #E1CE69;
}
.AnyTagClassName
{
color: #E1CE69;
}
</style>
background-color css
<style>
a { background-color: #E1CE69; }
a { background-color: rgb(225,206,105); }
div.DivClassName
{
background-color: #E1CE69;
}
.BgClassName
{
background-color: #E1CE69;
}
</style>
border-color css
<style>
span { border-color: #E1CE69; }
span { border-color: rgb(225,206,105); }
td.TdClassName
{
border-color: #E1CE69;
}
.TagClassName
{
border-color: #E1CE69;
}
</style>