Shades of Golden Sand #E2CE6A
Tints of Golden Sand #E2CE6A
RGB
CMYK
RGB Variations
Color information
#E2CE6A (or 0xE2CE6A) is known color: Golden Sand. HEX triplet: E2, CE and 6A. RGB value is (226,206,106). Sum of RGB (Red+Green+Blue) = 226+206+106=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE6A is #1D3195. Grayscale: #C8C8C8. Windows color (decimal): -1913238 or 6999778. OLE color: 6999778.
HSL color Cylindrical-coordinate representation of color #E2CE6A: hue angle of 50º 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 #E2CE6A is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 206 | 106 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.11 |
| HSL | 50º | 0.67% | 0.65% | - |
| HSV(B) | 50º | 0.53% | 0.89% | - |
| XYZ | 56.04 | 61.35 | 22.52 | - |
| YUV | 200.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 206 | 106 | 0 | 0.09 | 0.53 | 0.11 | 50 | 0.67 | 0.65 |
| Hex | E2 | CE | 6A | 0 | 9 | 35 | B | 32 | 43 | 41 |
| Octal | 342 | 316 | 152 | 0 | 11 | 65 | 13 | 62 | 103 | 101 |
| Binary | 11100010 | 11001110 | 1101010 | 0 | 1001 | 110101 | 1011 | 110010 | 1000011 | 1000001 |
Color Harmonies of #E2CE6A
Complementary color
Monochromatic Colors of #E2CE6A
Black with #E2CE6A
Text Example
Text Example
White with #E2CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CE6A; }
p { color: rgb(226,206,106); }
H1.HeaderClassName
{
color: #E2CE6A;
}
.AnyTagClassName
{
color: #E2CE6A;
}
</style>
background-color css
<style>
a { background-color: #E2CE6A; }
a { background-color: rgb(226,206,106); }
div.DivClassName
{
background-color: #E2CE6A;
}
.BgClassName
{
background-color: #E2CE6A;
}
</style>
border-color css
<style>
span { border-color: #E2CE6A; }
span { border-color: rgb(226,206,106); }
td.TdClassName
{
border-color: #E2CE6A;
}
.TagClassName
{
border-color: #E2CE6A;
}
</style>