Shades of Golden Sand #E4C85B
Tints of Golden Sand #E4C85B
RGB
CMYK
RGB Variations
Color information
#E4C85B (or 0xE4C85B) is known color: Golden Sand. HEX triplet: E4, C8 and 5B. RGB value is (228,200,91). Sum of RGB (Red+Green+Blue) = 228+200+91=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 91 (35.94% from 255 or 17.53% from 519); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C85B is #1B37A4. Grayscale: #C4C4C4. Windows color (decimal): -1783717 or 6015204. OLE color: 6015204.
HSL color Cylindrical-coordinate representation of color #E4C85B: hue angle of 47.74º 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 #E4C85B is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 200 | 91 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.11 |
| HSL | 47.74º | 0.72% | 0.63% | - |
| HSV(B) | 47.74º | 0.6% | 0.89% | - |
| XYZ | 54.54 | 58.56 | 18.33 | - |
| YUV | 195.95 | 68.78 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 200 | 91 | 0 | 0.12 | 0.60 | 0.11 | 47.74 | 0.72 | 0.63 |
| Hex | E4 | C8 | 5B | 0 | C | 3C | B | 30 | 48 | 3F |
| Octal | 344 | 310 | 133 | 0 | 14 | 74 | 13 | 60 | 110 | 77 |
| Binary | 11100100 | 11001000 | 1011011 | 0 | 1100 | 111100 | 1011 | 110000 | 1001000 | 111111 |
Color Harmonies of #E4C85B
Complementary color
Monochromatic Colors of #E4C85B
Black with #E4C85B
Text Example
Text Example
White with #E4C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C85B; }
p { color: rgb(228,200,91); }
H1.HeaderClassName
{
color: #E4C85B;
}
.AnyTagClassName
{
color: #E4C85B;
}
</style>
background-color css
<style>
a { background-color: #E4C85B; }
a { background-color: rgb(228,200,91); }
div.DivClassName
{
background-color: #E4C85B;
}
.BgClassName
{
background-color: #E4C85B;
}
</style>
border-color css
<style>
span { border-color: #E4C85B; }
span { border-color: rgb(228,200,91); }
td.TdClassName
{
border-color: #E4C85B;
}
.TagClassName
{
border-color: #E4C85B;
}
</style>