Shades of Golden Sand #E0C65E
Tints of Golden Sand #E0C65E
RGB
CMYK
RGB Variations
Color information
#E0C65E (or 0xE0C65E) is known color: Golden Sand. HEX triplet: E0, C6 and 5E. RGB value is (224,198,94). Sum of RGB (Red+Green+Blue) = 224+198+94=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 94 (37.11% from 255 or 18.22% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C65E is #1F39A1. Grayscale: #C2C2C2. Windows color (decimal): -2046370 or 6211296. OLE color: 6211296.
HSL color Cylindrical-coordinate representation of color #E0C65E: hue angle of 48º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0C65E is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 198 | 94 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.12 |
| HSL | 48º | 0.68% | 0.62% | - |
| HSV(B) | 48º | 0.58% | 0.88% | - |
| XYZ | 52.95 | 57.04 | 18.81 | - |
| YUV | 193.92 | 71.61 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 198 | 94 | 0 | 0.12 | 0.58 | 0.12 | 48 | 0.68 | 0.62 |
| Hex | E0 | C6 | 5E | 0 | C | 3A | C | 30 | 44 | 3E |
| Octal | 340 | 306 | 136 | 0 | 14 | 72 | 14 | 60 | 104 | 76 |
| Binary | 11100000 | 11000110 | 1011110 | 0 | 1100 | 111010 | 1100 | 110000 | 1000100 | 111110 |
Color Harmonies of #E0C65E
Complementary color
Monochromatic Colors of #E0C65E
Black with #E0C65E
Text Example
Text Example
White with #E0C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C65E; }
p { color: rgb(224,198,94); }
H1.HeaderClassName
{
color: #E0C65E;
}
.AnyTagClassName
{
color: #E0C65E;
}
</style>
background-color css
<style>
a { background-color: #E0C65E; }
a { background-color: rgb(224,198,94); }
div.DivClassName
{
background-color: #E0C65E;
}
.BgClassName
{
background-color: #E0C65E;
}
</style>
border-color css
<style>
span { border-color: #E0C65E; }
span { border-color: rgb(224,198,94); }
td.TdClassName
{
border-color: #E0C65E;
}
.TagClassName
{
border-color: #E0C65E;
}
</style>