Shades of Golden Sand #E2CD64
Tints of Golden Sand #E2CD64
RGB
CMYK
RGB Variations
Color information
#E2CD64 (or 0xE2CD64) is known color: Golden Sand. HEX triplet: E2, CD and 64. RGB value is (226,205,100). Sum of RGB (Red+Green+Blue) = 226+205+100=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CD64 is #1D329B. Grayscale: #C7C7C7. Windows color (decimal): -1913500 or 6606306. OLE color: 6606306.
HSL color Cylindrical-coordinate representation of color #E2CD64: hue angle of 50º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2CD64 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 100 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.11 |
| HSL | 50º | 0.68% | 0.64% | - |
| HSV(B) | 50º | 0.56% | 0.89% | - |
| XYZ | 55.5 | 60.75 | 20.86 | - |
| YUV | 199.31 | 71.96 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 100 | 0 | 0.09 | 0.56 | 0.11 | 50 | 0.68 | 0.64 |
| Hex | E2 | CD | 64 | 0 | 9 | 38 | B | 32 | 44 | 40 |
| Octal | 342 | 315 | 144 | 0 | 11 | 70 | 13 | 62 | 104 | 100 |
| Binary | 11100010 | 11001101 | 1100100 | 0 | 1001 | 111000 | 1011 | 110010 | 1000100 | 1000000 |
Color Harmonies of #E2CD64
Complementary color
Monochromatic Colors of #E2CD64
Black with #E2CD64
Text Example
Text Example
White with #E2CD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CD64; }
p { color: rgb(226,205,100); }
H1.HeaderClassName
{
color: #E2CD64;
}
.AnyTagClassName
{
color: #E2CD64;
}
</style>
background-color css
<style>
a { background-color: #E2CD64; }
a { background-color: rgb(226,205,100); }
div.DivClassName
{
background-color: #E2CD64;
}
.BgClassName
{
background-color: #E2CD64;
}
</style>
border-color css
<style>
span { border-color: #E2CD64; }
span { border-color: rgb(226,205,100); }
td.TdClassName
{
border-color: #E2CD64;
}
.TagClassName
{
border-color: #E2CD64;
}
</style>