Shades of Golden Sand #E2CC66
Tints of Golden Sand #E2CC66
RGB
CMYK
RGB Variations
Color information
#E2CC66 (or 0xE2CC66) is known color: Golden Sand. HEX triplet: E2, CC and 66. RGB value is (226,204,102). Sum of RGB (Red+Green+Blue) = 226+204+102=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC66 is #1D3399. Grayscale: #C7C7C7. Windows color (decimal): -1913754 or 6737122. OLE color: 6737122.
HSL color Cylindrical-coordinate representation of color #E2CC66: hue angle of 49.35º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2CC66 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 102 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.11 |
| HSL | 49.35º | 0.68% | 0.64% | - |
| HSV(B) | 49.35º | 0.55% | 0.89% | - |
| XYZ | 55.36 | 60.31 | 21.29 | - |
| YUV | 198.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 102 | 0 | 0.10 | 0.55 | 0.11 | 49.35 | 0.68 | 0.64 |
| Hex | E2 | CC | 66 | 0 | A | 37 | B | 31 | 44 | 40 |
| Octal | 342 | 314 | 146 | 0 | 12 | 67 | 13 | 61 | 104 | 100 |
| Binary | 11100010 | 11001100 | 1100110 | 0 | 1010 | 110111 | 1011 | 110001 | 1000100 | 1000000 |
Color Harmonies of #E2CC66
Complementary color
Monochromatic Colors of #E2CC66
Black with #E2CC66
Text Example
Text Example
White with #E2CC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC66; }
p { color: rgb(226,204,102); }
H1.HeaderClassName
{
color: #E2CC66;
}
.AnyTagClassName
{
color: #E2CC66;
}
</style>
background-color css
<style>
a { background-color: #E2CC66; }
a { background-color: rgb(226,204,102); }
div.DivClassName
{
background-color: #E2CC66;
}
.BgClassName
{
background-color: #E2CC66;
}
</style>
border-color css
<style>
span { border-color: #E2CC66; }
span { border-color: rgb(226,204,102); }
td.TdClassName
{
border-color: #E2CC66;
}
.TagClassName
{
border-color: #E2CC66;
}
</style>