Shades of Golden Sand #E1CF60
Tints of Golden Sand #E1CF60
RGB
CMYK
RGB Variations
Color information
#E1CF60 (or 0xE1CF60) is known color: Golden Sand. HEX triplet: E1, CF and 60. RGB value is (225,207,96). Sum of RGB (Red+Green+Blue) = 225+207+96=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF60 is #1E309F. Grayscale: #C8C8C8. Windows color (decimal): -1978528 or 6344673. OLE color: 6344673.
HSL color Cylindrical-coordinate representation of color #E1CF60: hue angle of 51.63º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1CF60 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 207 | 96 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.12 |
| HSL | 51.63º | 0.68% | 0.63% | - |
| HSV(B) | 51.63º | 0.57% | 0.88% | - |
| XYZ | 55.48 | 61.48 | 20.01 | - |
| YUV | 199.73 | 69.46 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 207 | 96 | 0 | 0.08 | 0.57 | 0.12 | 51.63 | 0.68 | 0.63 |
| Hex | E1 | CF | 60 | 0 | 8 | 39 | C | 34 | 44 | 3F |
| Octal | 341 | 317 | 140 | 0 | 10 | 71 | 14 | 64 | 104 | 77 |
| Binary | 11100001 | 11001111 | 1100000 | 0 | 1000 | 111001 | 1100 | 110100 | 1000100 | 111111 |
Color Harmonies of #E1CF60
Complementary color
Monochromatic Colors of #E1CF60
Black with #E1CF60
Text Example
Text Example
White with #E1CF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CF60; }
p { color: rgb(225,207,96); }
H1.HeaderClassName
{
color: #E1CF60;
}
.AnyTagClassName
{
color: #E1CF60;
}
</style>
background-color css
<style>
a { background-color: #E1CF60; }
a { background-color: rgb(225,207,96); }
div.DivClassName
{
background-color: #E1CF60;
}
.BgClassName
{
background-color: #E1CF60;
}
</style>
border-color css
<style>
span { border-color: #E1CF60; }
span { border-color: rgb(225,207,96); }
td.TdClassName
{
border-color: #E1CF60;
}
.TagClassName
{
border-color: #E1CF60;
}
</style>