Shades of Golden Sand #E2CB6C
Tints of Golden Sand #E2CB6C
RGB
CMYK
RGB Variations
Color information
#E2CB6C (or 0xE2CB6C) is known color: Golden Sand. HEX triplet: E2, CB and 6C. RGB value is (226,203,108). Sum of RGB (Red+Green+Blue) = 226+203+108=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB6C is #1D3493. Grayscale: #C7C7C7. Windows color (decimal): -1914004 or 7130082. OLE color: 7130082.
HSL color Cylindrical-coordinate representation of color #E2CB6C: hue angle of 48.31º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2CB6C is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 108 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.11 |
| HSL | 48.31º | 0.67% | 0.65% | - |
| HSV(B) | 48.31º | 0.52% | 0.89% | - |
| XYZ | 55.43 | 59.96 | 22.84 | - |
| YUV | 199.05 | 76.62 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 108 | 0 | 0.10 | 0.52 | 0.11 | 48.31 | 0.67 | 0.65 |
| Hex | E2 | CB | 6C | 0 | A | 34 | B | 30 | 43 | 41 |
| Octal | 342 | 313 | 154 | 0 | 12 | 64 | 13 | 60 | 103 | 101 |
| Binary | 11100010 | 11001011 | 1101100 | 0 | 1010 | 110100 | 1011 | 110000 | 1000011 | 1000001 |
Color Harmonies of #E2CB6C
Complementary color
Monochromatic Colors of #E2CB6C
Black with #E2CB6C
Text Example
Text Example
White with #E2CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB6C; }
p { color: rgb(226,203,108); }
H1.HeaderClassName
{
color: #E2CB6C;
}
.AnyTagClassName
{
color: #E2CB6C;
}
</style>
background-color css
<style>
a { background-color: #E2CB6C; }
a { background-color: rgb(226,203,108); }
div.DivClassName
{
background-color: #E2CB6C;
}
.BgClassName
{
background-color: #E2CB6C;
}
</style>
border-color css
<style>
span { border-color: #E2CB6C; }
span { border-color: rgb(226,203,108); }
td.TdClassName
{
border-color: #E2CB6C;
}
.TagClassName
{
border-color: #E2CB6C;
}
</style>