Shades of Golden Sand #E4CE6F
Tints of Golden Sand #E4CE6F
RGB
CMYK
RGB Variations
Color information
#E4CE6F (or 0xE4CE6F) is known color: Golden Sand. HEX triplet: E4, CE and 6F. RGB value is (228,206,111). Sum of RGB (Red+Green+Blue) = 228+206+111=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CE6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4CE6F is #1B3190. Grayscale: #CACACA. Windows color (decimal): -1782161 or 7327460. OLE color: 7327460.
HSL color Cylindrical-coordinate representation of color #E4CE6F: hue angle of 48.72º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E4CE6F is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 206 | 111 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.11 |
| HSL | 48.72º | 0.68% | 0.66% | - |
| HSV(B) | 48.72º | 0.51% | 0.89% | - |
| XYZ | 56.94 | 61.78 | 23.96 | - |
| YUV | 201.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 206 | 111 | 0 | 0.10 | 0.51 | 0.11 | 48.72 | 0.68 | 0.66 |
| Hex | E4 | CE | 6F | 0 | A | 33 | B | 31 | 44 | 42 |
| Octal | 344 | 316 | 157 | 0 | 12 | 63 | 13 | 61 | 104 | 102 |
| Binary | 11100100 | 11001110 | 1101111 | 0 | 1010 | 110011 | 1011 | 110001 | 1000100 | 1000010 |
Color Harmonies of #E4CE6F
Complementary color
Monochromatic Colors of #E4CE6F
Black with #E4CE6F
Text Example
Text Example
White with #E4CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CE6F; }
p { color: rgb(228,206,111); }
H1.HeaderClassName
{
color: #E4CE6F;
}
.AnyTagClassName
{
color: #E4CE6F;
}
</style>
background-color css
<style>
a { background-color: #E4CE6F; }
a { background-color: rgb(228,206,111); }
div.DivClassName
{
background-color: #E4CE6F;
}
.BgClassName
{
background-color: #E4CE6F;
}
</style>
border-color css
<style>
span { border-color: #E4CE6F; }
span { border-color: rgb(228,206,111); }
td.TdClassName
{
border-color: #E4CE6F;
}
.TagClassName
{
border-color: #E4CE6F;
}
</style>