Shades of Golden Sand #E2C85C
Tints of Golden Sand #E2C85C
RGB
CMYK
RGB Variations
Color information
#E2C85C (or 0xE2C85C) is known color: Golden Sand. HEX triplet: E2, C8 and 5C. RGB value is (226,200,92). Sum of RGB (Red+Green+Blue) = 226+200+92=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 200 (78.52% from 255 or 38.61% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C85C is #1D37A3. Grayscale: #C3C3C3. Windows color (decimal): -1914788 or 6080738. OLE color: 6080738.
HSL color Cylindrical-coordinate representation of color #E2C85C: hue angle of 48.36º 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 #E2C85C is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 200 | 92 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.11 |
| HSL | 48.36º | 0.7% | 0.62% | - |
| HSV(B) | 48.36º | 0.59% | 0.89% | - |
| XYZ | 53.95 | 58.25 | 18.53 | - |
| YUV | 195.46 | 69.61 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 200 | 92 | 0 | 0.12 | 0.59 | 0.11 | 48.36 | 0.7 | 0.62 |
| Hex | E2 | C8 | 5C | 0 | C | 3B | B | 30 | 46 | 3E |
| Octal | 342 | 310 | 134 | 0 | 14 | 73 | 13 | 60 | 106 | 76 |
| Binary | 11100010 | 11001000 | 1011100 | 0 | 1100 | 111011 | 1011 | 110000 | 1000110 | 111110 |
Color Harmonies of #E2C85C
Complementary color
Monochromatic Colors of #E2C85C
Black with #E2C85C
Text Example
Text Example
White with #E2C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C85C; }
p { color: rgb(226,200,92); }
H1.HeaderClassName
{
color: #E2C85C;
}
.AnyTagClassName
{
color: #E2C85C;
}
</style>
background-color css
<style>
a { background-color: #E2C85C; }
a { background-color: rgb(226,200,92); }
div.DivClassName
{
background-color: #E2C85C;
}
.BgClassName
{
background-color: #E2C85C;
}
</style>
border-color css
<style>
span { border-color: #E2C85C; }
span { border-color: rgb(226,200,92); }
td.TdClassName
{
border-color: #E2C85C;
}
.TagClassName
{
border-color: #E2C85C;
}
</style>