Shades of Golden Sand #E5CF65
Tints of Golden Sand #E5CF65
RGB
CMYK
RGB Variations
Color information
#E5CF65 (or 0xE5CF65) is known color: Golden Sand. HEX triplet: E5, CF and 65. RGB value is (229,207,101). Sum of RGB (Red+Green+Blue) = 229+207+101=537 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.64% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 101 (39.84% from 255 or 18.81% from 537); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5CF65 is #1A309A. Grayscale: #C9C9C9. Windows color (decimal): -1716379 or 6672357. OLE color: 6672357.
HSL color Cylindrical-coordinate representation of color #E5CF65: hue angle of 49.69º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E5CF65 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 207 | 101 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.10 |
| HSL | 49.69º | 0.71% | 0.65% | - |
| HSV(B) | 49.69º | 0.56% | 0.9% | - |
| XYZ | 56.97 | 62.22 | 21.32 | - |
| YUV | 201.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 207 | 101 | 0 | 0.10 | 0.56 | 0.10 | 49.69 | 0.71 | 0.65 |
| Hex | E5 | CF | 65 | 0 | A | 38 | A | 32 | 47 | 41 |
| Octal | 345 | 317 | 145 | 0 | 12 | 70 | 12 | 62 | 107 | 101 |
| Binary | 11100101 | 11001111 | 1100101 | 0 | 1010 | 111000 | 1010 | 110010 | 1000111 | 1000001 |
Color Harmonies of #E5CF65
Complementary color
Monochromatic Colors of #E5CF65
Black with #E5CF65
Text Example
Text Example
White with #E5CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CF65; }
p { color: rgb(229,207,101); }
H1.HeaderClassName
{
color: #E5CF65;
}
.AnyTagClassName
{
color: #E5CF65;
}
</style>
background-color css
<style>
a { background-color: #E5CF65; }
a { background-color: rgb(229,207,101); }
div.DivClassName
{
background-color: #E5CF65;
}
.BgClassName
{
background-color: #E5CF65;
}
</style>
border-color css
<style>
span { border-color: #E5CF65; }
span { border-color: rgb(229,207,101); }
td.TdClassName
{
border-color: #E5CF65;
}
.TagClassName
{
border-color: #E5CF65;
}
</style>