Shades of Golden Sand #E2CC6C
Tints of Golden Sand #E2CC6C
RGB
CMYK
RGB Variations
Color information
#E2CC6C (or 0xE2CC6C) is known color: Golden Sand. HEX triplet: E2, CC and 6C. RGB value is (226,204,108). Sum of RGB (Red+Green+Blue) = 226+204+108=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC6C is #1D3393. Grayscale: #C8C8C8. Windows color (decimal): -1913748 or 7130338. OLE color: 7130338.
HSL color Cylindrical-coordinate representation of color #E2CC6C: hue angle of 48.81º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2CC6C is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 108 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.11 |
| HSL | 48.81º | 0.67% | 0.65% | - |
| HSV(B) | 48.81º | 0.52% | 0.89% | - |
| XYZ | 55.66 | 60.44 | 22.92 | - |
| YUV | 199.63 | 76.29 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 108 | 0 | 0.10 | 0.52 | 0.11 | 48.81 | 0.67 | 0.65 |
| Hex | E2 | CC | 6C | 0 | A | 34 | B | 31 | 43 | 41 |
| Octal | 342 | 314 | 154 | 0 | 12 | 64 | 13 | 61 | 103 | 101 |
| Binary | 11100010 | 11001100 | 1101100 | 0 | 1010 | 110100 | 1011 | 110001 | 1000011 | 1000001 |
Color Harmonies of #E2CC6C
Complementary color
Monochromatic Colors of #E2CC6C
Black with #E2CC6C
Text Example
Text Example
White with #E2CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC6C; }
p { color: rgb(226,204,108); }
H1.HeaderClassName
{
color: #E2CC6C;
}
.AnyTagClassName
{
color: #E2CC6C;
}
</style>
background-color css
<style>
a { background-color: #E2CC6C; }
a { background-color: rgb(226,204,108); }
div.DivClassName
{
background-color: #E2CC6C;
}
.BgClassName
{
background-color: #E2CC6C;
}
</style>
border-color css
<style>
span { border-color: #E2CC6C; }
span { border-color: rgb(226,204,108); }
td.TdClassName
{
border-color: #E2CC6C;
}
.TagClassName
{
border-color: #E2CC6C;
}
</style>