Shades of Golden Sand #E2CB67
Tints of Golden Sand #E2CB67
RGB
CMYK
RGB Variations
Color information
#E2CB67 (or 0xE2CB67) is known color: Golden Sand. HEX triplet: E2, CB and 67. RGB value is (226,203,103). Sum of RGB (Red+Green+Blue) = 226+203+103=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 103 (40.62% from 255 or 19.36% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB67 is #1D3498. Grayscale: #C6C6C6. Windows color (decimal): -1914009 or 6802402. OLE color: 6802402.
HSL color Cylindrical-coordinate representation of color #E2CB67: hue angle of 48.78º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2CB67 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 103 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.11 |
| HSL | 48.78º | 0.68% | 0.65% | - |
| HSV(B) | 48.78º | 0.54% | 0.89% | - |
| XYZ | 55.17 | 59.86 | 21.48 | - |
| YUV | 198.48 | 74.12 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 103 | 0 | 0.10 | 0.54 | 0.11 | 48.78 | 0.68 | 0.65 |
| Hex | E2 | CB | 67 | 0 | A | 36 | B | 31 | 44 | 41 |
| Octal | 342 | 313 | 147 | 0 | 12 | 66 | 13 | 61 | 104 | 101 |
| Binary | 11100010 | 11001011 | 1100111 | 0 | 1010 | 110110 | 1011 | 110001 | 1000100 | 1000001 |
Color Harmonies of #E2CB67
Complementary color
Monochromatic Colors of #E2CB67
Black with #E2CB67
Text Example
Text Example
White with #E2CB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB67; }
p { color: rgb(226,203,103); }
H1.HeaderClassName
{
color: #E2CB67;
}
.AnyTagClassName
{
color: #E2CB67;
}
</style>
background-color css
<style>
a { background-color: #E2CB67; }
a { background-color: rgb(226,203,103); }
div.DivClassName
{
background-color: #E2CB67;
}
.BgClassName
{
background-color: #E2CB67;
}
</style>
border-color css
<style>
span { border-color: #E2CB67; }
span { border-color: rgb(226,203,103); }
td.TdClassName
{
border-color: #E2CB67;
}
.TagClassName
{
border-color: #E2CB67;
}
</style>