Shades of Golden Sand #E2CB69
Tints of Golden Sand #E2CB69
RGB
CMYK
RGB Variations
Color information
#E2CB69 (or 0xE2CB69) is known color: Golden Sand. HEX triplet: E2, CB and 69. RGB value is (226,203,105). Sum of RGB (Red+Green+Blue) = 226+203+105=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB69 is #1D3496. Grayscale: #C7C7C7. Windows color (decimal): -1914007 or 6933474. OLE color: 6933474.
HSL color Cylindrical-coordinate representation of color #E2CB69: hue angle of 48.6º 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 #E2CB69 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 105 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.11 |
| HSL | 48.6º | 0.68% | 0.65% | - |
| HSV(B) | 48.6º | 0.54% | 0.89% | - |
| XYZ | 55.27 | 59.9 | 22.01 | - |
| YUV | 198.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 105 | 0 | 0.10 | 0.54 | 0.11 | 48.6 | 0.68 | 0.65 |
| Hex | E2 | CB | 69 | 0 | A | 36 | B | 31 | 44 | 41 |
| Octal | 342 | 313 | 151 | 0 | 12 | 66 | 13 | 61 | 104 | 101 |
| Binary | 11100010 | 11001011 | 1101001 | 0 | 1010 | 110110 | 1011 | 110001 | 1000100 | 1000001 |
Color Harmonies of #E2CB69
Complementary color
Monochromatic Colors of #E2CB69
Black with #E2CB69
Text Example
Text Example
White with #E2CB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB69; }
p { color: rgb(226,203,105); }
H1.HeaderClassName
{
color: #E2CB69;
}
.AnyTagClassName
{
color: #E2CB69;
}
</style>
background-color css
<style>
a { background-color: #E2CB69; }
a { background-color: rgb(226,203,105); }
div.DivClassName
{
background-color: #E2CB69;
}
.BgClassName
{
background-color: #E2CB69;
}
</style>
border-color css
<style>
span { border-color: #E2CB69; }
span { border-color: rgb(226,203,105); }
td.TdClassName
{
border-color: #E2CB69;
}
.TagClassName
{
border-color: #E2CB69;
}
</style>