Shades of Golden Sand #E1CD65
Tints of Golden Sand #E1CD65
RGB
CMYK
RGB Variations
Color information
#E1CD65 (or 0xE1CD65) is known color: Golden Sand. HEX triplet: E1, CD and 65. RGB value is (225,205,101). Sum of RGB (Red+Green+Blue) = 225+205+101=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CD65 is #1E329A. Grayscale: #C7C7C7. Windows color (decimal): -1979035 or 6671841. OLE color: 6671841.
HSL color Cylindrical-coordinate representation of color #E1CD65: hue angle of 50.32º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1CD65 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 101 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.12 |
| HSL | 50.32º | 0.67% | 0.64% | - |
| HSV(B) | 50.32º | 0.55% | 0.88% | - |
| XYZ | 55.23 | 60.61 | 21.1 | - |
| YUV | 199.12 | 72.63 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 101 | 0 | 0.09 | 0.55 | 0.12 | 50.32 | 0.67 | 0.64 |
| Hex | E1 | CD | 65 | 0 | 9 | 37 | C | 32 | 43 | 40 |
| Octal | 341 | 315 | 145 | 0 | 11 | 67 | 14 | 62 | 103 | 100 |
| Binary | 11100001 | 11001101 | 1100101 | 0 | 1001 | 110111 | 1100 | 110010 | 1000011 | 1000000 |
Color Harmonies of #E1CD65
Complementary color
Monochromatic Colors of #E1CD65
Black with #E1CD65
Text Example
Text Example
White with #E1CD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CD65; }
p { color: rgb(225,205,101); }
H1.HeaderClassName
{
color: #E1CD65;
}
.AnyTagClassName
{
color: #E1CD65;
}
</style>
background-color css
<style>
a { background-color: #E1CD65; }
a { background-color: rgb(225,205,101); }
div.DivClassName
{
background-color: #E1CD65;
}
.BgClassName
{
background-color: #E1CD65;
}
</style>
border-color css
<style>
span { border-color: #E1CD65; }
span { border-color: rgb(225,205,101); }
td.TdClassName
{
border-color: #E1CD65;
}
.TagClassName
{
border-color: #E1CD65;
}
</style>