Shades of Golden Sand #E1CF69
Tints of Golden Sand #E1CF69
RGB
CMYK
RGB Variations
Color information
#E1CF69 (or 0xE1CF69) is known color: Golden Sand. HEX triplet: E1, CF and 69. RGB value is (225,207,105). Sum of RGB (Red+Green+Blue) = 225+207+105=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF69 is #1E3096. Grayscale: #C9C9C9. Windows color (decimal): -1978519 or 6934497. OLE color: 6934497.
HSL color Cylindrical-coordinate representation of color #E1CF69: hue angle of 51º 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 #E1CF69 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 105 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.12 |
| HSL | 51º | 0.67% | 0.65% | - |
| HSV(B) | 51º | 0.53% | 0.88% | - |
| XYZ | 55.91 | 61.65 | 22.32 | - |
| YUV | 200.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 105 | 0 | 0.08 | 0.53 | 0.12 | 51 | 0.67 | 0.65 |
| Hex | E1 | CF | 69 | 0 | 8 | 35 | C | 33 | 43 | 41 |
| Octal | 341 | 317 | 151 | 0 | 10 | 65 | 14 | 63 | 103 | 101 |
| Binary | 11100001 | 11001111 | 1101001 | 0 | 1000 | 110101 | 1100 | 110011 | 1000011 | 1000001 |
Color Harmonies of #E1CF69
Complementary color
Monochromatic Colors of #E1CF69
Black with #E1CF69
Text Example
Text Example
White with #E1CF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF69; }
p { color: rgb(225,207,105); }
H1.HeaderClassName
{
color: #E1CF69;
}
.AnyTagClassName
{
color: #E1CF69;
}
</style>
background-color css
<style>
a { background-color: #E1CF69; }
a { background-color: rgb(225,207,105); }
div.DivClassName
{
background-color: #E1CF69;
}
.BgClassName
{
background-color: #E1CF69;
}
</style>
border-color css
<style>
span { border-color: #E1CF69; }
span { border-color: rgb(225,207,105); }
td.TdClassName
{
border-color: #E1CF69;
}
.TagClassName
{
border-color: #E1CF69;
}
</style>