Shades of Golden Sand #E0CB6C
Tints of Golden Sand #E0CB6C
RGB
CMYK
RGB Variations
Color information
#E0CB6C (or 0xE0CB6C) is known color: Golden Sand. HEX triplet: E0, CB and 6C. RGB value is (224,203,108). Sum of RGB (Red+Green+Blue) = 224+203+108=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 203 (79.69% from 255 or 37.94% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0CB6C is #1F3493. Grayscale: #C6C6C6. Windows color (decimal): -2045076 or 7130080. OLE color: 7130080.
HSL color Cylindrical-coordinate representation of color #E0CB6C: hue angle of 49.14º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0CB6C is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 203 | 108 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.12 |
| HSL | 49.14º | 0.65% | 0.65% | - |
| HSV(B) | 49.14º | 0.52% | 0.88% | - |
| XYZ | 54.8 | 59.64 | 22.81 | - |
| YUV | 198.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 203 | 108 | 0 | 0.09 | 0.52 | 0.12 | 49.14 | 0.65 | 0.65 |
| Hex | E0 | CB | 6C | 0 | 9 | 34 | C | 31 | 41 | 41 |
| Octal | 340 | 313 | 154 | 0 | 11 | 64 | 14 | 61 | 101 | 101 |
| Binary | 11100000 | 11001011 | 1101100 | 0 | 1001 | 110100 | 1100 | 110001 | 1000001 | 1000001 |
Color Harmonies of #E0CB6C
Complementary color
Monochromatic Colors of #E0CB6C
Black with #E0CB6C
Text Example
Text Example
White with #E0CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0CB6C; }
p { color: rgb(224,203,108); }
H1.HeaderClassName
{
color: #E0CB6C;
}
.AnyTagClassName
{
color: #E0CB6C;
}
</style>
background-color css
<style>
a { background-color: #E0CB6C; }
a { background-color: rgb(224,203,108); }
div.DivClassName
{
background-color: #E0CB6C;
}
.BgClassName
{
background-color: #E0CB6C;
}
</style>
border-color css
<style>
span { border-color: #E0CB6C; }
span { border-color: rgb(224,203,108); }
td.TdClassName
{
border-color: #E0CB6C;
}
.TagClassName
{
border-color: #E0CB6C;
}
</style>