Shades of Golden Sand #E4C45E
Tints of Golden Sand #E4C45E
RGB
CMYK
RGB Variations
Color information
#E4C45E (or 0xE4C45E) is known color: Golden Sand. HEX triplet: E4, C4 and 5E. RGB value is (228,196,94). Sum of RGB (Red+Green+Blue) = 228+196+94=518 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.02% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4C45E is #1B3BA1. Grayscale: #C2C2C2. Windows color (decimal): -1784738 or 6210788. OLE color: 6210788.
HSL color Cylindrical-coordinate representation of color #E4C45E: hue angle of 45.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E4C45E is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 196 | 94 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.11 |
| HSL | 45.67º | 0.71% | 0.63% | - |
| HSV(B) | 45.67º | 0.59% | 0.89% | - |
| XYZ | 53.76 | 56.78 | 18.72 | - |
| YUV | 193.94 | 71.6 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 196 | 94 | 0 | 0.14 | 0.59 | 0.11 | 45.67 | 0.71 | 0.63 |
| Hex | E4 | C4 | 5E | 0 | E | 3B | B | 2E | 47 | 3F |
| Octal | 344 | 304 | 136 | 0 | 16 | 73 | 13 | 56 | 107 | 77 |
| Binary | 11100100 | 11000100 | 1011110 | 0 | 1110 | 111011 | 1011 | 101110 | 1000111 | 111111 |
Color Harmonies of #E4C45E
Complementary color
Monochromatic Colors of #E4C45E
Black with #E4C45E
Text Example
Text Example
White with #E4C45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4C45E; }
p { color: rgb(228,196,94); }
H1.HeaderClassName
{
color: #E4C45E;
}
.AnyTagClassName
{
color: #E4C45E;
}
</style>
background-color css
<style>
a { background-color: #E4C45E; }
a { background-color: rgb(228,196,94); }
div.DivClassName
{
background-color: #E4C45E;
}
.BgClassName
{
background-color: #E4C45E;
}
</style>
border-color css
<style>
span { border-color: #E4C45E; }
span { border-color: rgb(228,196,94); }
td.TdClassName
{
border-color: #E4C45E;
}
.TagClassName
{
border-color: #E4C45E;
}
</style>