Shades of Golden Sand #E2CC5C
Tints of Golden Sand #E2CC5C
RGB
CMYK
RGB Variations
Color information
#E2CC5C (or 0xE2CC5C) is known color: Golden Sand. HEX triplet: E2, CC and 5C. RGB value is (226,204,92). Sum of RGB (Red+Green+Blue) = 226+204+92=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 92 (36.33% from 255 or 17.62% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC5C is #1D33A3. Grayscale: #C6C6C6. Windows color (decimal): -1913764 or 6081762. OLE color: 6081762.
HSL color Cylindrical-coordinate representation of color #E2CC5C: hue angle of 50.15º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2CC5C is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 92 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.11 |
| HSL | 50.15º | 0.7% | 0.62% | - |
| HSV(B) | 50.15º | 0.59% | 0.89% | - |
| XYZ | 54.89 | 60.13 | 18.84 | - |
| YUV | 197.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 92 | 0 | 0.10 | 0.59 | 0.11 | 50.15 | 0.7 | 0.62 |
| Hex | E2 | CC | 5C | 0 | A | 3B | B | 32 | 46 | 3E |
| Octal | 342 | 314 | 134 | 0 | 12 | 73 | 13 | 62 | 106 | 76 |
| Binary | 11100010 | 11001100 | 1011100 | 0 | 1010 | 111011 | 1011 | 110010 | 1000110 | 111110 |
Color Harmonies of #E2CC5C
Complementary color
Monochromatic Colors of #E2CC5C
Black with #E2CC5C
Text Example
Text Example
White with #E2CC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC5C; }
p { color: rgb(226,204,92); }
H1.HeaderClassName
{
color: #E2CC5C;
}
.AnyTagClassName
{
color: #E2CC5C;
}
</style>
background-color css
<style>
a { background-color: #E2CC5C; }
a { background-color: rgb(226,204,92); }
div.DivClassName
{
background-color: #E2CC5C;
}
.BgClassName
{
background-color: #E2CC5C;
}
</style>
border-color css
<style>
span { border-color: #E2CC5C; }
span { border-color: rgb(226,204,92); }
td.TdClassName
{
border-color: #E2CC5C;
}
.TagClassName
{
border-color: #E2CC5C;
}
</style>