Shades of Golden Sand #E2CB66
Tints of Golden Sand #E2CB66
RGB
CMYK
RGB Variations
Color information
#E2CB66 (or 0xE2CB66) is known color: Golden Sand. HEX triplet: E2, CB and 66. RGB value is (226,203,102). Sum of RGB (Red+Green+Blue) = 226+203+102=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 102 (40.23% from 255 or 19.21% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB66 is #1D3499. Grayscale: #C6C6C6. Windows color (decimal): -1914010 or 6736866. OLE color: 6736866.
HSL color Cylindrical-coordinate representation of color #E2CB66: hue angle of 48.87º 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 #E2CB66 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 102 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.11 |
| HSL | 48.87º | 0.68% | 0.64% | - |
| HSV(B) | 48.87º | 0.55% | 0.89% | - |
| XYZ | 55.12 | 59.84 | 21.22 | - |
| YUV | 198.36 | 73.62 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 102 | 0 | 0.10 | 0.55 | 0.11 | 48.87 | 0.68 | 0.64 |
| Hex | E2 | CB | 66 | 0 | A | 37 | B | 31 | 44 | 40 |
| Octal | 342 | 313 | 146 | 0 | 12 | 67 | 13 | 61 | 104 | 100 |
| Binary | 11100010 | 11001011 | 1100110 | 0 | 1010 | 110111 | 1011 | 110001 | 1000100 | 1000000 |
Color Harmonies of #E2CB66
Complementary color
Monochromatic Colors of #E2CB66
Black with #E2CB66
Text Example
Text Example
White with #E2CB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB66; }
p { color: rgb(226,203,102); }
H1.HeaderClassName
{
color: #E2CB66;
}
.AnyTagClassName
{
color: #E2CB66;
}
</style>
background-color css
<style>
a { background-color: #E2CB66; }
a { background-color: rgb(226,203,102); }
div.DivClassName
{
background-color: #E2CB66;
}
.BgClassName
{
background-color: #E2CB66;
}
</style>
border-color css
<style>
span { border-color: #E2CB66; }
span { border-color: rgb(226,203,102); }
td.TdClassName
{
border-color: #E2CB66;
}
.TagClassName
{
border-color: #E2CB66;
}
</style>