Shades of Golden Sand #E0CB65
Tints of Golden Sand #E0CB65
RGB
CMYK
RGB Variations
Color information
#E0CB65 (or 0xE0CB65) is known color: Golden Sand. HEX triplet: E0, CB and 65. RGB value is (224,203,101). Sum of RGB (Red+Green+Blue) = 224+203+101=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB65 is #1F349A. Grayscale: #C6C6C6. Windows color (decimal): -2045083 or 6671328. OLE color: 6671328.
HSL color Cylindrical-coordinate representation of color #E0CB65: hue angle of 49.76º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E0CB65 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 101 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.12 |
| HSL | 49.76º | 0.66% | 0.64% | - |
| HSV(B) | 49.76º | 0.55% | 0.88% | - |
| XYZ | 54.45 | 59.5 | 20.93 | - |
| YUV | 197.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 101 | 0 | 0.09 | 0.55 | 0.12 | 49.76 | 0.66 | 0.64 |
| Hex | E0 | CB | 65 | 0 | 9 | 37 | C | 32 | 42 | 40 |
| Octal | 340 | 313 | 145 | 0 | 11 | 67 | 14 | 62 | 102 | 100 |
| Binary | 11100000 | 11001011 | 1100101 | 0 | 1001 | 110111 | 1100 | 110010 | 1000010 | 1000000 |
Color Harmonies of #E0CB65
Complementary color
Monochromatic Colors of #E0CB65
Black with #E0CB65
Text Example
Text Example
White with #E0CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB65; }
p { color: rgb(224,203,101); }
H1.HeaderClassName
{
color: #E0CB65;
}
.AnyTagClassName
{
color: #E0CB65;
}
</style>
background-color css
<style>
a { background-color: #E0CB65; }
a { background-color: rgb(224,203,101); }
div.DivClassName
{
background-color: #E0CB65;
}
.BgClassName
{
background-color: #E0CB65;
}
</style>
border-color css
<style>
span { border-color: #E0CB65; }
span { border-color: rgb(224,203,101); }
td.TdClassName
{
border-color: #E0CB65;
}
.TagClassName
{
border-color: #E0CB65;
}
</style>