Shades of Golden Sand #E2CE6B
Tints of Golden Sand #E2CE6B
RGB
CMYK
RGB Variations
Color information
#E2CE6B (or 0xE2CE6B) is known color: Golden Sand. HEX triplet: E2, CE and 6B. RGB value is (226,206,107). Sum of RGB (Red+Green+Blue) = 226+206+107=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE6B is #1D3194. Grayscale: #C9C9C9. Windows color (decimal): -1913237 or 7065314. OLE color: 7065314.
HSL color Cylindrical-coordinate representation of color #E2CE6B: hue angle of 49.92º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2CE6B is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 107 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.11 |
| HSL | 49.92º | 0.67% | 0.65% | - |
| HSV(B) | 49.92º | 0.53% | 0.89% | - |
| XYZ | 56.09 | 61.37 | 22.8 | - |
| YUV | 200.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 107 | 0 | 0.09 | 0.53 | 0.11 | 49.92 | 0.67 | 0.65 |
| Hex | E2 | CE | 6B | 0 | 9 | 35 | B | 32 | 43 | 41 |
| Octal | 342 | 316 | 153 | 0 | 11 | 65 | 13 | 62 | 103 | 101 |
| Binary | 11100010 | 11001110 | 1101011 | 0 | 1001 | 110101 | 1011 | 110010 | 1000011 | 1000001 |
Color Harmonies of #E2CE6B
Complementary color
Monochromatic Colors of #E2CE6B
Black with #E2CE6B
Text Example
Text Example
White with #E2CE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE6B; }
p { color: rgb(226,206,107); }
H1.HeaderClassName
{
color: #E2CE6B;
}
.AnyTagClassName
{
color: #E2CE6B;
}
</style>
background-color css
<style>
a { background-color: #E2CE6B; }
a { background-color: rgb(226,206,107); }
div.DivClassName
{
background-color: #E2CE6B;
}
.BgClassName
{
background-color: #E2CE6B;
}
</style>
border-color css
<style>
span { border-color: #E2CE6B; }
span { border-color: rgb(226,206,107); }
td.TdClassName
{
border-color: #E2CE6B;
}
.TagClassName
{
border-color: #E2CE6B;
}
</style>