Shades of Golden Sand #E2CC5E
Tints of Golden Sand #E2CC5E
RGB
CMYK
RGB Variations
Color information
#E2CC5E (or 0xE2CC5E) is known color: Golden Sand. HEX triplet: E2, CC and 5E. RGB value is (226,204,94). Sum of RGB (Red+Green+Blue) = 226+204+94=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 204 (80.08% from 255 or 38.93% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC5E is #1D33A1. Grayscale: #C6C6C6. Windows color (decimal): -1913762 or 6212834. OLE color: 6212834.
HSL color Cylindrical-coordinate representation of color #E2CC5E: hue angle of 50º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2CC5E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 94 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.11 |
| HSL | 50º | 0.69% | 0.63% | - |
| HSV(B) | 50º | 0.58% | 0.89% | - |
| XYZ | 54.98 | 60.16 | 19.3 | - |
| YUV | 198.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 94 | 0 | 0.10 | 0.58 | 0.11 | 50 | 0.69 | 0.63 |
| Hex | E2 | CC | 5E | 0 | A | 3A | B | 32 | 45 | 3F |
| Octal | 342 | 314 | 136 | 0 | 12 | 72 | 13 | 62 | 105 | 77 |
| Binary | 11100010 | 11001100 | 1011110 | 0 | 1010 | 111010 | 1011 | 110010 | 1000101 | 111111 |
Color Harmonies of #E2CC5E
Complementary color
Monochromatic Colors of #E2CC5E
Black with #E2CC5E
Text Example
Text Example
White with #E2CC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC5E; }
p { color: rgb(226,204,94); }
H1.HeaderClassName
{
color: #E2CC5E;
}
.AnyTagClassName
{
color: #E2CC5E;
}
</style>
background-color css
<style>
a { background-color: #E2CC5E; }
a { background-color: rgb(226,204,94); }
div.DivClassName
{
background-color: #E2CC5E;
}
.BgClassName
{
background-color: #E2CC5E;
}
</style>
border-color css
<style>
span { border-color: #E2CC5E; }
span { border-color: rgb(226,204,94); }
td.TdClassName
{
border-color: #E2CC5E;
}
.TagClassName
{
border-color: #E2CC5E;
}
</style>