Shades of Golden Sand #E2CC61
Tints of Golden Sand #E2CC61
RGB
CMYK
RGB Variations
Color information
#E2CC61 (or 0xE2CC61) is known color: Golden Sand. HEX triplet: E2, CC and 61. RGB value is (226,204,97). Sum of RGB (Red+Green+Blue) = 226+204+97=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC61 is #1D339E. Grayscale: #C6C6C6. Windows color (decimal): -1913759 or 6409442. OLE color: 6409442.
HSL color Cylindrical-coordinate representation of color #E2CC61: hue angle of 49.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2CC61 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 204 | 97 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.11 |
| HSL | 49.77º | 0.69% | 0.63% | - |
| HSV(B) | 49.77º | 0.57% | 0.89% | - |
| XYZ | 55.11 | 60.22 | 20.03 | - |
| YUV | 198.38 | 70.79 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 204 | 97 | 0 | 0.10 | 0.57 | 0.11 | 49.77 | 0.69 | 0.63 |
| Hex | E2 | CC | 61 | 0 | A | 39 | B | 32 | 45 | 3F |
| Octal | 342 | 314 | 141 | 0 | 12 | 71 | 13 | 62 | 105 | 77 |
| Binary | 11100010 | 11001100 | 1100001 | 0 | 1010 | 111001 | 1011 | 110010 | 1000101 | 111111 |
Color Harmonies of #E2CC61
Complementary color
Monochromatic Colors of #E2CC61
Black with #E2CC61
Text Example
Text Example
White with #E2CC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CC61; }
p { color: rgb(226,204,97); }
H1.HeaderClassName
{
color: #E2CC61;
}
.AnyTagClassName
{
color: #E2CC61;
}
</style>
background-color css
<style>
a { background-color: #E2CC61; }
a { background-color: rgb(226,204,97); }
div.DivClassName
{
background-color: #E2CC61;
}
.BgClassName
{
background-color: #E2CC61;
}
</style>
border-color css
<style>
span { border-color: #E2CC61; }
span { border-color: rgb(226,204,97); }
td.TdClassName
{
border-color: #E2CC61;
}
.TagClassName
{
border-color: #E2CC61;
}
</style>