Shades of Golden Sand #E4C85C
Tints of Golden Sand #E4C85C
RGB
CMYK
RGB Variations
Color information
#E4C85C (or 0xE4C85C) is known color: Golden Sand. HEX triplet: E4, C8 and 5C. RGB value is (228,200,92). Sum of RGB (Red+Green+Blue) = 228+200+92=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 92 (36.33% from 255 or 17.69% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C85C is #1B37A3. Grayscale: #C4C4C4. Windows color (decimal): -1783716 or 6080740. OLE color: 6080740.
HSL color Cylindrical-coordinate representation of color #E4C85C: hue angle of 47.65º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E4C85C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 200 | 92 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.11 |
| HSL | 47.65º | 0.72% | 0.63% | - |
| HSV(B) | 47.65º | 0.6% | 0.89% | - |
| XYZ | 54.58 | 58.58 | 18.55 | - |
| YUV | 196.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 200 | 92 | 0 | 0.12 | 0.60 | 0.11 | 47.65 | 0.72 | 0.63 |
| Hex | E4 | C8 | 5C | 0 | C | 3C | B | 30 | 48 | 3F |
| Octal | 344 | 310 | 134 | 0 | 14 | 74 | 13 | 60 | 110 | 77 |
| Binary | 11100100 | 11001000 | 1011100 | 0 | 1100 | 111100 | 1011 | 110000 | 1001000 | 111111 |
Color Harmonies of #E4C85C
Complementary color
Monochromatic Colors of #E4C85C
Black with #E4C85C
Text Example
Text Example
White with #E4C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C85C; }
p { color: rgb(228,200,92); }
H1.HeaderClassName
{
color: #E4C85C;
}
.AnyTagClassName
{
color: #E4C85C;
}
</style>
background-color css
<style>
a { background-color: #E4C85C; }
a { background-color: rgb(228,200,92); }
div.DivClassName
{
background-color: #E4C85C;
}
.BgClassName
{
background-color: #E4C85C;
}
</style>
border-color css
<style>
span { border-color: #E4C85C; }
span { border-color: rgb(228,200,92); }
td.TdClassName
{
border-color: #E4C85C;
}
.TagClassName
{
border-color: #E4C85C;
}
</style>