Shades of Golden Sand #E2CB62
Tints of Golden Sand #E2CB62
RGB
CMYK
RGB Variations
Color information
#E2CB62 (or 0xE2CB62) is known color: Golden Sand. HEX triplet: E2, CB and 62. RGB value is (226,203,98). Sum of RGB (Red+Green+Blue) = 226+203+98=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 98 (38.67% from 255 or 18.60% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CB62 is #1D349D. Grayscale: #C6C6C6. Windows color (decimal): -1914014 or 6474722. OLE color: 6474722.
HSL color Cylindrical-coordinate representation of color #E2CB62: hue angle of 49.22º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2CB62 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 203 | 98 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.11 |
| HSL | 49.22º | 0.69% | 0.64% | - |
| HSV(B) | 49.22º | 0.57% | 0.89% | - |
| XYZ | 54.92 | 59.76 | 20.2 | - |
| YUV | 197.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 203 | 98 | 0 | 0.10 | 0.57 | 0.11 | 49.22 | 0.69 | 0.64 |
| Hex | E2 | CB | 62 | 0 | A | 39 | B | 31 | 45 | 40 |
| Octal | 342 | 313 | 142 | 0 | 12 | 71 | 13 | 61 | 105 | 100 |
| Binary | 11100010 | 11001011 | 1100010 | 0 | 1010 | 111001 | 1011 | 110001 | 1000101 | 1000000 |
Color Harmonies of #E2CB62
Complementary color
Monochromatic Colors of #E2CB62
Black with #E2CB62
Text Example
Text Example
White with #E2CB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CB62; }
p { color: rgb(226,203,98); }
H1.HeaderClassName
{
color: #E2CB62;
}
.AnyTagClassName
{
color: #E2CB62;
}
</style>
background-color css
<style>
a { background-color: #E2CB62; }
a { background-color: rgb(226,203,98); }
div.DivClassName
{
background-color: #E2CB62;
}
.BgClassName
{
background-color: #E2CB62;
}
</style>
border-color css
<style>
span { border-color: #E2CB62; }
span { border-color: rgb(226,203,98); }
td.TdClassName
{
border-color: #E2CB62;
}
.TagClassName
{
border-color: #E2CB62;
}
</style>