Shades of Golden Sand #E5CD6F
Tints of Golden Sand #E5CD6F
RGB
CMYK
RGB Variations
Color information
#E5CD6F (or 0xE5CD6F) is known color: Golden Sand. HEX triplet: E5, CD and 6F. RGB value is (229,205,111). Sum of RGB (Red+Green+Blue) = 229+205+111=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 111 (43.75% from 255 or 20.37% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CD6F is #1A3290. Grayscale: #C9C9C9. Windows color (decimal): -1716881 or 7327205. OLE color: 7327205.
HSL color Cylindrical-coordinate representation of color #E5CD6F: hue angle of 47.8º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5CD6F is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 111 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.10 |
| HSL | 47.8º | 0.69% | 0.67% | - |
| HSV(B) | 47.8º | 0.52% | 0.9% | - |
| XYZ | 57.01 | 61.47 | 23.9 | - |
| YUV | 201.46 | 76.95 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 111 | 0 | 0.10 | 0.52 | 0.10 | 47.8 | 0.69 | 0.67 |
| Hex | E5 | CD | 6F | 0 | A | 34 | A | 30 | 45 | 43 |
| Octal | 345 | 315 | 157 | 0 | 12 | 64 | 12 | 60 | 105 | 103 |
| Binary | 11100101 | 11001101 | 1101111 | 0 | 1010 | 110100 | 1010 | 110000 | 1000101 | 1000011 |
Color Harmonies of #E5CD6F
Complementary color
Monochromatic Colors of #E5CD6F
Black with #E5CD6F
Text Example
Text Example
White with #E5CD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CD6F; }
p { color: rgb(229,205,111); }
H1.HeaderClassName
{
color: #E5CD6F;
}
.AnyTagClassName
{
color: #E5CD6F;
}
</style>
background-color css
<style>
a { background-color: #E5CD6F; }
a { background-color: rgb(229,205,111); }
div.DivClassName
{
background-color: #E5CD6F;
}
.BgClassName
{
background-color: #E5CD6F;
}
</style>
border-color css
<style>
span { border-color: #E5CD6F; }
span { border-color: rgb(229,205,111); }
td.TdClassName
{
border-color: #E5CD6F;
}
.TagClassName
{
border-color: #E5CD6F;
}
</style>