Shades of Golden Sand #E2CD6E
Tints of Golden Sand #E2CD6E
RGB
CMYK
RGB Variations
Color information
#E2CD6E (or 0xE2CD6E) is known color: Golden Sand. HEX triplet: E2, CD and 6E. RGB value is (226,205,110). Sum of RGB (Red+Green+Blue) = 226+205+110=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CD6E is #1D3291. Grayscale: #C8C8C8. Windows color (decimal): -1913490 or 7261666. OLE color: 7261666.
HSL color Cylindrical-coordinate representation of color #E2CD6E: hue angle of 49.14º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E2CD6E is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 110 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.11 |
| HSL | 49.14º | 0.67% | 0.66% | - |
| HSV(B) | 49.14º | 0.51% | 0.89% | - |
| XYZ | 56.01 | 60.96 | 23.57 | - |
| YUV | 200.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 110 | 0 | 0.09 | 0.51 | 0.11 | 49.14 | 0.67 | 0.66 |
| Hex | E2 | CD | 6E | 0 | 9 | 33 | B | 31 | 43 | 42 |
| Octal | 342 | 315 | 156 | 0 | 11 | 63 | 13 | 61 | 103 | 102 |
| Binary | 11100010 | 11001101 | 1101110 | 0 | 1001 | 110011 | 1011 | 110001 | 1000011 | 1000010 |
Color Harmonies of #E2CD6E
Complementary color
Monochromatic Colors of #E2CD6E
Black with #E2CD6E
Text Example
Text Example
White with #E2CD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CD6E; }
p { color: rgb(226,205,110); }
H1.HeaderClassName
{
color: #E2CD6E;
}
.AnyTagClassName
{
color: #E2CD6E;
}
</style>
background-color css
<style>
a { background-color: #E2CD6E; }
a { background-color: rgb(226,205,110); }
div.DivClassName
{
background-color: #E2CD6E;
}
.BgClassName
{
background-color: #E2CD6E;
}
</style>
border-color css
<style>
span { border-color: #E2CD6E; }
span { border-color: rgb(226,205,110); }
td.TdClassName
{
border-color: #E2CD6E;
}
.TagClassName
{
border-color: #E2CD6E;
}
</style>