Shades of Golden Sand #E5CC6D
Tints of Golden Sand #E5CC6D
RGB
CMYK
RGB Variations
Color information
#E5CC6D (or 0xE5CC6D) is known color: Golden Sand. HEX triplet: E5, CC and 6D. RGB value is (229,204,109). Sum of RGB (Red+Green+Blue) = 229+204+109=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CC6D is #1A3392. Grayscale: #C9C9C9. Windows color (decimal): -1717139 or 7195877. OLE color: 7195877.
HSL color Cylindrical-coordinate representation of color #E5CC6D: hue angle of 47.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E5CC6D is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 204 | 109 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.10 |
| HSL | 47.5º | 0.7% | 0.66% | - |
| HSV(B) | 47.5º | 0.52% | 0.9% | - |
| XYZ | 56.67 | 60.95 | 23.25 | - |
| YUV | 200.65 | 76.28 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 204 | 109 | 0 | 0.11 | 0.52 | 0.10 | 47.5 | 0.7 | 0.66 |
| Hex | E5 | CC | 6D | 0 | B | 34 | A | 30 | 46 | 42 |
| Octal | 345 | 314 | 155 | 0 | 13 | 64 | 12 | 60 | 106 | 102 |
| Binary | 11100101 | 11001100 | 1101101 | 0 | 1011 | 110100 | 1010 | 110000 | 1000110 | 1000010 |
Color Harmonies of #E5CC6D
Complementary color
Monochromatic Colors of #E5CC6D
Black with #E5CC6D
Text Example
Text Example
White with #E5CC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CC6D; }
p { color: rgb(229,204,109); }
H1.HeaderClassName
{
color: #E5CC6D;
}
.AnyTagClassName
{
color: #E5CC6D;
}
</style>
background-color css
<style>
a { background-color: #E5CC6D; }
a { background-color: rgb(229,204,109); }
div.DivClassName
{
background-color: #E5CC6D;
}
.BgClassName
{
background-color: #E5CC6D;
}
</style>
border-color css
<style>
span { border-color: #E5CC6D; }
span { border-color: rgb(229,204,109); }
td.TdClassName
{
border-color: #E5CC6D;
}
.TagClassName
{
border-color: #E5CC6D;
}
</style>