Shades of Golden Sand #E1CD61
Tints of Golden Sand #E1CD61
RGB
CMYK
RGB Variations
Color information
#E1CD61 (or 0xE1CD61) is known color: Golden Sand. HEX triplet: E1, CD and 61. RGB value is (225,205,97). Sum of RGB (Red+Green+Blue) = 225+205+97=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD61 is #1E329E. Grayscale: #C7C7C7. Windows color (decimal): -1979039 or 6409697. OLE color: 6409697.
HSL color Cylindrical-coordinate representation of color #E1CD61: hue angle of 50.62º 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 #E1CD61 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 97 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.12 |
| HSL | 50.63º | 0.68% | 0.63% | - |
| HSV(B) | 50.63º | 0.57% | 0.88% | - |
| XYZ | 55.04 | 60.53 | 20.09 | - |
| YUV | 198.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 97 | 0 | 0.09 | 0.57 | 0.12 | 50.63 | 0.68 | 0.63 |
| Hex | E1 | CD | 61 | 0 | 9 | 39 | C | 33 | 44 | 3F |
| Octal | 341 | 315 | 141 | 0 | 11 | 71 | 14 | 63 | 104 | 77 |
| Binary | 11100001 | 11001101 | 1100001 | 0 | 1001 | 111001 | 1100 | 110011 | 1000100 | 111111 |
Color Harmonies of #E1CD61
Complementary color
Monochromatic Colors of #E1CD61
Black with #E1CD61
Text Example
Text Example
White with #E1CD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD61; }
p { color: rgb(225,205,97); }
H1.HeaderClassName
{
color: #E1CD61;
}
.AnyTagClassName
{
color: #E1CD61;
}
</style>
background-color css
<style>
a { background-color: #E1CD61; }
a { background-color: rgb(225,205,97); }
div.DivClassName
{
background-color: #E1CD61;
}
.BgClassName
{
background-color: #E1CD61;
}
</style>
border-color css
<style>
span { border-color: #E1CD61; }
span { border-color: rgb(225,205,97); }
td.TdClassName
{
border-color: #E1CD61;
}
.TagClassName
{
border-color: #E1CD61;
}
</style>