Shades of Golden Sand #E2C65C
Tints of Golden Sand #E2C65C
RGB
CMYK
RGB Variations
Color information
#E2C65C (or 0xE2C65C) is known color: Golden Sand. HEX triplet: E2, C6 and 5C. RGB value is (226,198,92). Sum of RGB (Red+Green+Blue) = 226+198+92=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C65C is #1D39A3. Grayscale: #C2C2C2. Windows color (decimal): -1915300 or 6080226. OLE color: 6080226.
HSL color Cylindrical-coordinate representation of color #E2C65C: hue angle of 47.46º 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 #E2C65C is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 198 | 92 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.11 |
| HSL | 47.46º | 0.7% | 0.62% | - |
| HSV(B) | 47.46º | 0.59% | 0.89% | - |
| XYZ | 53.49 | 57.33 | 18.37 | - |
| YUV | 194.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 198 | 92 | 0 | 0.12 | 0.59 | 0.11 | 47.46 | 0.7 | 0.62 |
| Hex | E2 | C6 | 5C | 0 | C | 3B | B | 2F | 46 | 3E |
| Octal | 342 | 306 | 134 | 0 | 14 | 73 | 13 | 57 | 106 | 76 |
| Binary | 11100010 | 11000110 | 1011100 | 0 | 1100 | 111011 | 1011 | 101111 | 1000110 | 111110 |
Color Harmonies of #E2C65C
Complementary color
Monochromatic Colors of #E2C65C
Black with #E2C65C
Text Example
Text Example
White with #E2C65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C65C; }
p { color: rgb(226,198,92); }
H1.HeaderClassName
{
color: #E2C65C;
}
.AnyTagClassName
{
color: #E2C65C;
}
</style>
background-color css
<style>
a { background-color: #E2C65C; }
a { background-color: rgb(226,198,92); }
div.DivClassName
{
background-color: #E2C65C;
}
.BgClassName
{
background-color: #E2C65C;
}
</style>
border-color css
<style>
span { border-color: #E2C65C; }
span { border-color: rgb(226,198,92); }
td.TdClassName
{
border-color: #E2C65C;
}
.TagClassName
{
border-color: #E2C65C;
}
</style>