Shades of Golden Sand #E2CC63
Tints of Golden Sand #E2CC63
RGB
CMYK
RGB Variations
Color information
#E2CC63 (or 0xE2CC63) is known color: Golden Sand. HEX triplet: E2, CC and 63. RGB value is (226,204,99). Sum of RGB (Red+Green+Blue) = 226+204+99=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC63 is #1D339C. Grayscale: #C7C7C7. Windows color (decimal): -1913757 or 6540514. OLE color: 6540514.
HSL color Cylindrical-coordinate representation of color #E2CC63: hue angle of 49.61º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2CC63 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 99 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.11 |
| HSL | 49.61º | 0.69% | 0.64% | - |
| HSV(B) | 49.61º | 0.56% | 0.89% | - |
| XYZ | 55.21 | 60.26 | 20.53 | - |
| YUV | 198.61 | 71.79 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 99 | 0 | 0.10 | 0.56 | 0.11 | 49.61 | 0.69 | 0.64 |
| Hex | E2 | CC | 63 | 0 | A | 38 | B | 32 | 45 | 40 |
| Octal | 342 | 314 | 143 | 0 | 12 | 70 | 13 | 62 | 105 | 100 |
| Binary | 11100010 | 11001100 | 1100011 | 0 | 1010 | 111000 | 1011 | 110010 | 1000101 | 1000000 |
Color Harmonies of #E2CC63
Complementary color
Monochromatic Colors of #E2CC63
Black with #E2CC63
Text Example
Text Example
White with #E2CC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC63; }
p { color: rgb(226,204,99); }
H1.HeaderClassName
{
color: #E2CC63;
}
.AnyTagClassName
{
color: #E2CC63;
}
</style>
background-color css
<style>
a { background-color: #E2CC63; }
a { background-color: rgb(226,204,99); }
div.DivClassName
{
background-color: #E2CC63;
}
.BgClassName
{
background-color: #E2CC63;
}
</style>
border-color css
<style>
span { border-color: #E2CC63; }
span { border-color: rgb(226,204,99); }
td.TdClassName
{
border-color: #E2CC63;
}
.TagClassName
{
border-color: #E2CC63;
}
</style>