Shades of Golden Sand #E5C65F
Tints of Golden Sand #E5C65F
RGB
CMYK
RGB Variations
Color information
#E5C65F (or 0xE5C65F) is known color: Golden Sand. HEX triplet: E5, C6 and 5F. RGB value is (229,198,95). Sum of RGB (Red+Green+Blue) = 229+198+95=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 198 (77.73% from 255 or 37.93% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C65F is #1A39A0. Grayscale: #C3C3C3. Windows color (decimal): -1718689 or 6276837. OLE color: 6276837.
HSL color Cylindrical-coordinate representation of color #E5C65F: hue angle of 46.12º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E5C65F is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 198 | 95 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.10 |
| HSL | 46.12º | 0.72% | 0.64% | - |
| HSV(B) | 46.12º | 0.59% | 0.9% | - |
| XYZ | 54.57 | 57.87 | 19.12 | - |
| YUV | 195.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 198 | 95 | 0 | 0.14 | 0.59 | 0.10 | 46.12 | 0.72 | 0.64 |
| Hex | E5 | C6 | 5F | 0 | E | 3B | A | 2E | 48 | 40 |
| Octal | 345 | 306 | 137 | 0 | 16 | 73 | 12 | 56 | 110 | 100 |
| Binary | 11100101 | 11000110 | 1011111 | 0 | 1110 | 111011 | 1010 | 101110 | 1001000 | 1000000 |
Color Harmonies of #E5C65F
Complementary color
Monochromatic Colors of #E5C65F
Black with #E5C65F
Text Example
Text Example
White with #E5C65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C65F; }
p { color: rgb(229,198,95); }
H1.HeaderClassName
{
color: #E5C65F;
}
.AnyTagClassName
{
color: #E5C65F;
}
</style>
background-color css
<style>
a { background-color: #E5C65F; }
a { background-color: rgb(229,198,95); }
div.DivClassName
{
background-color: #E5C65F;
}
.BgClassName
{
background-color: #E5C65F;
}
</style>
border-color css
<style>
span { border-color: #E5C65F; }
span { border-color: rgb(229,198,95); }
td.TdClassName
{
border-color: #E5C65F;
}
.TagClassName
{
border-color: #E5C65F;
}
</style>