Shades of Golden Sand #E1CA65
Tints of Golden Sand #E1CA65
RGB
CMYK
RGB Variations
Color information
#E1CA65 (or 0xE1CA65) is known color: Golden Sand. HEX triplet: E1, CA and 65. RGB value is (225,202,101). Sum of RGB (Red+Green+Blue) = 225+202+101=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CA65 is #1E359A. Grayscale: #C5C5C5. Windows color (decimal): -1979803 or 6671073. OLE color: 6671073.
HSL color Cylindrical-coordinate representation of color #E1CA65: hue angle of 48.87º 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 #E1CA65 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 202 | 101 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.12 |
| HSL | 48.87º | 0.67% | 0.64% | - |
| HSV(B) | 48.87º | 0.55% | 0.88% | - |
| XYZ | 54.52 | 59.19 | 20.86 | - |
| YUV | 197.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 202 | 101 | 0 | 0.10 | 0.55 | 0.12 | 48.87 | 0.67 | 0.64 |
| Hex | E1 | CA | 65 | 0 | A | 37 | C | 31 | 43 | 40 |
| Octal | 341 | 312 | 145 | 0 | 12 | 67 | 14 | 61 | 103 | 100 |
| Binary | 11100001 | 11001010 | 1100101 | 0 | 1010 | 110111 | 1100 | 110001 | 1000011 | 1000000 |
Color Harmonies of #E1CA65
Complementary color
Monochromatic Colors of #E1CA65
Black with #E1CA65
Text Example
Text Example
White with #E1CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CA65; }
p { color: rgb(225,202,101); }
H1.HeaderClassName
{
color: #E1CA65;
}
.AnyTagClassName
{
color: #E1CA65;
}
</style>
background-color css
<style>
a { background-color: #E1CA65; }
a { background-color: rgb(225,202,101); }
div.DivClassName
{
background-color: #E1CA65;
}
.BgClassName
{
background-color: #E1CA65;
}
</style>
border-color css
<style>
span { border-color: #E1CA65; }
span { border-color: rgb(225,202,101); }
td.TdClassName
{
border-color: #E1CA65;
}
.TagClassName
{
border-color: #E1CA65;
}
</style>